mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-09 09:46:51 +01:00
Update index.d.ts (#10579)
Allow nulls to be passed to barChart data to allow datasets to spanGaps.
This commit is contained in:
committed by
GitHub
parent
d1686fb6cc
commit
7776d27268
2
types/index.d.ts
vendored
2
types/index.d.ts
vendored
@@ -3539,7 +3539,7 @@ export interface ChartTypeRegistry {
|
||||
bar: {
|
||||
chartOptions: BarControllerChartOptions;
|
||||
datasetOptions: BarControllerDatasetOptions;
|
||||
defaultDataPoint: number;
|
||||
defaultDataPoint: number | null;
|
||||
metaExtensions: {};
|
||||
parsedDataType: BarParsedData,
|
||||
scales: keyof CartesianScaleTypeRegistry;
|
||||
|
||||
Reference in New Issue
Block a user