Download amCharts 3

You can download and use all amCharts 4 products for free. The only limitation of the free version is that a small link to this web site will be displayed in the top left corner of your charts. If you would like to use charts without this link, or you appreciate the software and would like to support its creators, please purchase a commercial license.

Download amCharts 3 standalone files

JavaScript Charts Version 3.21.15
(May 29, 2019)
4.8M Download
JavaScript Stock Chart Version 3.21.15
(May 29, 2019)
5.1M Download
JavaScript Maps Version 3.21.15
(May 29, 2019)
27.2M Download
V3 Class Reference Version 3.21.3
(July 21, 2017)
692.5K Download
Wordpress Plugin Version 1.1.4
(March 07, 2017)
Download

Use CDN

All amCharts libraries and plugins are available as a ready-to-include CDN resources. They are all accessible via http(s)://cdn.amcharts.com/lib/3/ URL prefix.

<script src="https://cdn.amcharts.com/lib/3/amcharts.js"></script>
<script src="https://cdn.amcharts.com/lib/3/serial.js"></script>
<script src="https://cdn.amcharts.com/lib/3/themes/light.js"></script>
<script src="https://cdn.amcharts.com/lib/3/plugins/dataloader/dataloader.min.js"></script>
<script src="https://cdn.amcharts.com/lib/3/maps/js/worldLow.js"></script>

DISCLAIMER: The CDN resources are served through high-availability, load-balanced infrastructure. However amCharts does not provide any guarantees regarding uptime, availability and version consistency. It’s pretty reliable for production use, but if you need any to be extra cautious, use your own server infrastructure.

Also, CDN contains the latest released versions. This means that the version you use may be upgraded without your intervention. If you need to keep control on what version is used, use your own servers.

Install via NPM

amCharts 3 is also available via following NPM packages:

npm install amcharts3
npm install amstock3
npm install ammap3

Fork from GitHub

You can also grab or fork amCharts 3 from the following GitHub repos:

JavaScript Charts V3

JavaScript Stock Chart V3

JavaScript Maps V3