Skip to content
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

Closed
emanuelef opened this issue Aug 26, 2017 · 2 comments
Closed

[BUG] Browser unresponsive on bubble chart with logarithmic axes #4703

emanuelef opened this issue Aug 26, 2017 · 2 comments

Comments

@emanuelef
Copy link

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

  1. comment lines from 20 to 24

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

  • Chart.js version: 2.6.0
  • Browser name and version: Safari 10.1.2
@etimberg
Copy link
Member

This might be related to #4688 since you have 0 data values

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
etimberg pushed a commit that referenced this issue Dec 12, 2017
- issue #4572: logarithmic type if all numbers are zero browser crashes "Out of memory"
 - issue #4703: [BUG] Browser unresponsive on bubble chart with logarithmic axes
@etimberg
Copy link
Member

Done in #4959

@etimberg etimberg added this to the Version 2.8 milestone Dec 12, 2017
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
Projects
None yet
Development

No branches or pull requests

3 participants