I have a csv file which looks like this:
1 | |
2 | |
3 | |
4 | |
And I want to show it in a chart with three lines using chart.js. But I was unable to do so can zou help me? Additionnally i want to update the chart in a certain time intervall. Regards
|
Anzeige
|
show chart and update automatically in a certain time with chart.jsI have a csv file which looks like this:
And I want to show it in a chart with three lines using chart.js. But I was unable to do so can zou help me? Additionnally i want to update the chart in a certain time intervall. Regards Probably you have convert your CSV file to a JSON object: http://techslides.com/convert-csv-to-json-in-javascript Antwort schreibenBitte melde dich an, um einen Beitrag zu schreiben. |
Anzeige
|