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;