From: LeeLenaleee <39033624+LeeLenaleee@users.noreply.github.com> Date: Thu, 14 Jan 2021 12:45:12 +0000 (+0100) Subject: fixes #8304 (Missing type) beta 8 broken typescript (#8305) X-Git-Tag: v3.0.0-beta.9~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a58d43cbda430a46610c60c88deafbc33c946ea6;p=thirdparty%2FChart.js.git fixes #8304 (Missing type) beta 8 broken typescript (#8305) * fixes #8304 * Update layout.d.ts First letter of variable from capital to normal --- 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 */