Limitations - greenbue/ENGR489 GitHub Wiki
Limitations
- Color blind users
- Mobile Application
- Some features are currently not available on mobile
- Should focus on getting it desktop ready
- Row chart's are not legendable - https://github.com/dc-js/dc.js/issues/836
JQuery Click Simulation
With the current JQuery library, simulating user clicks are very limiting. I had to research and read through the Jquery documentation. Current implementation would click the DOM objects but the associated events would not trigger.
There is a separate file that is not part of the main JQuery Library. https://github.com/jquery/jquery-simulate/blob/master/jquery.simulate.js This file's main purpose is for testing. It enables the use of "simulate". This creates fake events that mimics user interactions.
This separate simulate library makes it easier to reproduce the click events that will trigger all associated events.