This option is defined in the documentation (https://www.chartjs.org/docs/master/configuration/responsive.html) and the native js code, but not listed in the types. This allows its use in typescript.
* @default true
*/
maintainAspectRatio: boolean;
+ /**
+ * Delay the resize update by give amount of milliseconds. This can ease the resize process by debouncing update of the elements.
+ * @default 0
+ */
+ resizeDelay: number;
/**
* Canvas aspect ratio (i.e. width / height, a value of 1 representing a square canvas). Note that this option is ignored if the height is explicitly defined either as attribute or via the style.