diff --git a/types/layout.d.ts b/types/layout.d.ts index bb3f1dbba..ef8935db7 100644 --- a/types/layout.d.ts +++ b/types/layout.d.ts @@ -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 */