javascript - Filling the data gaps with a gray area using Highcharts, -


i've highcharts line chart. sometimes, there's gap between data , wonder whether it's possible fill these gaps gray area it's better visible there no data.

thanks

edit: example of want have: enter image description here

you can use xaxis.plotbands fill gaps. note need calculate have null-points in first place, before rendering chart.

here simple example you: http://jsfiddle.net/hbzolxnw/


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

formula - R: how to pass in a reference to the variable in glm or lm? -