Skip to content

Commit 62c7de1

Browse files
authored
Expend note that chart must be in its own dedicated container (#11300)
1 parent 0ec981c commit 62c7de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1597,7 +1597,7 @@ export interface CoreChartOptions<TType extends ChartType> extends ParsingOption
15971597
*/
15981598
responsive: boolean;
15991599
/**
1600-
* Maintain the original canvas aspect ratio (width / height) when resizing.
1600+
* 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.
16011601
* @default true
16021602
*/
16031603
maintainAspectRatio: boolean;

0 commit comments

Comments
 (0)