Our JavaScript charting library is a commercial product. But the full branded version is free to try, forever.
npm install zingchartOur JavaScript charting library is a commercial product. But the full branded version is free to try, forever.
!npm





We publish our live, dev and ALL previous builds on our CDN. This is the quickest way to get started.
##### Current Version
Current Version and Modules (https://cdn.zingchart.com/zingchart.min.js | https://cdn.zingchart.com/modules/)
```
https://cdn.zingchart.com/zingchart.min.js
https://cdn.zingchart.com/modules/
##### ES6 Version
ES6 Version and Modules (https://cdn.zingchart.com/zingchart-es6.min.js | https://cdn.zingchart.com/modules-es6/)
``
https://cdn.zingchart.com/zingchart-es6.min.js
https://cdn.zingchart.com/modules-es6/
We have a variety of package managers to download our library, as well as integrations
#### npm
``
npm install zingchart
#### nuget
If you are looking for the ZingChart package and are a .NET user go to nuget package here.
``
Install-Package ZingChart -Version 2.5.0
#### Integrations
Installing our integration packages will also install the library for you. ZingChart is wrapped in a variety of ways for easy consumption with popular JS libraries and frameworks. Official releases are shown here. If you have a third party integration please contact us for inclusion.
##### Angular
``
npm install zingchart-angular
##### React
``
npm install zingchart-react
##### Vue
``
npm install zingchart-vue
##### Web Component
` `
npm install zingchart-web-component
##### AngularJS
``
npm install zingchart-angularjs
List of integrations:
* Angular
* React
* Vue
* WebComponent
* JQuery
* PHP
* AngularJS
* Ember
* Backbone
`html
`
import {zingchart, ZC} from 'zingchart/zingchart-es6';
And if you have and modules you want to include you do the following
import {pareto} from 'zingchart/modules-es6/zingchart-pareto.min.js';
`html
`
| README.md
| zingchart.min.js
| zingchart-es6.min.js
├── modules
| ├── zingchart-3d.min.js
| ├── ...
├── modules-es6
| ├── zingchart-3d.min.js
| ├── ...
``