No description
Find a file
Zhongxiang Wang 9cbbe57a00
Merge pull request #21402 from apache/dependabot/npm_and_yarn/validator-13.15.23
chore(deps-dev): bump validator from 13.15.20 to 13.15.23
2025-12-03 10:33:48 +08:00
.github fix(workflow): fix match pattern for changed files collection in the lint action 2025-11-07 23:27:32 +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 fix: Fix missing semicolon in pre-publish.js. 2025-08-07 17:46:40 +08:00
dist chore: release 2025-07-24 16:56:31 +08:00
extension-src docs(extension/bmap): improve documentation of bmap extension. 2022-09-25 21:17:16 +08:00
i18n chore: release 6.0.0-rc.1 2025-07-23 14:36:49 +08:00
licenses No files refer it, not needed any more. 2018-09-03 23:40:50 +08:00
src Merge pull request #20710 from Justin-ZS/fix/20706 2025-12-01 09:18:13 +08:00
ssr/client chore: build after revert rollup 2025-06-25 20:06:57 +08:00
test Merge pull request #20710 from Justin-ZS/fix/20706 2025-12-01 09:18:13 +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.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 [fix] tweak ssr ts type, impl, exports and eslint 2024-01-22 12:39:52 +08:00
.headerignore chore: release 2025-07-24 16:56:31 +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 style: fix missing comma 2021-09-09 14:03:56 +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 2025 2025-01-02 02:39:09 +00:00
package-lock.json chore(deps-dev): bump validator from 13.15.20 to 13.15.23 2025-12-02 21:17:45 +00:00
package.json fix(chord): add missing export entry for chord chart 2025-08-12 01:47:00 +08:00
package.README.md fix: In users' .d.ts import('echarts/types/dist/shared') can not visit 'echarts/types/dist/shared.d.ts' since v5.5.0. Fix it. Fix #19663. 2024-06-14 02:42:37 +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 [fix] tweak ssr ts type, impl, exports and eslint 2024-01-22 12:39:52 +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.