TS 中文文档 TS 中文文档
指南
GitHub (opens new window)
指南
GitHub (opens new window)
  • 入门教程

    • TypeScript 手册
    • 基础知识
    • 日常类型
    • 类型缩小
    • 更多关于函数
    • 对象类型
    • 从类型创建类型
    • 泛型
    • Keyof 类型运算符
    • Typeof 类型运算符
    • 索引访问类型
    • 条件类型
    • 映射类型
    • 模板字面类型
    • 类
    • 模块
  • 参考手册

  • 项目配置

amCharts 4


This is an official repository for amCharts 4 - the most advanced JavaScript dataviz library ever.

For a short overview of features, visit this page.

Contents


Directory Description
:--- :---
/dist/ember/ Official Ember plugin for amCharts 4
/dist/es2015/ Compiled ES2015 modules
/dist/script/ Compiled standalone JavaScript files
/src/ TypeScript sources for amCharts 4

Documentation


For extensive documentation, including getting started tutorials, as well as class reference visit V4 documentation website.

Other ways to get amCharts 4


NPM package
GitHub repository
ZIP download

Related packages


This package inlcudes MapChart (geographical maps) functionality. However, it does not include geodata itself (map files) needed to instantiate the maps.

Those are available via separate package:

NPM package
GitHub repository (geodata)
ZIP download

License


If you have a commercial amCharts 4 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.

Changelog


amCharts 4 Changelog
Documentation Changelog

Questions?


Contact amCharts.

Found a bug?


Open an issue.

How to build


Run yarn install and then yarn run build. The compiled code will be in the dist folder.
Last Updated: 2023-09-03 17:10:52