mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-31 19:12:20 +08:00
Merge pull request #26320 from stephenallred/@types/chart.js]-maxBarThickness
Added missing maxBarThickness
This commit is contained in:
1
types/chart.js/index.d.ts
vendored
1
types/chart.js/index.d.ts
vendored
@@ -514,6 +514,7 @@ declare namespace Chart {
|
||||
ticks?: TickOptions;
|
||||
gridLines?: GridLineOptions;
|
||||
barThickness?: number;
|
||||
maxBarThickness?: number;
|
||||
scaleLabel?: ScaleTitleOptions;
|
||||
offset?: boolean;
|
||||
beforeUpdate?(scale?: any): void;
|
||||
|
||||
Reference in New Issue
Block a user