-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bubble chart min radius #687
Comments
I can confirm this issue with the master api. |
try setting |
Sounds like there are two bugs here. I had run into the @Mepherotus, could you elaborate on the max bubble size problem, preferably in a separate issue? The code in both bubbleChart and bubbleOverlay contains the following line:
Since the radius scale is a linear scale with domain The scale isn't clamped, so if your values go larger than 100, you'll get sizes outside the range. (It's not actually a maximum, it's just what 100 maps to.) But you should never see a bubble with a smaller value get a larger radius, if that's what you mean. |
It's really strange, now I can't recreate the issue, maybe it was just a bad dream =D |
Hi,
Recently when i render my bubble chart, it seems like i cannot set he radius to below 10 no matter what i do, i want to be able to set min radius to as small as 1 screen pixel if possible.
I cannot seem to find any API to do this. So i'm wondering if this is a bug.
The text was updated successfully, but these errors were encountered: