You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to d3-js
I am working on creating a context menu on d3 force layout. I am using rect to style the context menu. The problem I have at this point is the number of menu items is dynamic and can be longer than the svg height. Therefore I need to add a scrollbar to the rect element holding the menu items. Has anyone implemented similar scrolling element in d3? Can I get some suggestions on how to do it?
Curran
unread,
Apr 6, 2017, 8:56:39 AM4/6/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to d3-js
There's a cool library called Scrollgrid that adds scroll bars to an SVG element.