Skip to content

The most advanced amCharts charting library for JavaScript and TypeScript apps.

Notifications You must be signed in to change notification settings

amcharts/amcharts4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b181d6a · Dec 14, 2022
Apr 19, 2022
Aug 8, 2021
Dec 14, 2022
Dec 14, 2022
Apr 28, 2020
Mar 24, 2020
Dec 14, 2022
Feb 9, 2020
Oct 2, 2020

Repository files navigation

amCharts 4

This is an official repository for amCharts 4 - the most advanced JavaScript dataviz library ever.

For a short overview of features, visit this page.

Contents

Directory Description
/dist/ember/ Official Ember plugin for amCharts 4
/dist/es2015/ Compiled ES2015 modules
/dist/script/ Compiled standalone JavaScript files
/src/ TypeScript sources for amCharts 4

Documentation

For extensive documentation, including getting started tutorials, as well as class reference visit V4 documentation website.

Other ways to get amCharts 4

Related packages

This package inlcudes MapChart (geographical maps) functionality. However, it does not include geodata itself (map files) needed to instantiate the maps.

Those are available via separate package:

License

If you have a commercial amCharts 4 license, this software is covered by your license, which supersedes any other license bundled with this package.

If you don't have a commercial license, the use of this software is covered by a freeware license. Refer to included LICENSE file. The license is also available online.

Changelog

Questions?

Contact amCharts.

Found a bug?

Open an issue.

How to build

Run yarn install and then yarn run build. The compiled code will be in the dist folder.