diff --git a/types/index.esm.d.ts b/types/index.esm.d.ts index 8f95af2529d..5e5b12f5e43 100644 --- a/types/index.esm.d.ts +++ b/types/index.esm.d.ts @@ -1412,6 +1412,11 @@ export interface CoreChartOptions extends ParsingOption * @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.