interface DataSet {
    data: any[];
    fillColors: string[];
    label: string;
}

Properties

Properties

data: any[]

Array of data values

fillColors: string[]

Array of hex background colors

label: string

Label for the dataset