Merge pull request #26320 from stephenallred/@types/chart.js]-maxBarThickness

Added missing maxBarThickness
This commit is contained in:
Armando Aguirre
2018-06-06 13:24:27 -07:00
committed by GitHub

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;