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
It doesn't throw any errors but it may be best to refactor d3.pointer to use DOMPoint or DOMPointReadOnly for future browser support.
The text was updated successfully, but these errors were encountered:
aorticstenosis
changed the title
d3.pointer() uses createSVGPoint() which is now deprecated
d3 v7.9.0 – d3.pointer() uses createSVGPoint() which is now deprecated
Nov 27, 2024
The function createSVGPoint() is deprecated according to https://developer.mozilla.org/en-US/docs/Web/API/SVGPoint.
It doesn't throw any errors but it may be best to refactor d3.pointer to use DOMPoint or DOMPointReadOnly for future browser support.
The text was updated successfully, but these errors were encountered: