interface ChartData {
    datasets: DataSet[];
    labels: string[];
}

Properties

Properties

datasets: DataSet[]

Array of datasets to display in the chart

labels: string[]

Labels for the x (horizontal) axis. Should match the number of items in each dataset data array