amCharts 5 Geodata package
This package is a collection of geodata - map files for amCharts 5.
Those are meant for use with MapChart
. (not included in this package)
To make use of geodata (maps), you will need the amCharts 5 library.
Installation
Standalone
Download and put contents of this package into your amcharts5/geodata
folder.
Using NPM
Install main amCharts 5 package:
npm install @amcharts/amcharts5
Install main geodata package:
npm install @amcharts/amcharts5-geodata
Using Yarn
Install main amCharts 5 package:
yarn add @amcharts/amcharts5
Install main geodata package:
yarn add @amcharts/amcharts5-geodata
Documentation
For extensive documentation, including getting started tutorials, as well
as class reference visit V5 documentation website.
amCharts 5 and geodata are available as
CDN
JavaScript version of the files included in this package is available as a free
CDN service, accessible via URL https://www.amcharts.com/lib/5/geodata/...
,
e.g.:
<script src="https://www.amcharts.com/lib/5/geodata/worldLow.js"></script>
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.
Questions?
Contact amCharts.
Found a bug?
Open an issue.