d3 / d3-selection

Transform the DOM by selecting elements and joining to data.

Home Page:https://d3js.org/d3-selection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

event is null (v6)

StTronn opened this issue · comments

import {event as currentEvent} from 'd3-selection'; would result in null.
The reason is there is no event function in d3-selection (v6).

The solution in #212 is outdated.

Please read the documentation.