From: stockiNail Date: Wed, 18 Jan 2023 13:27:47 +0000 (+0100) Subject: Change 'normal' update mode to 'default' as documented (#11017) X-Git-Tag: v4.2.0~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=997eab46acc822cee8f09c90abef03f9f93912ac;p=thirdparty%2FChart.js.git Change 'normal' update mode to 'default' as documented (#11017) --- diff --git a/src/types/index.d.ts b/src/types/index.d.ts index 28de6bd68..c302c3438 100644 --- a/src/types/index.d.ts +++ b/src/types/index.d.ts @@ -572,7 +572,7 @@ export declare const enum UpdateModeEnum { none = 'none', hide = 'hide', show = 'show', - normal = 'normal', + default = 'default', active = 'active' }