-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
[BUG] Browser unresponsive on bubble chart with logarithmic axes #4703
Labels
Milestone
Comments
This might be related to #4688 since you have |
jcopperfield
added a commit
to jcopperfield/Chart.js
that referenced
this issue
Nov 16, 2017
- issue chartjs#4572: logarithmic type if all numbers are zero browser crashes "Out of memory" - issue chartjs#4703: [BUG] Browser unresponsive on bubble chart with logarithmic axes
Done in #4959 |
yofreke
pushed a commit
to yofreke/Chart.js
that referenced
this issue
Dec 30, 2017
- issue chartjs#4572: logarithmic type if all numbers are zero browser crashes "Out of memory" - issue chartjs#4703: [BUG] Browser unresponsive on bubble chart with logarithmic axes
exwm
pushed a commit
to exwm/Chart.js
that referenced
this issue
Apr 30, 2021
- issue chartjs#4572: logarithmic type if all numbers are zero browser crashes "Out of memory" - issue chartjs#4703: [BUG] Browser unresponsive on bubble chart with logarithmic axes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
No problems when rendering a bubble chart with one single point
Current Behavior
Creating a new bubble chart with one single point(as in the example provided) the browser becomes unresponsive (Safari) or returns an error (Chrome)
Steps to Reproduce (for bugs)
https://codepen.io/anon/pen/qXMxLb
Context
I generally don't know in advance the kind of data I'm getting to be rendered, I noticed that on some occasions the browser stopped working on some inputs, I tried to simplify in the example.
Environment
The text was updated successfully, but these errors were encountered: