-
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
Bar Chart - logarithmic type if all numbers are zero browser crashes "Out of memory" #4572
Labels
Milestone
Comments
@neway003 could you try v2.6.0 instead of v.2.5.0? I recall seeing and fixing something similar to this then |
Same condition on v2.6.0 |
The following patch fixes the problem: fix_4572_logarithmic_type_if_all_numbers_are_zero_browser_crashes_Out_of_memory.patch.txt |
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
For the below bar chart code, type:'logarithmic',
If all the vehicle count are zero in data array bowser goes to Out of memory exception ,
If i remove type:'logarithmic' it works.
chrome browser (Version 59.0.3071.115 (Official Build) (64-bit)) stops with Out of memory exception.
Firefox (Version 54.0.1 (32-bit)) not showing any error or graph.
IE (Version 10.0.9200.16384) not showing any error or graph.
Opera (Version 46.0.2597.57 (PGO)) Also stops with Out of memory exception.
The text was updated successfully, but these errors were encountered: