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
graph.clearDomain() is now deprecated and retained for backwards compatibility; this compatibility alias has no package-size impact unless it is explicitly referenced by consumer code.
Clearing the active domain can now be done with graph.setDomain({}), which is normalized to null internally.
The deprecated graph.clearDomain() alias remains available and delegates to setDomain.