Home Forums Chart Support strip line error

strip line error

Viewing 4 posts - 1 through 4 (of 4 total)
  • #29225

    not getting continues line according to the data.

    #29251

    @rohitranjan1612,

    Can you kindly create a JSFiddle reproducing the issue you are facing and share it with us along with your sample data so that we can look into the code, understand the scenario better, and help you out?

    From what we have observed, sometimes things get delayed mostly when we are not able to reproduce the issue or not able to understand the exact requirements or the solution that we provide may not work properly due to the variation in chart-options being used by you and us.

    Having a JSFiddle helps us in figuring out the issue and many a time we can just edit your code on JSFiddle to fix the issue right away.

    ___________
    Indranil Deo
    Team CanvasJS

    #29269

    Hi,I create a JSFiddle reproducing my issue.Please Fix this issue. JSFiddle My issue

    #29272

    @rohitranjan1612,

    y value can either be a number or an array of numbers or null. Replacing NaN with null should work fine in your case. To connect null dataPoints you can use connectNullData property.

    Please check our documentation page for more customization options.

    ___________
    Indranil Deo
    Team CanvasJS

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.