问题 I am trying to set the animation speed of a pie chart in chartJS. I've tried the following: numSteps: Number, animationSteps: Number 3.Chart.defaults.global.animationSteps = Number; None of these have changed the speed. Any advice? var myNewChart; var data = [ { value: 30, label: "hello", color: "#F7464A" }, { value: 50, color: "#E2EAE9" }, { value: 100, color: "#D4CCC5" }, { value: 40, color: "#949FB1" }, { value: 100, color: "#4D5360" }, ]; var options = { animation: true, animationEasing: