@carbon/charts
    Preparing search index...

    Interface ChartConfig<T>

    Configuration passed to the chart.

    Includes options and data.

    interface ChartConfig<T extends AxisChartOptions> {
        data: ChartTabularData;
        options: T;
    }

    Type Parameters

    Index

    Properties

    Properties

    Data for the chart.

    options: T

    Chart options configuration.