About VChart Extensions
VChart extensions are a set of additional features provided for VChart, typically used in specific scenarios. VChart extensions include three types of content:
- Charts
- Components/Plugins
- Algorithms for specific scenarios
How to Get Extensions
There are several ways to get VChart extensions:
- From npm
- From CDN
- From GitHub repository
Get from npm
For usage instructions, refer to the specific extension tutorials.
Get from CDN
You can get VChart-extension from the following free CDNs:
Get from GitHub
You can directly get the source code of VChart-extension from GitHub:
- You can clone the source code directly from GitHub.
- You can also choose the corresponding version from the release page of VChart, click on the Source code under the Assets section, download it to your local machine, and extract it for use.