You must be logged in to post your query.
Home › Forums › Chart Support › load several series from csv or an array
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
Daniel,
It requires two data series.
— Sunil Urs
You must be logged in to reply to this topic. Login/Register