-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
This bubble charts isn't working #1397
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
Comments
Strange. Back in At first glance, it looks like very large bubbles are throwing off the marker sizing routine.
Yes. Try using |
This bug is a side-effect of (the very controversial) #353 |
More closely, the problem lies inside the autorange routine: where very large bubbles make dp = ax._length - minpt.pad - maxpt.pad; always be negative and hence excluded from the the autorange computation. Perhaps |
Referencing #1352 which also highlights a |
Fixed as best we can in 1f4898c |
Hi,
For certain range of values(x, y, size in trace) bubble chart is not plotting, Maybe it is plotting but clearly not visible. For most of range it is working but for certain range of values it is not working. Is there any constraint on the value ranges or should I maintain a ratio?
One such example where it doesn't plot any chart is here (http://codepen.io/suribabu_95/pen/egwPrG?editors=0010)
Thank You
The text was updated successfully, but these errors were encountered: