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 graph model should be able to listen for those changes and know if something has changed, which can be used to call renderer.render, a throttled call.
Another part of this task is states which is partially done here: #71
The text was updated successfully, but these errors were encountered:
Nodes and edges should have setters and getters for properties, data, and positions in the following manner:
The graph model should be able to listen for those changes and know if something has changed, which can be used to call
renderer.render
, a throttled call.Another part of this task is
states
which is partially done here: #71The text was updated successfully, but these errors were encountered: