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 following TypeErrorImpl was thrown building GraphView$(dirty, state: _GraphViewState#a4f6c):
Expected a value of type 'int', but got one of type 'String'
I tried change to:
var a = node.key!.value.toString();
But got error:
Node{position: Offset(0.0, 0.0), key: [<1>], _size: Size(77.0, 48.0)} is not connected to primary ancestor
Node{position: Offset(0.0, 0.0), key: [<2>], _size: Size(77.0, 48.0)} is not connected to primary ancestor
The text was updated successfully, but these errors were encountered:
My data is not int-based. Because some of real data have leading zero. The graphview crush on next data:
error:
I tried change to:
But got error:
The text was updated successfully, but these errors were encountered: