Interface: ChartTypeRegistry
Type declaration:
Defined in:
bubble
• bubble: object
Type declaration:
Name | Type |
---|---|
chartOptions | unknown |
datasetOptions | BubbleControllerDatasetOptions |
defaultDataPoint | |
parsedDataType | BubbleParsedData |
scales | linear | logarithmic | category | time | timeseries |
Defined in: index.esm.d.ts:3265 (opens new window)
• doughnut: object
Type declaration:
line
• line: object
Type declaration:
Name | Type |
---|---|
chartOptions | LineControllerChartOptions |
datasetOptions | & FillerControllerDatasetOptions |
defaultDataPoint | number | |
parsedDataType | CartesianParsedData |
scales | linear | logarithmic | category | time | timeseries |
Defined in: index.esm.d.ts:3251 (opens new window)
• pie: object
Type declaration:
Defined in: index.esm.d.ts:3272 (opens new window)
polarArea
Type declaration:
Name | Type |
---|---|
chartOptions | |
PolarAreaControllerDatasetOptions | |
defaultDataPoint | number |
parsedDataType | RadialParsedData |
scales | radialLinear |
Defined in:
• radar: object
Type declaration:
Defined in:
scatter
• scatter: object
Type declaration:
Name | Type |
---|---|
chartOptions | LineControllerChartOptions |
datasetOptions | |
defaultDataPoint | number | ScatterDataPoint |
parsedDataType | CartesianParsedData |
linear | logarithmic | category | time | timeseries |