Page 1 of 1

Best chart type to implement this

Posted: Fri Dec 07, 2018 12:14 am
by rfcee
I was wondering how best to implement this in highcharts. The data would be date time for the past seven days and a boolean for Available and Outage
Capture.PNG
Capture.PNG (12.63 KiB) Viewed 192 times

Re: Best chart type to implement this

Posted: Fri Dec 07, 2018 2:03 pm
by bastss
Hello rfcee,

I think that the best type of chart to implement this chart from your picture is xrange type API: https://api.highcharts.com/highcharts/series.xrange. In this type of chart, you can set date time range (from - to). Check this example: http://jsfiddle.net/Bastss/0wu27nqy/.

Best regards!