dash14.ack
dash14.ack
Thank you for your suggestion! The ability to select multiple nodes by dragging is a feature that I have been thinking about since the beginning of development, but haven't gotten...
Hi @John-Boik, Thanks for your reply and sharing the vis.js precedent. I would like to refer to it. I think it will take some time, I will report here when...
Hi @happylilem, Thank you for your consideration of the feature of node selection by rectangle! In order to answer your question in detail, I myself need to think about how...
Hi @happylilem, Thank you for your reply and suggestions! I have added the feature you suggested in [v0.6.1](https://github.com/dash14/v-network-graph/releases/tag/v0.6.1). If enabled in the configs, it is possible to select nodes by...
Hi @happylilem, Thank you for trying it and for reporting the bug! I've fixed and released. ([v0.6.2](https://github.com/dash14/v-network-graph/releases/tag/v0.6.2)) Your detailed report was very helpful. Thank you so much!
Hi @athevapalan, Sorry for the late reply. Currently, self-loop edges are not supported. If it is to be supported, it will take a while to add it, as many accompanying...
Hi @popadicbranislav, Exactly, now if there is only one edge between nodes, it will be a straight line even with the `curve` option. Just to confirm, is this issue a...
Hi @LuoXin-s, Thank you for your question. Since nodes, edges, and paths have a reference relationship, their IDs should not change in principle. If nodes and edges are treated as...
I close this issue for now. If you have any questions, please re-open this or open a new issue.
Hi @LuoXin-s, It is possible to use `override-node-label` slot and `edge-label` slot to retrieve events. However, it requires writing a bit of tricky code to listen the events, and may...