I am looking to create some packed bubble charts in Plotly.js but it looks like this feature is not available. I saw a few post about 6 years ago asking the same thing but still has no resolution. Is there a way to do this in Plotly? Thank you!
Hey @keithrull , what does this plot look like?
Like this Bubble chart component / D3 | Observable
These look nice! Unfortunately I would not know how to do that with plotly
Two options: Use shapes or use marker chart, In fact, reviewing the example you send, it is not a chart itself, but rather it uses a function that draws circular shapes, You would just have to adapt it to work with Plotly shapes, so add coconut
I made a bubble chart but it uses a marker chart.