rfcee
Posts: 1
Joined: Thu Dec 06, 2018 11:30 pm

Best chart type to implement this

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 195 times
bastss
Site Admin
Posts: 1192
Joined: Wed Oct 17, 2018 10:59 am

Re: Best chart type to implement this

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!
Sebastian Wędzel,
Highcharts Developer

Return to “Highcharts Usage”