Home Forums Chart Support dataPoints structure for spline type in option

dataPoints structure for spline type in option

Viewing 2 posts - 1 through 2 (of 2 total)
  • #29008

    hai

    Dear support team

    Good evening.

    I met with some problems when setting up the dataPoints. It is a massive data fetching from end point and it is structured as the following:

    0: {
      x: "2020-01-22"
    ​  y: 555
      <prototype>: Object { … }
    }
    ​​
    1: Object { x: "2020-01-23", y: 654 }
    ​
    2: Object { x: "2020-01-24", y: 941 }
    ​
    ...

    My question is that how can i handle the

    prototype

    there because it isn’t meet with the requirements.

    Cheers

    #29016

    @hai,

    Can you kindly create a sample project reproducing the issue you are facing and share it with us over Google-Drive or Onedrive along with the sample data and a brief description of your requirement so that we can look into the code, understand the scenario better and help you out?


    Shashi Ranjan
    Team CanvasJS

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

You must be logged in to reply to this topic.