AnyChart is a lightweight and robust JavaScript charting solution with great API and documentation. The chart types and unique features are numerous, and the library works easily with any development stack.
npm install anychart
AnyChart Data Visualization Framework
=========
AnyChart is a flexible JavaScript (HTML5, SVG, VML) charting framework that fits any solution in need of data visualization.
* Download and install
* Getting started
* Plugins
* Using AnyChart with TypeScript
* Using AnyChart with ECMAScript 6
* Technical Integrations
* Contribution guide
* Build and debug
* Module system
* Package directory
* Contacts
* Links
* License
There are several ways to download/install AnyChart.
#### Direct download
All binaries are located in dist folder.
#### CDN
If you don't want to download and host AnyChart yourself, you can include it from the AnyChart CDN (Content Delivery Network): https://www.anychart.com/download/cdn
``html`
#### Package managers
You can install AnyChart using npm, bower or yarn:
* npm install anychartbower install anychart
* yarn add anychart
*
The fastest way to start with AnyChart is to include framework into a webpage and write some code. Look at this simple HTML snippet below:
`html