chart.js: barThickness string value must be "flex" (#27613)

This commit is contained in:
Andy
2018-07-27 08:56:38 -07:00
committed by GitHub
parent be6b064799
commit 73124d44b4

View File

@@ -584,7 +584,7 @@ declare namespace Chart {
position?: string;
ticks?: TickOptions;
gridLines?: GridLineOptions;
barThickness?: number | string;
barThickness?: number | "flex";
maxBarThickness?: number;
scaleLabel?: ScaleTitleOptions;
time?: TimeScale;