/
githubmirror
/
echarts
ОбзорДокументацияВойти
/
githubmirror
/
echarts
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
echarts/
src/chart/
..
bar

Merge remote-tracking branch 'origin/v6' into feat-matrix-enhance

год назад
boxplot

design: colors using tokens

год назад
candlestick

fix(candelstick): still enable emphasis state by default

2 года назад
chord

chore: add license headers and a script of pre-commit

год назад
custom

chore: add license headers and a script of pre-commit

год назад
effectScatter

feat(scatter): `scale` support number

4 года назад
funnel

Merge remote-tracking branch 'origin/v6' into feat-matrix-enhance

год назад
gauge

fix(theme): update according to the pr review

год назад
graph

fix(graph): fix NPE when triggering graphRoam action after removing.

год назад
heatmap

chore: fix comment and TS type error.

год назад
helper

Merge remote-tracking branch 'origin/v6' into feat-matrix-enhance

год назад
line

fix(theme): update according to the pr review

год назад
lines

fix(lines): add missing `function` callback into `lineStyle.color` for line series.

4 года назад
map

Merge remote-tracking branch 'origin/v6' into feat-matrix-enhance

год назад
parallel

fix(src/chart/parall): fix datatype. close #18411

3 года назад
pie

fix(lint): remove unused type.

год назад
radar

fix(radar): improve logic and add test cases of #21081

год назад
sankey

feat: (1) Support `preserveAspect` `preserveAspectAlign` `preserveAspectVerticalAlign` for series.map/geo/series.graph in box layout (lay out by left/right/top/bottom/width/height). (2) Support `clip` on geo/series.map (3) Support `roamTigger: 'global' | 'selfRect'` to switch roam area to global on only self bounding rect. (4) Support cursor style change when hovering the roaming enabled area to hint users. (5) Fix that center and zoom option does not work in series.sankey, and no relevant test case. (the roam is introduced in impl in #20321, due v6). (6) Fix the percent base of `center` (such as `center: ['40%', '50%']`) for all View coord sys based components/series (geo/series.map/series.graph/series.tree/series.sankey). #16904 introcuded percentage string here, such as '33%'. But it was based on canvas width/height, which is not reasonable - the unit may incorrect, and it is unpredictable if the `View['_rect']` is not calculated based on the current canvas rect. Therefore the percentage value is changed to based on `View['_rect'].width/height` since v6. Under this definition, users can use '0%' to map the top-left of `View['_rect']` to the center of `View['_viewRect']`. (7) Enhance the behavior for roaming area overlapping - the upper one has higher precedence. (8) Fix some `scaleLimit` missing. (9) Some refactor and clarification of `RoamController` and `roamHelper`.

год назад
scatter

chore: add license headers and a script of pre-commit

год назад
sunburst

feat: update themes

год назад
themeRiver

chore: fix a few typos

4 года назад
tree

feat: (1) Support `preserveAspect` `preserveAspectAlign` `preserveAspectVerticalAlign` for series.map/geo/series.graph in box layout (lay out by left/right/top/bottom/width/height). (2) Support `clip` on geo/series.map (3) Support `roamTigger: 'global' | 'selfRect'` to switch roam area to global on only self bounding rect. (4) Support cursor style change when hovering the roaming enabled area to hint users. (5) Fix that center and zoom option does not work in series.sankey, and no relevant test case. (the roam is introduced in impl in #20321, due v6). (6) Fix the percent base of `center` (such as `center: ['40%', '50%']`) for all View coord sys based components/series (geo/series.map/series.graph/series.tree/series.sankey). #16904 introcuded percentage string here, such as '33%'. But it was based on canvas width/height, which is not reasonable - the unit may incorrect, and it is unpredictable if the `View['_rect']` is not calculated based on the current canvas rect. Therefore the percentage value is changed to based on `View['_rect'].width/height` since v6. Under this definition, users can use '0%' to map the top-left of `View['_rect']` to the center of `View['_viewRect']`. (7) Enhance the behavior for roaming area overlapping - the upper one has higher precedence. (8) Fix some `scaleLimit` missing. (9) Some refactor and clarification of `RoamController` and `roamHelper`.

год назад
treemap

feat: (1) Support `preserveAspect` `preserveAspectAlign` `preserveAspectVerticalAlign` for series.map/geo/series.graph in box layout (lay out by left/right/top/bottom/width/height). (2) Support `clip` on geo/series.map (3) Support `roamTigger: 'global' | 'selfRect'` to switch roam area to global on only self bounding rect. (4) Support cursor style change when hovering the roaming enabled area to hint users. (5) Fix that center and zoom option does not work in series.sankey, and no relevant test case. (the roam is introduced in impl in #20321, due v6). (6) Fix the percent base of `center` (such as `center: ['40%', '50%']`) for all View coord sys based components/series (geo/series.map/series.graph/series.tree/series.sankey). #16904 introcuded percentage string here, such as '33%'. But it was based on canvas width/height, which is not reasonable - the unit may incorrect, and it is unpredictable if the `View['_rect']` is not calculated based on the current canvas rect. Therefore the percentage value is changed to based on `View['_rect'].width/height` since v6. Under this definition, users can use '0%' to map the top-left of `View['_rect']` to the center of `View['_viewRect']`. (7) Enhance the behavior for roaming area overlapping - the upper one has higher precedence. (8) Fix some `scaleLimit` missing. (9) Some refactor and clarification of `RoamController` and `roamHelper`.

год назад
bar.ts

refact: make components installable

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

refact: make components installable

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

refact: make components installable

6 лет назад
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 лет назад
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©