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