Hello.
We own a license for an older version of Kendo UI for jQuery, and we are now testing the latest release (demo version) to decide if we should upgrade.
We have a chart showing the datapoints from a datasource, where category is a date (rounded to minute) and value is a number. Series is set to show a gap if data point is missing.
The attached picture shows the chart on the left, and the content of the datasource._view array as logged in the browser's JavaScript console. As you can see after datapoint at 15.57 there's a big gap, even if the datapoints actually exist in the datasource.
The chart is updated by creating a new datasource when new data is available every 5 minutes.
What could be the reason if such behavior? Are we doing something wrong? Maybe we should reset the chart in some way before passing the updated datasource?
Thank you.
We tried destroying and recreating the chart before setting the new datasource, but the behavior doesn't change: some datapoints are not plotted, even if they exist in the datasource.
But... if we reload the page entirely, then all datapoints are plotted, until next update.