VSeed, an elegant data composer, transforming complexity into simplicity.
!!!###!!!title=How to Obtain VChart——VisActor/VChart tutorial documents!!!###!!!!!!###!!!description=There are several ways to obtain VChart:1. Obtain from npm2. Obtain from cdn3. Obtain from GitHub repository!!!###!!!
Note: When introducing in cdn mode, you need to pay attention to the reference method of VChart: const vchart = new VChart.default(spec, { dom: 'chart' });
You can directly get the VChart source code from GitHub:
You can directly clone the source code from GitHub.
You can also go to VChart's release page, select the corresponding version, and click on the Source code in the Assets section at the bottom of the page, download it to your local machine and extract it for use.