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

Open
AlKoFDC opened this issue Nov 5, 2015 · 3 comments
Open

runtime: out of memory when drawing logarithmic y axis #19

AlKoFDC opened this issue Nov 5, 2015 · 3 comments

Comments

@AlKoFDC
Copy link

AlKoFDC commented Nov 5, 2015

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

@jvolf-zolo
Copy link

jvolf-zolo commented Sep 27, 2016

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.

@vdobler
Copy link
Owner

vdobler commented Sep 28, 2016

Could you provide a piece of sample code which shows the behaviour?
Without a testcase it will be hard to reproduce.

@jvolf-zolo
Copy link

Sorry Volker,

I posted this issue in the wrong place. It was for ChartJS.

Thanks for getting back to me though!
John

From: Volker Dobler [mailto:notifications@github.com]
Sent: Wednesday, September 28, 2016 9:32 AM
To: vdobler/chart chart@noreply.github.com
Cc: John Volf JVolf@zolotech.com; Comment comment@noreply.github.com
Subject: Re: [vdobler/chart] runtime: out of memory when drawing logarithmic y axis (#19)

Could you provide a piece of sample code which shows the behaviour?
Without a testcase it will be hard to reproduce.


You are receiving this because you commented.
Reply to this email directly, view it on GitHubhttps://github.com//issues/19#issuecomment-250203470, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AVK_kQiqqrMtriirEdhlX_ujadHEGk23ks5quoiCgaJpZM4GchNd.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants