Skip to content

d3 v7.9.0 – d3.pointer() uses createSVGPoint() which is now deprecated #320

@aorticstenosis

Description

@aorticstenosis

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions