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

fatal error due to call to computeAxisValues during call to notifyDataSetChanged #2605

Closed
mguarro opened this issue Jul 13, 2017 · 1 comment

Comments

@mguarro
Copy link

mguarro commented Jul 13, 2017

Hello,

I'm trying to update a live chart I had implemented in Charts 2.3 to 3.0.2 and am running into an error when a call is made to XAxisRenderer.computeAxisValues. It appears min and max have NaN for values and I'm not sure I understand why.

The present variables from said call:

screen shot 2017-07-13 at 9 37 33 am

In notifyDataSetChanged, the arguments to computeAxis:

screen shot 2017-07-13 at 9 34 17 am

Unless I'm missing something, the values in the chart object appear to be present so I'm not sure what gives. If necessary I can post the code I have of my live chart implementation. Thanks in advance.

@mguarro
Copy link
Author

mguarro commented Jul 14, 2017

Found my solution in the thread for issue #1945.

@mguarro mguarro closed this as completed Jul 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant