Home Forums Chart Support load several series from csv or an array

load several series from csv or an array

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

    Hi,

    Is possible to load two series from only one csv or array like this?

    dataPoints:[
    {x:1, y1:8, y2:1}
    {x:2, y1:9, y2:3}
    {x:3, y1:4, y2:5}
    ]

    Instead of proving to canvasjs two separate arrays.

    Br,
    Daniel Silva

    #6284

    Daniel,

    It requires two data series.


    Sunil Urs

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

You must be logged in to reply to this topic.