chartjs-plugin-datasource
chartjs-plugin-datasource copied to clipboard
Import non-contiguous data from a sheet data source
According to 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 A1 and A3 to be imported, but not A2.
Wouldn’t that be an interesting feature?