Home Forums Chart Support Load two sets of datapoints from two CSV files Reply To: Load two sets of datapoints from two CSV files

#8407

[Update]

Now we have a Tutorial on Creating Charts from CSV Data in our documentation.

You can split each line using some known separator and push resulting values into appropriate arrays. Here is an example which Anjali has given in another thread. Hope this helps.

https://canvasjs.com/forums/topic/graph-a-csv-file/

You can also use CSV parsing libraries to simplify the same.


Sunil Urs