Apache ECharts is a powerful, interactive charting and data visualization library for browser
Go to file
Wenli Zhang 3277f98c1a
Merge pull request #20249 from WojciechKrakowiak/fix-20248
fix(visualMap): handle label collides with horizontal size visualMap
2024-10-17 17:12:49 +08:00
.github chore(workflow): fix pr-preview workflow 2024-07-11 16:52:31 +08:00
.husky chore: update pre commit permission 2023-06-27 14:46:58 +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: update deps & install and test typescript versions >=3.5 2024-03-09 16:59:05 +08:00
dist build release 2024-06-19 19:39:37 +08:00
extension-src docs(extension/bmap): improve documentation of bmap extension. 2022-09-25 21:17:16 +08:00
i18n chore: release 5.5.0 2024-01-30 13:44:06 +08:00
licenses No files refer it, not needed any more. 2018-09-03 23:40:50 +08:00
src Merge pull request #20249 from WojciechKrakowiak/fix-20248 2024-10-17 17:12:49 +08:00
ssr/client chore: release 5.5.0 2024-01-30 13:44:06 +08:00
test Merge pull request #20249 from WojciechKrakowiak/fix-20248 2024-10-17 17:12:49 +08:00
theme feat: change to default ESM package. For developer testing and node usage in customization module scenario. 2024-01-16 04:21:38 +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 fix: add license and fix addHeader script. 2020-11-11 02:04:15 +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 docs: fix a lot of grammatical errors in CONTRIBUTING.md (#18244) 2023-02-05 20:24:16 +08:00
index.d.ts style: fix missing comma 2021-09-09 14:03:56 +08:00
KEYS chore: add a key 2024-01-31 17:32:50 +08:00
LICENSE fix file names in license (#14456) 2021-03-12 10:45:41 +08:00
NOTICE chore: update NOTICE year to 2024 2024-01-01 05:44:57 +00:00
package-lock.json Merge pull request #20044 from apache/dependabot/npm_and_yarn/ws-7.5.10 2024-06-18 18:51:53 +08:00
package.json change version from 5.6.0 to 5.5.1 2024-06-18 10:32:57 +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.