interface ChartData {
    labels: string[];
    series: number[][];
}

Properties

Properties

labels: string[]
series: number[][]