From: Jacco van den Berg Date: Fri, 19 May 2023 22:42:04 +0000 (+0200) Subject: Expend note that chart must be in its own dedicated container (#11300) X-Git-Tag: v4.3.1~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=62c7de1799982cc798a6795f2947cce252a2c66c;p=thirdparty%2FChart.js.git Expend note that chart must be in its own dedicated container (#11300) --- diff --git a/src/types/index.d.ts b/src/types/index.d.ts index 3cbf1b6aa..274ee56ff 100644 --- a/src/types/index.d.ts +++ b/src/types/index.d.ts @@ -1597,7 +1597,7 @@ export interface CoreChartOptions extends ParsingOption */ responsive: boolean; /** - * Maintain the original canvas aspect ratio (width / height) when resizing. + * Maintain the original canvas aspect ratio (width / height) when resizing. For this option to work properly the chart must be in its own dedicated container. * @default true */ maintainAspectRatio: boolean;