LineChart dataset.

interface LineChartDataSet {
    data: ChartDataUnit<LineChartStyle>[];
    label: string;
    style?: LineChartStyle;
}

Hierarchy (view full)

Properties

Properties

label: string

Description

label is a string that represents the label of the dataset. It is displayed in the legend of the chart.