Based on the recent figure Friday and a mention to how bump charts could be useful for dash: Figure Friday 2024 - week 29 - #39 by li.nguyen
I explored the ways you could design a bump chart in plotly and provided some examples. However I wasn’t entirely happy with the design so I started searching for a component which lead me to Nivo a project built on top of D3. Well, their where two components I found especially interesting so I decided to bring a port of a port into dash
Introducing:
pip install dash-nivo
Dash Nivo - ResponsiveCircle:
Dash Nivo - AreaBump:
You can see a basic example of how to set these two components up on my documentation page:
Github repo:
I could expand this library out a bit more if requested, these where just the two most impressive graphs I could find within it that don’t have functionality similar to whats currently provided in Plotly and Dash.
Bonus points if someone uses these components in Figure Friday.
Cheers,
Pip