-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
runtime: out of memory when drawing logarithmic y axis #19
Comments
This is an older post, but I am also getting on out of memory error in FireFox and Chrome when using a logarithmic Y-Axis. I've discovered this only happens when then number it is trying to plot numbers that result in the lower limit of the Y-Axis to be e-11 or smaller. |
Could you provide a piece of sample code which shows the behaviour? |
Sorry Volker, I posted this issue in the wrong place. It was for ChartJS. Thanks for getting back to me though! From: Volker Dobler [mailto:notifications@github.com] Could you provide a piece of sample code which shows the behaviour? — |
Hello,
I try to plot a bar chart with a logarithmic y axis, but I always get an out of memory exception in:
chart.go:569
I tried hiding the tics, limiting the max range and setting delta to a tenth of my maximum value, but it's not helping.
Do you have an idea how I can circumvent this?
Interestingly, the example logarithmic chart works.
I would be glad to provide further information if you require.
Greetings,
Alex
The text was updated successfully, but these errors were encountered: