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
Otherwise doneFnCompleted it is not initialized and a browser reports an error whenever the Box select or the Lasso select from toolbar is used:
Uncaught (in promise) TypeError: doneFnCompleted is not a function
The text was updated successfully, but these errors were encountered:
Hi, the release version 1.47.0 adds call of method
doneFnCompleted
:627fd74#diff-8c5d8f688f2bb41a18d35397e5f58864R290
This method is initialized only in sankey's base_plot.js:
627fd74#diff-2d7d5b2875d00ef73d8c35008560ea17R90
Otherwise
doneFnCompleted
it is not initialized and a browser reports an error whenever the Box select or the Lasso select from toolbar is used:Uncaught (in promise) TypeError: doneFnCompleted is not a function
The text was updated successfully, but these errors were encountered: