d3-context-menu icon indicating copy to clipboard operation
d3-context-menu copied to clipboard

A plugin for d3.js that allows you to easy use context-menus in your visualizations.

Results 17 d3-context-menu issues
Sort by recently updated
recently updated
newest added

As of now `require` doesn't work for d3. Your can see [related github issue](https://github.com/d3/d3/issues/3532). The easiest solution would be to use `import` instead

Hello, Is it possible to call some function to prevent the menu disappearing after clicking on it ? I would like to add checkboxes to the menu but right now...

In D3 6.x the global d3.event [has been removed](https://observablehq.com/@d3/d3v6-migration-guide#events), so in order to access event information from the context menu callbacks I think it would be useful to add the...

hi using d3 v5 and reactjs and d3-context-menu I'm receiving the following error: > TypeError: Cannot read property 'pageX' of null ``` import * as d3 from "d3"; import contextMenuFactory...

How use with ES6 and VueJS ? Importing `import * as d3 from 'd3'` `import contextMenu from 'd3-context-menu'` Init `let d3ContextMenu = contextMenu(d3)` Config `.on('contextmenu', d3ContextMenu([ { title: 'Item #1',...

http://plnkr.co/edit/hAx36JQhb0RsvVn7TomS?p=info Ubuntu Mozilla Firefox 78.0.2 ``` Cookie “plnkr.access_token” will be soon rejected because it has the “sameSite” attribute set to “none” or an invalid value, without the “secure” attribute. To...

I saw the 1.0.1 release note has this `Context menu now closes on mousedown outside of the menu, instead of click outside (to mimic behaviour of the native context menu)`....

When i am trying to use the latest version , i am receiving an error SyntaxError: Expected token ')' 06:08:52 at /app/bower_components/d3-context-menu/js/d3-context-menu.js:149 I want to use the previous version 1.0.2....

Is it possible to nest menu items? Say I want two top level options Select and Deselect. Clicking on each would reveal a submenu with attributes to select or deselect...

i want to write the HTML code in this link http://bl.ocks.org/d3noob/8375092 with lightning components. Any example or sample code please help if anybody has done anything like that