Added barThickness to ChartXAxe interface in chart.js

The `barThickness` option was missing in the definition file.

See 03735563f4/src/controllers/controller.bar.js (L165) or 8e37a11e39/docs/04-Bar-Chart.md (chart-options)
This commit is contained in:
Tobias Kündig
2016-10-13 15:30:57 +02:00
committed by GitHub
parent e764d154eb
commit 4048e1f80e

View File

@@ -345,6 +345,7 @@ interface ChartXAxe {
stacked?: boolean;
categoryPercentage?: number;
barPercentage?: number;
barThickness?: number;
gridLines?: GridLineOptions;
position?: string;
ticks?: TickOptions;