d3-context-menu
d3-context-menu copied to clipboard
D3v7 compatibility
As of now require
doesn't work for d3. Your can see related github issue. The easiest solution would be to use import
instead
Looks like d3.event.preventDefault()
doesn't work in v7 either, which this library uses.
I'm open to PRs.