mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-18 12:33:17 +08:00
Added barThickness to ChartXAxe interface in chart.js
The `barThickness` option was missing in the definition file. See03735563f4/src/controllers/controller.bar.js (L165)or8e37a11e39/docs/04-Bar-Chart.md (chart-options)
This commit is contained in:
1
chart.js/chart.js.d.ts
vendored
1
chart.js/chart.js.d.ts
vendored
@@ -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