summaryrefslogtreecommitdiff
path: root/www/js/EventsGraphsCtrl.js
AgeCommit message (Collapse)Author
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