MORPH
®
EXPLORE
SEARCH
/
SIGN IN
SIGN UP
EXPLORE
SEARCH
apache
/
echarts
UNCLAIMED
Apache ECharts is a powerful, interactive charting and data visualization library for browser
66038
0
0
TypeScript
CODE
ISSUES
RELEASES
WIKI
ACTIVITY
ANALYTICS
COMMITS
/ package.README.md
master
December 18, 2025
1
tweak
100pah
committed
3mo ago
e21c419
1
ts: refactor TS entries to satisfy recent TS versions and modern usage, as well as fix duplicated type definitions.
100pah
committed
3mo ago
376338c
June 13, 2024
1
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.
100pah
committed
1y ago
71541f8
February 4, 2024
1
fix: (1) Mistake in package.json "exports"."require" (2) Add entry for dist/** for file extension not specified usage (3) add dist/echarts.esm.mjs for case that not able to recognize as esm after dist/package.json with `{"type": "commonjs"}` added.
100pah
committed
2y ago
6cefe27
January 24, 2024
1
fix: (1) fix that some old version bundler (like rollup) do not recognize wildcard that not at the end of the patter string (e.g. "exports: {"./*.js": "xxx"}"). (2) Add readme to package.json.
100pah
committed
2y ago
d403486