Home Forums Chart Support line graph with multiple series from csv Tagged: dataPoints, line graph, Multip Reply To: line graph with multiple series from csv Tagged: dataPoints, line graph, Multip

#24943

Indranil Deo,
if I use the code from yours document “Creating Charts from CSV” I can
download a file from “https://canvasjs.com/services/data/datapoints.php?xstart=5&ystart=10&length=10&type=csv”
(https in yours code) and I get the file named “dataPoints.csv”. My question
is : how can I use the file dataPoints.csv directly in this code but without
$.get(“https://canvasjs.com/services/data/datapoints.php?xstart=5&ystart=10&length=10&type=csv” … ?