It is not only a fully functional graph visualization library, but also an explorer of data relationships.
!!!###!!!title=vue——VisActor/VGrammar tutorial documents!!!###!!!!!!###!!!description=When using VGrammar in Vue, there are a few main concerns:1. **When to create a new visual instance**: When used in the browser, VGrammar is a graphics drawing based on Canvas, so the most basic point is to wait for the container dom element to be rendered and mounted on the dom tree before creating a visual instance;2. **Unmount instances in time**: Before the component is unloaded, the instance created by VGrammar needs to be unloaded to prevent memory leaks[View the online demo](https://codesandbox.io/s/viscator-vgrammar-vue-demo-nr8pjc)!!!###!!!
Use in Vue
When using VGrammar in Vue, there are a few main concerns:
When to create a new visual instance: When used in the browser, VGrammar is a graphics drawing based on Canvas, so the most basic point is to wait for the container dom element to be rendered and mounted on the dom tree before creating a visual instance;
Unmount instances in time: Before the component is unloaded, the instance created by VGrammar needs to be unloaded to prevent memory leaks