]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Change 'normal' update mode to 'default' as documented (#11017)
authorstockiNail <stocki.nail@gmail.com>
Wed, 18 Jan 2023 13:27:47 +0000 (14:27 +0100)
committerGitHub <noreply@github.com>
Wed, 18 Jan 2023 13:27:47 +0000 (08:27 -0500)
src/types/index.d.ts

index 28de6bd681811d64ee5db45e3e9a2927b0391d3f..c302c34389c8355fc8dd7832f35c40e9b117018e 100644 (file)
@@ -572,7 +572,7 @@ export declare const enum UpdateModeEnum {
   none = 'none',
   hide = 'hide',
   show = 'show',
-  normal = 'normal',
+  default = 'default',
   active = 'active'
 }