In case you are using a chart with the following configuration:
$("#chart").kendoChart({
series: [{
type: "radarLine",
missingValues: "gap",
data: [1, null, null, null, 5]
}]
});
There is no line between the last and the first data point of the series.
But when the 2nd and 4th data points are set as well, this connection is added:
$("#chart").kendoChart({
series: [{
type: "radarLine",
missingValues: "gap",
data: [1, 3, null, 3, 5]
}]
});
Expected behaviour: As the chart displays a "circle", all data points next to each other should be connected in case they are having a value.
The same issue can be seen in this DOJO, where the fifth data point is not connected to the rest of the points. This only happens if "missingValues" is set to "gap".
Hello Michael,
The issue is not scheduled for fixing yet. The development teams prioritize the issues based on several factors. The bugs are being fixed based on their priority and the impact a given bug has on the framework and the community. Based on these factors and our priority queue, the issue will be fixed in the future.
Regards,
Neli
Progress Telerik
Hello Michael,
Thank you for reporting the observed behavior. As the behavior indeed is incorrect I am changing the status of the item to 'Unplanned'. You can follow the item in order to be notified about our progress on it.
As a token of gratitude for reporting a bug I have updated your Telerik points.
Regards,
Neli
Progress Telerik