mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 13:30:28 +00:00
Added barThickness to ChartXAxe interface in chart.js
The `barThickness` option was missing in the definition file. See https://github.com/chartjs/Chart.js/blob/03735563f44e1ae108f83b9c7ee946f8818c92c3/src/controllers/controller.bar.js#L165 or https://github.com/chartjs/Chart.js/blob/8e37a11e398f69a67d7f549e113944f74a58030a/docs/04-Bar-Chart.md#chart-options
This commit is contained in:
Vendored
+1
@@ -345,6 +345,7 @@ interface ChartXAxe {
|
||||
stacked?: boolean;
|
||||
categoryPercentage?: number;
|
||||
barPercentage?: number;
|
||||
barThickness?: number;
|
||||
gridLines?: GridLineOptions;
|
||||
position?: string;
|
||||
ticks?: TickOptions;
|
||||
|
||||
Reference in New Issue
Block a user