Downloading AnyChart
Downloading
AnyChart
To download the latest version of AnyChart charting library, which contains the basic chart types, choose the most suitable option and click the link below.
- Production edition - anychart.min.js
- Development edition - anychart.dev.min.js
- Binaries package - anychart.zip
AnyStock
To download the latest version of AnyStock, which contains only the stock chart, choose the most suitable option and click the link below.
- Production edition - anystock.min.js
- Development edition - anystock.dev.min.js
- Binaries package - anystock.zip
AnyGantt
To download the latest version of AnyGantt, which contains only the gantt chart, choose the most suitable option and click the link below.
- Production edition - anygantt.min.js
- Development edition - anygantt.dev.min.js
- Binaries package - anygantt.zip
AnyMap
To download the latest version of AnyMap, which contains only the map charts, choose the most suitable option and click the link below.
- Production edition - anymap.min.js
- Development edition - anymap.dev.min.js
- Binaries package - anymap.zip
Bundle
To download the latest version of AnyChart Bundle, which contains all products we have at the moment, choose the most suitable option and click the link below.
- Production edition - anychart-bundle.min.js
- Development edition - anychart-bundle.dev.min.js
Themes
To download one of our predefined themes, choose the theme and click on the according link.
- AnyChart 7 Default Theme - defaultTheme.min.js
AnyChart CDN
CDN offers hosts for AnyChart on servers spread across the world. As a consequence, the advantage of using CDN is no need for your customers in downloading AnyChart, which leads to faster page loading.
To use AnyChart CDN simply reference the anychart-bundle.min.js file using script tag:
<script src="https://cdn.anychart.com/js/latest/anychart-bundle.min.js"></script>
Production vs Development Builds
Development build contains debug functionality, which may be useful to debug your code in old browser version (IE6 e.g). Also it provides some log information in console, such as misconfiguration warnings.
Production Build is smaller and more robust, we recommended to use it to get the best performance and deliver the fastest possible user experience to your customers.
Package Content
Binaries package contains all resources you may need to work with AnyChart:
- demos/ - chart gallery adapted to work offline,
- js/ - JavaScript binaries folder,
- anychart.min.js - production build,
- anychart.dev.min.js - development build,
- index.html - binaries package index.
Custom Build
Coming soon.
Old Releases
Previous versions of AnyChart 7.x can be found and downloaded from AnyChart CDN or in your AnyChart Customer Area if you have a subscription contract.