plotly.js
plotly.js copied to clipboard
Add Transition Easing options to `treemap`, `icicle` and `sunburst`
It would be interesting to select the easing method for transitions. https://bl.ocks.org/d3noob/1ea51d03775b9650e8dfd03474e202fe
Right now for treemap & icicle we have
https://github.com/plotly/plotly.js/blob/8206eb50805b248327573b0ea8d2514c5375b06d/src/traces/treemap/constants.js#L5
And for sunburst:
https://github.com/plotly/plotly.js/blob/8206eb50805b248327573b0ea8d2514c5375b06d/src/traces/sunburst/constants.js#L5