diff --git a/types/index.d.ts b/types/index.d.ts index c79f19cbe..5d1166113 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -3539,7 +3539,7 @@ export interface ChartTypeRegistry { bar: { chartOptions: BarControllerChartOptions; datasetOptions: BarControllerDatasetOptions; - defaultDataPoint: number; + defaultDataPoint: number | null; metaExtensions: {}; parsedDataType: BarParsedData, scales: keyof CartesianScaleTypeRegistry;