plotly.js icon indicating copy to clipboard operation
plotly.js copied to clipboard

Add Transition Easing options to `treemap`, `icicle` and `sunburst`

Open archmoj opened this issue 3 years ago • 0 comments

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

archmoj avatar Aug 30 '22 17:08 archmoj