BubbleChart data set

interface BubbleChartDataSet {
    data: ChartDataUnit<BubbleChartStyle>[];
    label: string;
    style?: BubbleChartStyle;
}

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.