chartjs-plugin-datasource icon indicating copy to clipboard operation
chartjs-plugin-datasource copied to clipboard

Chart.js plugin for automatic data loading

Results 9 chartjs-plugin-datasource issues
Sort by recently updated
recently updated
newest added

date of my .xlsx is convert in number in the Chart but i want it to remain in the type data if somebody have an answer

Hi, I'm just trying to use the sample `sheet-index.html` and I got `Failed to load resource: net::ERR_FILE_NOT_FOUND` but the `sample-index.xlsx` is in the same folder, as I downloaded it. Any...

``` { data: { url }, plugins: [ChartDataSource], options: { animation: { duration: 0, // general animation time }, plugins: { datasource: { type: "csv", url, delimiter: ",", rowMapping: "datapoint",...

Hi, Can you implement some trimming/sanitization of the csv - so the empty line won't crash chart? When last line has '\n' on the end this produces empty data and...

Thanks for writing this plugin! It definitely made life easier, but I was wondering how I can add a line break to a data label? For example, my data is...

I have multiple 'xlsx' file, how we can merge and show in one graph.

According to [A1 Notation](https://github.com/nagix/chartjs-plugin-datasource?tab=readme-ov-file#a1-notation), it doesn’t seem possible to import non-contiguous data from a sheet data source, such as an Excel file. It could take this form:`datasetLabels: 'Sheet1!A1;Sheet1!A3;'`, allowing cells...