Interface: ChartTypeRegistry

    Type declaration:

    Defined in:


    bubble

    bubble: object

    Type declaration:

    NameType
    chartOptionsunknown
    datasetOptionsBubbleControllerDatasetOptions
    defaultDataPoint
    parsedDataTypeBubbleParsedData
    scaleslinear | logarithmic | category | time | timeseries

    Defined in: index.esm.d.ts:3265ChartTypeRegistry - 图2 (opens new window)


    doughnut: object

    Type declaration:


    line

    line: object

    Type declaration:

    NameType
    chartOptionsLineControllerChartOptions
    datasetOptions & FillerControllerDatasetOptions
    defaultDataPointnumber |
    parsedDataTypeCartesianParsedData
    scaleslinear | logarithmic | category | time | timeseries

    Defined in: index.esm.d.ts:3251 (opens new window)


    pie: object

    Type declaration:

    Defined in: index.esm.d.ts:3272ChartTypeRegistry - 图5 (opens new window)


    polarArea

    Type declaration:

    NameType
    chartOptions
    PolarAreaControllerDatasetOptions
    defaultDataPointnumber
    parsedDataTypeRadialParsedData
    scalesradialLinear

    Defined in:


    radar: object

    Type declaration:

    Defined in:


    scatter

    scatter: object

    Type declaration:

    NameType
    chartOptionsLineControllerChartOptions
    datasetOptions
    defaultDataPointnumber | ScatterDataPoint
    parsedDataTypeCartesianParsedData
    linear | logarithmic | category | time | timeseries