Aggregate data in days, weeks, months for the fleet timeline
I would like to create charts similar to Google Analytics that allow you to summarize data by day, week, month ...
As an example, the following chart data displays daily data for a month:
And by clicking "Week", the chart summarizes the data in weeks:
The closest I can find is the Ruby Timeslicer library, https://github.com/Trimeego/timeslicer . Is there something like this in Javascript or the Flot plugin?
+3
source to share
1 answer
Are you using http://www.jqplot.com/ ?
Easy to use ... but if you are using MVC I would use the built-in Char object. Anyway, I hope this can help you!
-3
source to share