diagram-maker
diagram-maker copied to clipboard
A library to display an interactive editor for any graph-like data.
I'm trying to replace the background diagram-maker canvas svg, with custom small circular nodes. So, probably this lead to more than 5000 number of circular nodes. This is causing Performance...
**Describe the issue with documentation** I cannot find any mention of supported browsers in the documentation. I apologize if I just missed it, but in that case it should probably...
Hello, When I make a diagram, I would like to be able to auto align every nodes. A misalignment in a diagram is not very important but people that see...
Hello, I often find myself making similar diagrams (or at least having some patterns coming back quite frequently). Instinctively I want to copy/paste my work. **Describe the solution you'd like**...
Hello, The library allows to select multiple nodes at the same time. It would be great if you could also move them all together. **Describe the solution you'd like** Use...
Hello, I've been recently using your cool library and I noticed that when I use the undo/redo feature, it seems that only some events are kept in memory : node...
**Is your feature request related to a problem? Please describe.** I'd like to have scrollbars that I can use. It would help me with visual orientation on the workspace. I'd...
Hello, Whenever I use the undo/redo feature, the nodes are not correctly positionned to their last known location. This seems to happen when you undo everything (sometimes before, it's not...
**Is your feature request related to a problem? Please describe.** In my action interceptors, for mouse / keyboard type of events, I'd like to receive the information about the original...
**Describe the issue with documentation** I'm tryng to dynamically update the consumerData on a particular node, after it was created. What is the preffered way to update the store data?...