dash14.ack
dash14.ack
I close this issue for now. If you have any questions, please re-open this or open a new issue.
Hi @mt324010, Since v-network-graph matches the parent container size, please try to specify the size externally. An example is shown below. I would also like to add a supplement to...
Starting from [v0.6.7](https://github.com/dash14/v-network-graph/releases/tag/v0.6.7), the display size can be directly specified by css in v-network-graph. An example code is shown below, and the same code is also available in [Getting Started](https://dash14.github.io/v-network-graph/getting-started.html#usage)....
I close this issue for now. If you have any questions, please re-open this or open a new issue.
Hi @hellofreckles, Thanks for the feature suggestion! Let me ask a few questions to understand your suggestion. As shown in the example below, it is still possible to add nodes...
Since no response was received, the issue is closed for now.. If you have any comment, please reopen this issue.
Hi @jjackevans, I implemented the following example as a tryout d3 force layout. ```vue import { reactive, ref, watch } from "vue"; import * as vNG from "v-network-graph"; import {...
Since some time has elapsed, I close this issue for now. If there are additional questions, please reopen this issue.
Hi @zamplyy, Thank you so much for your consideration of performance improvement! The purpose of VEdgeBackgrounds is to address the fact that when edges are drawn as dashed lines, browser...
Hi @whitenotblack, Thank you for letting me know about the bug! I apologize for the delay in responding. I've released [v0.9.15](https://github.com/dash14/v-network-graph/releases/tag/v0.9.15) which fixes the problem. A big thank you for...