ember-cli-chart
ember-cli-chart copied to clipboard
Change animation configuration
Hey, I have something like this, very simple:
{{ember-chart
type="pie"
data=this.data
options=this.options
animate=true
}}
I just wanted to know if there is a way to configure the animation. Say, for example, the duration, or easing. Thanks!