Unplanned
Last Updated: 18 Mar 2024 09:40 by ADMIN
Michael D
Created on: 22 May 2023 12:47
Category: Chart
Type: Bug Report
1
Chart - Missing Lines for "radarLine" charts when using "missingValues: gap"

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".

3 comments
ADMIN
Neli
Posted on: 18 Mar 2024 09:40

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

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources
Michael D
Posted on: 11 Mar 2024 14:27
While doing our regular housekeeping tasks, I have stumbled over this issue again. Are there any news on this?
ADMIN
Neli
Posted on: 29 May 2023 07:00

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

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources