mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
Added missing maxBarThickness
Added missing maxBarThickness to the CommonAxe interface
This commit is contained in:
Vendored
+1
@@ -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