mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-15 04:36:51 +01:00
* fixes #8304 * Update layout.d.ts First letter of variable from capital to normal
This commit is contained in:
2
types/layout.d.ts
vendored
2
types/layout.d.ts
vendored
@@ -47,7 +47,7 @@ export interface LayoutItem {
|
||||
/**
|
||||
* Draws the element
|
||||
*/
|
||||
draw(ChartArea): void;
|
||||
draw(chartArea: ChartArea): void;
|
||||
/**
|
||||
* Returns an object with padding on the edges
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user