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.
- Host: GitHub
- URL: https://github.com/amcharts/amcharts5
- Owner: amcharts
- License: other
- Created: 2021-07-12T11:14:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-05-09T09:04:47.000Z (6 months ago)
- Last Synced: 2025-05-09T10:22:56.881Z (6 months ago)
- Language: TypeScript
- Size: 71.7 MB
- Stars: 387
- Watchers: 10
- Forks: 105
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-angular - amcharts5 - The newest, fastest, and most advanced amCharts charting library for JavaScript and TypeScript apps. Check out the [Angular integration guide](https://www.amcharts.com/docs/v5/getting-started/integrations/angular/) to get started. Additionally, older versions are still being updated to support newer releases of Angular. (Third Party Components / Charts)
- fucking-awesome-angular - amcharts5 - The newest, fastest, and most advanced amCharts charting library for JavaScript and TypeScript apps. Check out the 🌎 [Angular integration guide](www.amcharts.com/docs/v5/getting-started/integrations/angular/) to get started. Additionally, older versions are still being updated to support newer releases of Angular. (Third Party Components / Charts)
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).