Unplanned
Last Updated: 29 May 2023 07:00 by ADMIN
Michael D
Created on: 22 May 2023 12:47
Category: Chart
Type: Bug Report
0
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".

1 comment
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