Added missing maxBarThickness

Added missing maxBarThickness to the CommonAxe interface
This commit is contained in:
Stephen Allred
2018-06-06 12:34:12 +01:00
committed by GitHub
parent b3cad84aa3
commit 3d4bf4345d

View File

@@ -514,6 +514,7 @@ declare namespace Chart {
ticks?: TickOptions;
gridLines?: GridLineOptions;
barThickness?: number;
maxBarThickness?: number;
scaleLabel?: ScaleTitleOptions;
offset?: boolean;
beforeUpdate?(scale?: any): void;