You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, as you filter down through the data the bubbles get smaller and smaller, so you can't see any relationships between what's left. Relative sizing would fix that, and I think it's something other users may want in the future.
Would gladly take a PR on this; I believe it is just a matter of moving some code up from bubble chart to bubble mixin, and adding the relevant tests to the bubble overlay.
Circles should resize as data is filtered in other charts using .elasticRadius([boolean]) as done in the standard bubble chart.
Seems like it would be simple, but I'm still a little noob-ish and haven't been able to successfully do it myself. :)
Thanks for a great library!
The text was updated successfully, but these errors were encountered: