fix: force deprecate unmaintained animate
This commit is contained in:
parent
8f69be05c1
commit
3a16d6c30c
@ -55,8 +55,7 @@ export default class BaseChart {
|
|||||||
? options.showLegend
|
? options.showLegend
|
||||||
: 1,
|
: 1,
|
||||||
isNavigable: options.isNavigable || 0,
|
isNavigable: options.isNavigable || 0,
|
||||||
animate:
|
animate: 0,
|
||||||
typeof options.animate !== "undefined" ? options.animate : 0,
|
|
||||||
truncateLegends:
|
truncateLegends:
|
||||||
typeof options.truncateLegends !== "undefined"
|
typeof options.truncateLegends !== "undefined"
|
||||||
? options.truncateLegends
|
? options.truncateLegends
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user