1
I’m creating a chart using Highcharts that shows results that end the following month, example from day 5 December 2015 to 4 de January de 2016.
As you can see, in the image there is a line connecting day 5 to day 4 of the other month, this line only appears when the date ends the following month, how do I prevent that line to appear?
Link to the jsfiddle example: http://jsfiddle.net/SV7qy/3/
Obs: the date is in milliseconds, on November 5 there is a value of 610, and on January 4 value 0.
Indeed, he believed that the highchart automatically organized in the order of
datetime
and not by the last order, strange this. Thanks!– Paulo