[<img src="https://cdn.anychart.com/images/logo-transparent-segoe.png?2" width="234px" alt="AnyChart - Robust JavaScript/HTML5 Chart library for any project">](https://www.anychart.com) [<img alt="AnyChart Travis Build" src="https://img.shields.io/travis/
npm install anychart-async
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