Master detail chart with irregular interval
I am not sure if this is already there. I just want to do a master detail chart where time can be at irregular interval and nothing is hard coded in the chart. I got a array of (Epoch time, value) pairs and everything drives from it. Any suggestions ?
3
votes
Ankit
shared this idea
-
That shouldn't be a problem. Instead of pointStart and pointInterval, you use your x,y tuples data like in the demo at http://www.highcharts.com/demo/spline-irregular-time/