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

Request to Add Animation Support for go.Sankey Plots Similar to go.Scatter and go.Bar

Open andre996 opened this issue 1 year ago • 1 comments

Description

I would like to request the addition of animation support for go.Sankey plots, similar to the functionality available in go.Scatter and go.Bar.

Expected Outcome

The go.Sankey plot should have a parameter in the layout for animations, similar to the updatemenus feature. An example of the desired configuration is shown below:

"updatemenus": [{
    "type": "buttons",
    "buttons": [{
        "label": "Your Label",
        "method": "animate",
        "args": [/* Animation arguments here */]
    }]
}]

This feature would allow users to add animations to go.Sankey plots, enhancing their interactivity and visual appeal.

andre996 avatar May 31 '24 16:05 andre996

Thank you for the suggested feature, @andre996 .

Coding-with-Adam avatar Jun 21 '24 14:06 Coding-with-Adam