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
The difference between line 1461 and the other lines means the pie chart is the only one raising an exception when not explicitly initialized with x-axis labels. That can't be right.
But looking at line 1459:
if (graph.xAxis) {
Is there any way for xAxis to be null? Or is line 1461 correct as it is, but line 1459 is supposed to be:
if (graph.xAxis._labels) {
The text was updated successfully, but these errors were encountered:
twitwi
pushed a commit
to twitwi/svg
that referenced
this issue
Nov 8, 2013
jquery.svggraph.js line 1461:
whereas lines 997, 1087, 1189, 1300:
The difference between line 1461 and the other lines means the pie chart is the only one raising an exception when not explicitly initialized with x-axis labels. That can't be right.
But looking at line 1459:
Is there any way for xAxis to be null? Or is line 1461 correct as it is, but line 1459 is supposed to be:
The text was updated successfully, but these errors were encountered: