# amcharts3

> JavaScript Charts V3

Latest version **3.21.15** (published 2019-05-29) · Custom license · 0 weekly downloads

## Install

```sh
npm install amcharts3
pnpm add amcharts3
yarn add amcharts3
bun add amcharts3
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; large bundle.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 3.21.15 |
| Published | 2019-05-29 |
| First published | 2017-06-09 |
| Weekly downloads | 0 |
| License | Custom |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 13.8 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 393 |
| Author | amCharts |
| Maintainers | martynasma, pauan |
| Keywords | amcharts, javascript, charts |

## Links

- npm: https://www.npmjs.com/package/amcharts3
- Repository: https://github.com/amcharts/amcharts3
- Homepage: https://www.amcharts.com/
- Issues: https://github.com/amcharts/amcharts3/issues
- npm.io page: https://npm.io/package/amcharts3

## Alternatives

- [d3-force-3d](https://npm.io/package/d3-force-3d.md) — 1.0M weekly downloads
- [ng2-charts](https://npm.io/package/ng2-charts.md) — 486.8K weekly downloads
- [@arcgis/core](https://npm.io/package/@arcgis/core.md) — 257.8K weekly downloads
- [react-sparklines](https://npm.io/package/react-sparklines.md) — 249.3K weekly downloads
- [react-native-gifted-charts](https://npm.io/package/react-native-gifted-charts.md) — 182.3K weekly downloads

## Recent versions

- 3.21.15 (latest) — 2019-05-29
- 3.21.14 — 2018-10-17
- 3.21.13 — 2018-05-23
- 3.21.12 — 2017-12-14
- 3.21.11 — 2017-12-06
- 3.21.2 — 2017-06-09

## README

# amcharts3

An official repository for amCharts JavaScript Charts V3 (free version).

## Getting support

**Important!** For questions regarding usage of this product, please email at 
contact@amcharts.com

The issue tracker on GitHub is not being continuously monitored by amCharts 
support staff, so your questions might take longer to respond to here.

## Installing

### Using npm

```
npm install amcharts3
```

### Using bower

```
bower install amcharts3
```

## Usage

Include `amcharts.js` plus files you will be using for each chart type, i.e.
`serial.js`, `pie.js`:

```
<script src="/bower_components/amcharts3/amcharts/amcharts.js"></script>
<script src="/bower_components/amcharts3/amcharts/serial.js"></script>
```

## License

This amCharts software is free under a linkware license.

This means you may not remove or hide in any other way link to amCharts
web site - www.amcharts.com.

If you wish to remove the link, you should purchase commercial license.

You may not redistribute, sublicense or sell this program without written
permission of Antanas Marcelionis, the author of amcharts software.

This software is provided without warranty.

## Commercial license

To purchase a commercial license for the current version of this library, visit
[amCharts Online Store](http://www.amcharts.com/online-store/)

## More info

Visit [amCharts website](http://www.amcharts.com/) for more information and 
documentation.

## Contact us

* Email: contact@amcharts.com
* Web: http://www.amcharts.com/
* Facebook: https://www.facebook.com/amcharts
* Twitter: https://twitter.com/amcharts

---
_Source: https://npm.io/package/amcharts3 · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
