David Bumbeishvili
David Bumbeishvili
That's strange. The only thought I have is that d3 was not loaded when that code run. Can you provide an online example so I can check it? For me,...
@david-baghdasaryan97 can you provide online fiddle where this issue is reproduced? You can extend this example - https://stackblitz.com/edit/web-platform-sgsxzp
I don't think that there is a straightforward way to do it. Workaround: in the node update function add an additional custom event listener for the button content and save...
@SkyWallkeRed yes that's the idea (but not sure when I am gonna do it) This is how I imagine it: 1. User drags node into another node (which can be...
No, it does not currently support it, but it’s planned for the future
Did you try the suggestion mentioned in the error message? ```node.js import pkg from 'd3-org-chart'; const { OrgChart } = pkg; ```
Ok, I've confirmed, above won't work as well. I will keep this open until I will figure out how to fix it. Just out of interest, can you let me...
I've tried and it **does not** work, will check it once I will find a time
I don't expect to have progress in this matter for months
Check this, it may be relevant https://github.com/bumbeishvili/org-chart/issues/77