Hello,
I am trying to create animation in plotly.py on horizontal bar charts
But I found this thread which says not supported. Can you kindly tell me what all kind of charts are supported in animations in plotly.py?
Thanks,
Sudhanshu Garg
Hello,
I am trying to create animation in plotly.py on horizontal bar charts
But I found this thread which says not supported. Can you kindly tell me what all kind of charts are supported in animations in plotly.py?
Thanks,
Sudhanshu Garg
Hi @gsudhanshu,
scatter
and sunburst
are currently the only trace types that support smooth animations.
-Jon