d3.js Drag and Drop dataTable to SVG element event
d3.js Drag and Drop dataTable to SVG element event
Is there functionality (like in the column drag-and-drop functionality) that can be used to drag and drop a datatable column onto an SVG element so i can use the column values to update the SVG in some way. I use d3.js so I would just need to access the column values of the column on dropping onto the element.
This discussion has been closed.