0👍
If you are using Webpack then you could require them using the file-loader
and parse them with a JavaScript library like http://papaparse.com or use the dsv-loader
and have it return a JSON object.
All that is left to do is pre-processing on the data to get it into a format Chart.js understands and you should get something close to what you are after.
- Chartjs-So, I'm fetching my data from phpMyAdmin MySQL to the chart.js, but I need it with AJAX, but how AJAX works with Chart.js?
- Chartjs-How can i change a numpy.ndarray to point format with curly brackets – Python 3.7
Source:stackexchange.com