An open API service indexing awesome lists of open source software.

https://github.com/amcharts/amcharts5

The newest, fastest, and most advanced amCharts charting library for JavaScript and TypeScript apps.
https://github.com/amcharts/amcharts5

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

## amCharts 5 source code

This repository is for amCharts 5 source code. For compiled options, look
further down this page.

### About amCharts 5

amCharts 5 is the fastest, most advanced amCharts data vizualization library, ever.

For a short overview of features, visit [amCharts website](https://www.amcharts.com/).

### Important notice about support

amCharts support is guaranteed for holders of amPlus subscription service.
GitHub issues is not usually monitored by amCharts support staff and may not be
answered. If you do have a license/subscription, you
may [contact us directly](https://www.amcharts.com/support/support-info/priority-support/)
for support. If you don't, here are
[a few options](https://www.amcharts.com/support/support-info/free-support/)
for you.

### Documentation

For extensive documentation, including getting started tutorials, as well
as class reference visit [amCharts 5 documentation website](https://www.amcharts.com/docs/v5).

### Pre-built binaries

* [NPM package](https://www.npmjs.com/package/@amcharts/amcharts5)
* [ZIP download & CDN info](https://www.amcharts.com/download/)

### Compiling source code

#### Installing dependencies

```
yarn install
```

#### Building ES2015 modules

```
yarn build
```

#### Building script version

```
yarn build:script
```

#### Building geodata

```
yarn build:geodata
```

### License

If you have a commercial amCharts 5 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](https://github.com/amcharts/amcharts5/blob/master/packages/shared/LICENSE).

### Creating translations

Please refer to [this tutorial](https://www.amcharts.com/docs/v5/concepts/locales/creating-translations/).

### Changelog

* [amCharts 5 Changelog](https://github.com/amcharts/amcharts5/blob/master/packages/shared/CHANGELOG.md)
* [Documentation Changelog](https://www.amcharts.com/docs/v5/changelog/)

### Questions?

[Contact amCharts](mailto:contact@amcharts.com).

### Found a bug?

Open an [issue](https://github.com/amcharts/amcharts5/issues).