Hello,
first of all, the Chart is great. I have a chart which I fill with a dynamically number of lines and manage beforehand the interval of the datapoints that I want to present (minute, hour, day). Works perfectly.
Now I have stumbled upon a behaviour which I assume is intended and correct. If I have data for one curve for a date range and add that to the chart, all the points are connected – even if one day of data is missing, because I tell the chart which days have value. The two points from the day before and the day after are connected and it looks fine. Now if I add a second line to that chart which has data for the day the first line is missing, the second line has all points connected, but the first line now has a gap, it ends at the day prior to the missing day and continues on the day after.
Like I said before, I assume this is intended and I understand you probably iterate through all existing dates and if for one line one is missing, you do not connect them. Is it nonetheless somehow possible to connect the two points even if there is data missing between them?
Kind Regards
Klaus