You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
In notifyDataSetChanged, the arguments to computeAxis:
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.
The text was updated successfully, but these errors were encountered:
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:
In notifyDataSetChanged, the arguments to computeAxis:
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.
The text was updated successfully, but these errors were encountered: