You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The setting itself would go in the BaseChart as part of the chartConfig Object. Something like easing and easingDelay. Both could be null by default to denote that no easing is applied.
Then each sub-class would need to make use of those configs in the same way that we do so for transitionDuration:
Any chance of incorporating easing? It is a simple process ..
.delay(function(d, i) {
return i *10
}
.ease('elastic')
But I am still learning your code so not quite sure where it would belong as a global. Somewhere in baseChart I am sure.
The text was updated successfully, but these errors were encountered: