No description
  • TypeScript 88.2%
  • JavaScript 11.7%
Find a file
2026-05-22 14:43:48 +08:00
.github chore: Supplement package.json (for module cjs declaration) to source release. 2026-05-13 00:28:30 +08:00
.husky fix(husky): remote checkheader from pre-commit temporarily, since it is not completely correct and prevent commit. 2025-07-31 18:23:44 +08:00
.vscode chore: enable prompt to use typescript from workspace 2024-07-08 10:56:32 +08:00
asset Docs contributing (#10062) 2019-03-08 15:18:08 +08:00
build chore: Fix addHeader tool and add missing license headers. 2026-05-13 00:09:03 +08:00
dist release 6.1.0-rc.2 2026-05-13 01:42:17 +08:00
extension-src lint: Enhance eslint -- add rules. 2026-05-08 23:54:02 +08:00
i18n release: Build release. 2026-05-12 17:03:31 +08:00
licenses No files refer it, not needed any more. 2018-09-03 23:40:50 +08:00
src Merge pull request #21586 from Resbi-Anik/fix/visualmap-tooltip-overlap 2026-05-22 14:43:48 +08:00
ssr/client lint: Enhance eslint -- add rules. 2026-05-08 23:54:02 +08:00
test Merge pull request #21586 from Resbi-Anik/fix/visualmap-tooltip-overlap 2026-05-22 14:43:48 +08:00
theme test(theme): fix test cases of v6 2025-05-30 18:06:44 +08:00
.asf.yaml [infra] reset notifications to commits@echarts for commits, PRs and issues 2022-04-09 11:04:24 +02:00
.editorconfig add editorconfig 2014-06-24 20:30:46 +08:00
.eslintignore refact(i18n): change built output 2020-07-30 23:16:16 +08:00
.eslintrc-common-production.yaml lint: Enhance eslint -- add rules. 2026-05-08 23:54:02 +08:00
.eslintrc-common.yaml [fix] tweak ssr ts type, impl, exports and eslint 2024-01-22 12:39:52 +08:00
.gitattributes feat(bot): added .gitattributes file to exclude files needed to ignore for pull-request-size bot. 2020-07-07 16:52:11 +08:00
.gitignore lint: Enhance eslint -- add rules. 2026-05-08 23:54:02 +08:00
.headerignore chore: Fix addHeader tool and add missing license headers. 2026-05-13 00:09:03 +08:00
.jshintrc-dist tweak cases and code check. 2018-04-23 07:20:18 +08:00
.lgtm.yml fix: add license and fix addHeader script. 2020-11-11 02:04:15 +08:00
.npmignore chore: ignore some unused dirs and files from npm 2024-03-09 15:27:23 +08:00
CONTRIBUTING.md Added missing period for consistency and readability 2025-01-31 17:54:01 +02:00
index.d.ts ts: refactor TS entries to satisfy recent TS versions and modern usage, as well as fix duplicated type definitions. 2025-12-18 15:04:49 +08:00
KEYS chore: add signing KEY (again) 2025-06-25 20:18:26 +08:00
LICENSE fix file names in license (#14456) 2021-03-12 10:45:41 +08:00
NOTICE chore: update NOTICE year to 2026 2025-12-31 16:07:02 +00:00
package-lock.json release: Upgrade npm version. 2026-05-12 16:36:50 +08:00
package.json release: Upgrade npm version. 2026-05-12 16:36:50 +08:00
package.README.md fix(lint): Fix lint command - previously not all source files are included. 2026-05-11 23:53:07 +08:00
README.md docs: fix a lot of grammatical errors in CONTRIBUTING.md (#18244) 2023-02-05 20:24:16 +08:00
tsconfig.json ts: Add ts to bmap (remove @ts-nocheck) 2026-05-07 19:28:08 +08:00

Apache ECharts

logo

Apache ECharts is a free, powerful charting and visualization library offering easy ways to add intuitive, interactive, and highly customizable charts to your commercial products. It is written in pure JavaScript and based on zrender, which is a whole new lightweight canvas library.

中文官网 | ENGLISH HOMEPAGE

License Latest npm release NPM downloads Contributors

Build Status

Get Apache ECharts

You may choose one of the following methods:

Docs

Get Help

Build

Build echarts source code:

Execute the instructions in the root directory of the echarts: (Node.js is required)

# Install the dependencies from NPM:
npm install

# Rebuild source code immediately in watch mode when changing the source code.
# It opens the `./test` directory, and you may open `-cases.html` to get the list
# of all test cases.
# If you wish to create a test case, run `npm run mktest:help` to learn more.
npm run dev

# Check the correctness of TypeScript code.
npm run checktype

# If intending to build and get all types of the "production" files:
npm run release

Then the "production" files are generated in the dist directory.

Contribution

Please refer to the contributing document if you wish to debug locally or make pull requests.

Resources

Awesome ECharts

https://github.com/ecomfe/awesome-echarts

Extensions

License

ECharts is available under the Apache License V2.

Code of Conduct

Please refer to Apache Code of Conduct.

Paper

Deqing Li, Honghui Mei, Yi Shen, Shuang Su, Wenli Zhang, Junting Wang, Ming Zu, Wei Chen. ECharts: A Declarative Framework for Rapid Construction of Web-based Visualization. Visual Informatics, 2018.