summaryrefslogtreecommitdiff
path: root/www/js/EventsGraphsCtrl.js
AgeCommit message (Collapse)Author
2015-05-04Events Graphs now supports time based filters (using the excellent moment ↵ARC
library)
2015-05-02Android Users Rejoice! Major updates: Android port works like a charm now. ↵ARC
Integrated Crosswalk for good performance for Android phones, reworked Montage view to step around Chrome's problem of getting stuck in pending state for HTTP requests that don't close soon and more.
2015-05-01Made various tweaks to config files and code to make things work on Android. ↵ARC
Using crosswalk for Android for better performance
2015-04-28converted views to cache=false, I don't think there are significant ↵ARC
performance hits. Also added triggers to see which views get unloaded/destroyed on exit - perf. tuning
2015-04-26Graph height is now a function of number of bars to show (but minimum is ↵ARC
always device height)
2015-04-25Comments addedARC
2015-04-25Separated out the charting job into a function and linked chart generation ↵ARC
to tab-on-select
2015-04-25First CommitARC