I have a highchart that I generate data dynamically based on a date range entered by the user. The data in the table are power readings. Readings are done every hour. If there is no power, nothing is reported and stored in the database. So, I have a chart ( jsfiddle sample / dPqg7 / ) that I use to display data. However, the graph links the last reading from one day to the first reading of the second day. Is there a way to get the series to zero before it starts returning the next day?
user1418117
source share