mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
Change 'normal' update mode to 'default' as documented (#11017)
This commit is contained in:
parent
ab55f6c976
commit
997eab46ac
2
src/types/index.d.ts
vendored
2
src/types/index.d.ts
vendored
@ -572,7 +572,7 @@ export declare const enum UpdateModeEnum {
|
||||
none = 'none',
|
||||
hide = 'hide',
|
||||
show = 'show',
|
||||
normal = 'normal',
|
||||
default = 'default',
|
||||
active = 'active'
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user