From 83500aa7194cd83bf8b47890ea42d1e95f97b4fc Mon Sep 17 00:00:00 2001 From: Jacco van den Berg Date: Fri, 19 May 2023 22:20:57 +0200 Subject: [PATCH] Expend note that chart must be in its own dedicated container --- 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 3cbf1b6aafb..274ee56ff86 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;