From 6c31971548abae639615b048c03e6e9cb7f43d8b Mon Sep 17 00:00:00 2001 From: Brian Ball Date: Thu, 9 Jun 2022 07:22:50 -0700 Subject: [PATCH 1/2] Update responsive.md --- docs/configuration/responsive.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/responsive.md b/docs/configuration/responsive.md index 3254ccb8cb6..32f724c741a 100644 --- a/docs/configuration/responsive.md +++ b/docs/configuration/responsive.md @@ -20,7 +20,7 @@ Namespace: `options` | `maintainAspectRatio` | `boolean` | `true` | Maintain the original canvas aspect ratio `(width / height)` when resizing. | `aspectRatio` | `number` | `2` | 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. | `onResize` | `function` | `null` | Called when a resize occurs. Gets passed two arguments: the chart instance and the new size. -| `resizeDelay` | `number` | `0` | Delay the resize update by give amount of milliseconds. This can ease the resize process by debouncing update of the elements. +| `resizeDelay` | `number` | `0` | Delay the resize update by give amount of milliseconds. This can ease the resize process by debouncing the update of the elements. ## Important Note From f0b0476b170c0dcb7de314da5260e23aa5ca2cf4 Mon Sep 17 00:00:00 2001 From: Jukka Kurkela Date: Wed, 22 Jun 2022 16:01:55 +0300 Subject: [PATCH 2/2] Update docs/configuration/responsive.md Co-authored-by: Jacco van den Berg --- docs/configuration/responsive.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/responsive.md b/docs/configuration/responsive.md index 32f724c741a..fbb99c463c9 100644 --- a/docs/configuration/responsive.md +++ b/docs/configuration/responsive.md @@ -20,7 +20,7 @@ Namespace: `options` | `maintainAspectRatio` | `boolean` | `true` | Maintain the original canvas aspect ratio `(width / height)` when resizing. | `aspectRatio` | `number` | `2` | 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. | `onResize` | `function` | `null` | Called when a resize occurs. Gets passed two arguments: the chart instance and the new size. -| `resizeDelay` | `number` | `0` | Delay the resize update by give amount of milliseconds. This can ease the resize process by debouncing the update of the elements. +| `resizeDelay` | `number` | `0` | Delay the resize update by the given amount of milliseconds. This can ease the resize process by debouncing the update of the elements. ## Important Note