/
githubmirror
/
echarts
ОбзорДокументацияВойти
/
githubmirror
/
echarts
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
echarts/
src/chart/
..
bar

chore: (1) Shift all pure function handlers (legacy pattern) to stage handler to remove unnecessary throw and catch - better for debug; (2) sunburst did not use dataFilter in correct way and it did not work, therefore remove it.

4 месяца назад
boxplot

fix: Enable axis statistics to be able to register -- exclude if unnecessary for code size.

3 месяца назад
candlestick

fix: Enable axis statistics to be able to register -- exclude if unnecessary for code size.

3 месяца назад
chord

chore: (1) Shift all pure function handlers (legacy pattern) to stage handler to remove unnecessary throw and catch - better for debug; (2) sunburst did not use dataFilter in correct way and it did not work, therefore remove it.

4 месяца назад
custom

fix(progressive): (1) Fix that candlestick large data progressive rendering was broken by Doji feature. (2) Fix bar large and progressive might throw NPE. (3) Follow the fixing of progressive rendering in zrender#1151 (3) Fix parallels did not clear previous rendered content when switching between progressive and normal mode. (4) Fix that chart.on('finished') event might not be called in some edge case (when multiple iterations are executed in one frame at the end).

5 месяцев назад
effectScatter

fix: (1) Fix geo roam (pan and zoom) causes visual artifacts -- geo coord sys and its content (e.g., scatter) should visually align during roaming animation and manual roam. (2) Refactor to uniform roaming impl (via RoamController and ViewCoordSys) and clarify `updateTransform` and related code. (3) Enable scatter and effectScatter clip in geo. (4) Fix aria: palette is modified to ec instance local rather than global, which is more reasonable. (5) Fix map series roaming bug: roam and then click legend hide the first series and then roam and then click legend to restore the first series, the map should not jump.

3 месяца назад
funnel

fix(lint): Fix according to lint.

3 месяца назад
gauge

fix regression: Fix gauge label precision.

4 месяца назад
graph

fix: (1) Fix geo roam (pan and zoom) causes visual artifacts -- geo coord sys and its content (e.g., scatter) should visually align during roaming animation and manual roam. (2) Refactor to uniform roaming impl (via RoamController and ViewCoordSys) and clarify `updateTransform` and related code. (3) Enable scatter and effectScatter clip in geo. (4) Fix aria: palette is modified to ec instance local rather than global, which is more reasonable. (5) Fix map series roaming bug: roam and then click legend hide the first series and then roam and then click legend to restore the first series, the map should not jump.

3 месяца назад
heatmap

fix: (1) Fix geo roam (pan and zoom) causes visual artifacts -- geo coord sys and its content (e.g., scatter) should visually align during roaming animation and manual roam. (2) Refactor to uniform roaming impl (via RoamController and ViewCoordSys) and clarify `updateTransform` and related code. (3) Enable scatter and effectScatter clip in geo. (4) Fix aria: palette is modified to ec instance local rather than global, which is more reasonable. (5) Fix map series roaming bug: roam and then click legend hide the first series and then roam and then click legend to restore the first series, the map should not jump.

3 месяца назад
helper

lint: Remove unused variables.

3 месяца назад
line

fix: Simplify and clarify the code about axis ticks regarding ordinal scale sorting. Fix axis label and sorting bug introduced by preceding commits.

4 месяца назад
lines

fix regression: Fix appendData broken by previous commits.

3 месяца назад
map

fixRegression(map,geo): Resolve circular dependencies introduced by this version.

3 месяца назад
parallel

test regression: fix recent broken.

4 месяца назад
pie

chore: (1) Shift all pure function handlers (legacy pattern) to stage handler to remove unnecessary throw and catch - better for debug; (2) sunburst did not use dataFilter in correct way and it did not work, therefore remove it.

4 месяца назад
radar

chore: (1) Shift all pure function handlers (legacy pattern) to stage handler to remove unnecessary throw and catch - better for debug; (2) sunburst did not use dataFilter in correct way and it did not work, therefore remove it.

4 месяца назад
sankey

Merge pull request #21621 from apache/release

3 месяца назад
scatter

fix: (1) Fix geo roam (pan and zoom) causes visual artifacts -- geo coord sys and its content (e.g., scatter) should visually align during roaming animation and manual roam. (2) Refactor to uniform roaming impl (via RoamController and ViewCoordSys) and clarify `updateTransform` and related code. (3) Enable scatter and effectScatter clip in geo. (4) Fix aria: palette is modified to ec instance local rather than global, which is more reasonable. (5) Fix map series roaming bug: roam and then click legend hide the first series and then roam and then click legend to restore the first series, the map should not jump.

3 месяца назад
sunburst

chore: (1) Shift all pure function handlers (legacy pattern) to stage handler to remove unnecessary throw and catch - better for debug; (2) sunburst did not use dataFilter in correct way and it did not work, therefore remove it.

4 месяца назад
themeRiver

chore: (1) Shift all pure function handlers (legacy pattern) to stage handler to remove unnecessary throw and catch - better for debug; (2) sunburst did not use dataFilter in correct way and it did not work, therefore remove it.

4 месяца назад
tree

fix(lint): Fix according to lint.

3 месяца назад
treemap

fix: (1) Fix geo roam (pan and zoom) causes visual artifacts -- geo coord sys and its content (e.g., scatter) should visually align during roaming animation and manual roam. (2) Refactor to uniform roaming impl (via RoamController and ViewCoordSys) and clarify `updateTransform` and related code. (3) Enable scatter and effectScatter clip in geo. (4) Fix aria: palette is modified to ec instance local rather than global, which is more reasonable. (5) Fix map series roaming bug: roam and then click legend hide the first series and then roam and then click legend to restore the first series, the map should not jump.

3 месяца назад
bar.ts

refact: make components installable

6 лет назад
boxplot.ts

refact: make components installable

6 лет назад
candlestick.ts

refact: make components installable

6 лет назад
chord.ts

fix(chord): add missing export entry for chord chart

год назад
custom.ts

refact: make components installable

6 лет назад
effectScatter.ts

refact: make components installable

6 лет назад
funnel.ts

refact: make components installable

6 лет назад
gauge.ts

refact: make components installable

6 лет назад
graph.ts

refact: make components installable

6 лет назад
heatmap.ts

refact: make components installable

6 лет назад
line.ts

refact: make components installable

6 лет назад
lines.ts

refact: make components installable

6 лет назад
map.ts

refact: make components installable

6 лет назад
parallel.ts

refact: make components installable

6 лет назад
pictorialBar.ts

refact: make components installable

6 лет назад
pie.ts

refact: make components installable

6 лет назад
radar.ts

refact: make components installable

6 лет назад
sankey.ts

refact: make components installable

6 лет назад
scatter.ts

refact: make components installable

6 лет назад
sunburst.ts

refact: make components installable

6 лет назад
themeRiver.ts

refact: make components installable

6 лет назад
tree.ts

refact: make components installable

6 лет назад
treemap.ts

refact: make components installable

6 лет назад