From 62c7de1799982cc798a6795f2947cce252a2c66c Mon Sep 17 00:00:00 2001 From: Jacco van den Berg Date: Sat, 20 May 2023 00:42:04 +0200 Subject: [PATCH] Expend note that chart must be in its own dedicated container (#11300) --- src/types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.3