@carbon/charts
    Preparing search index...

    Interface DataSet

    Represents a dataset used in a chart.

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

    Properties

    Properties

    data: any[]

    Array of data values.

    fillColors: string[]

    Array of hex background colors.

    label: string

    Label for the dataset.