ChartInputData
ChartInputData: object
The required data structure for populating a chart.
Type declaration
backgroundColor?
optional backgroundColor: string
datasets
datasets: object
Index signature
[datasetLabel: string]: ChartInputValues[]
labels
labels: string[]