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 am getting an exception thrown when having 0 or 1 data point in <Area> and <Line>. It works when the data set is >= 2.
Here is the exception:
Error: Exception in HostFunction: Malformed calls from JS: field sizes are different.
[[129,129,129,119],[5,5,5,1],[[4235,"RNSVGPath",71,{"d":"M NaN 59 L NaN 118 L NaN 118","propList":["fill","strokeWidth"],"strokeWidth":"0","fill":[1,"grad0.9984082999"]}],[4237,"RNSVGPath",71,{"d":"M NaN 59","mask":"Mask","propList":["fill","stroke","strokeWidth","strokeOpacity","strokeLinecap"],"strokeLinecap":1,"strokeOpacity":1,"stroke":4290763774,"strokeWidth":3,"fill":null}],[1]],7269]
The text was updated successfully, but these errors were encountered:
I am getting an exception thrown when having 0 or 1 data point in
<Area>
and<Line>
. It works when the data set is >= 2.Here is the exception:
The text was updated successfully, but these errors were encountered: