amCharts 4 Documentation

repository·master·Indexed 22 days ago

https://github.com/amcharts/amcharts4

An advanced JavaScript data visualization library for creating complex charts and maps. Available via NPM (@amcharts/amcharts4), standalone JS, ES2015 modules, and an Ember plugin. MapChart functionality requires the separate @amcharts/amcharts4-geodata package for map files.

Tokens
283
Snippets
0
Records
2
Agent score
28%

What's inside amCharts 4

  1. Install geodata for MapChart functionality

    master

    The core @amcharts/amcharts4 package includes MapChart (geographical maps) functionality, but it does not include the geodata (map files) required to instantiate maps.

    To use maps, you must install the separate geodata package:

    • NPM package: @amcharts/amcharts4-geodata
    • GitHub: amcharts4-geodata
    • ZIP Download: Available via the amCharts download page.
  2. Get started with amCharts 4

    master

    amCharts 4 is a JavaScript data visualization library. You can obtain the library through several methods depending on your project requirements:

    • NPM: Use the @amcharts/amcharts4 package for modern build systems.
    • Standalone JS: Use the compiled files in the /dist/script/ directory for direct script tag inclusion.
    • ES2015 Modules: Use the compiled modules in /dist/es2015/ for ES module-based workflows.
    • Ember Plugin: Use the official Ember plugin located in /dist/ember/.
    • ZIP Download: Download the library directly from the amCharts website.

    For detailed tutorials and class references, visit the V4 documentation website.