adopted-ember-addons / adopted-ember-addons/ember-cli-chart
Change animation configuration
Open
- Dominant language
- JavaScript
- Stars
- 138
- Forks
- 76
- PR merge metrics
- No merged PRs in 30d
Description
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!
Contributor guide
Assessment
This issue has not been assessed yet.