datehighcharts

Not interpolate missing dates in Highcharts


I have a datetime series in Highcharts. The incoming data has some missing dates. Highcharts, by default, interpolates for those missing dates. I want it to interpret as if the data for those dates is 0. One way, obviously, is to add null data for these dates in my input data to Highcharts. Is there a better way to do this?


Solution

  • You need to set ordinal parameter as false.