Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Hi,

Been testing out the spline chart earlier, but there seems to be a problem when trying to plot the chart with an Empty or null data points. The graph will curve and bend in a weird ways, by default it should be only have an empty gap between non empty data points plotted in the graph. Is there a possible solution for this?

I have attached the image example below for more clear describe of the situation.

The dataset used as an example: 

Jan: 123, Feb: 124, Mar: 123, Apr: 124, May: 123, Jun: empty, July:  empty, Aug: 124, Sep: 123, Oct, 124, Nov: 123, Dec: 124;

I'm looking forward for the reply, thank you.