diff --git a/types/chart.js/index.d.ts b/types/chart.js/index.d.ts index 923af5583e..cb3db72855 100644 --- a/types/chart.js/index.d.ts +++ b/types/chart.js/index.d.ts @@ -514,6 +514,7 @@ declare namespace Chart { ticks?: TickOptions; gridLines?: GridLineOptions; barThickness?: number; + maxBarThickness?: number; scaleLabel?: ScaleTitleOptions; offset?: boolean; beforeUpdate?(scale?: any): void;