ember-cli-chart icon indicating copy to clipboard operation
ember-cli-chart copied to clipboard

Change animation configuration

Open sotoyjuan opened this issue 5 years ago • 0 comments

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!

sotoyjuan avatar Sep 04 '20 23:09 sotoyjuan