Apache ECharts is a powerful, interactive charting and data visualization library for browser https://echarts.apache.org
Find a file
Zhongxiang Wang c8adaf4f50
Merge pull request #21518 from apache/dependabot/npm_and_yarn/test/runTest/basic-ftp-5.2.0
chore(deps-dev): bump basic-ftp from 5.0.5 to 5.2.0 in /test/runTest
2026-02-26 08:10:25 +08:00
.github chore: Update outdated GitHub Actions versions 2026-01-21 12:02:30 +01: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 tweak 2025-12-18 16:01:29 +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 #21411 from akashsonune/fix/remove-export-assignment-to-support-modern-typeScript-esm 2025-12-19 01:09:00 +08:00
ssr/client chore: build after revert rollup 2025-06-25 20:06:57 +08:00
test chore(deps-dev): bump basic-ftp from 5.0.5 to 5.2.0 in /test/runTest 2026-02-25 22:35:27 +00: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 test: Enrich TS test cases -- package.json "type": "module" and tsconfig "module" & "moduleResolution" are involved. 2025-12-18 04:04:35 +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 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 chore(deps-dev): bump lodash from 4.17.21 to 4.17.23 2026-01-21 23:06:47 +00:00
package.json ts: update rollup-plugin-dts to support new features. 2025-12-18 23:32:45 +08:00
package.README.md tweak 2025-12-18 16:01:29 +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.