We need to generate similar to
http://zopyx.com/tmp/chart.png
Here are the requirements:
- 24*365 data points for the line graph in the upper part of the chart (one value per hour/day for year)
- 12 data points for each block below (one per month)
So each vertical block (one per month) is associated with a set of 24*30 (or 31) datapoints.
I tried to implement the chart using Highcharts but it seems to have serious issue with large data sets (Firefox show an alert about a long running script).
Are there any alternatives to Highcharts that can deal with this usecase? Interactivity is a must (users should be able to zoom-in/out )
