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
Currently it is only possible to update using the same amount of nodes. If you need to update with a different amount of nodes, you must call sk.createSankey (...) and the previous SVG content will be modified.
As soon as possible I will modify the function to support this.
If I update the chart with new data where there are less or more nodes, the resulting chart updates the wrong nodes with the new data.
I guess this can be solved by adding an id to the links, but I'm not sure how that would work with this library.
The text was updated successfully, but these errors were encountered: