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

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 месяца назад
axis

lint: Remove unused variables.

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

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 месяца назад
brush

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 месяца назад
calendar

Merge branch 'v6' into feat-matrix-enhance

год назад
dataZoom

Merge branch 'release' into PR/plainheart_fix/alignTicks-precision

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

fix(type): fix ComposeOption may derive wrong type

6 лет назад
geo

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

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

chore: fix a few typos

4 года назад
grid

merge change from the master

6 лет назад
helper

Merge pull request #21621 from apache/release

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

lint: Remove unused variables.

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

lint: Remove unused variables.

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

feature&fix(axis): (1) feature: Enable uniform bandWidth calculation in numeric axis (e.g., for tooltip shadow); it previously only applicable to category axis, but buggy in numeric axis with bar series. And enable the clip of tooltip shadow. (2) refactor: Introduce a dedicated workflow phase for series aggregation and data statistics computation on a single axis, allowting the results to be reused across multiple features. (3) fix: Fix duplicate ticks in TimeScale and customValues, which cause jitter of splitArea. (4) fix: Fix category showMin/MaxLabel handling when step > 1 and showMin/MaxLabel: false (5) chore: Tweak bad effects introduced by the previous implementation of SCALE_EXTENT_KIND_MAPPING. (6) chore: Clean some code.

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

chore: fix a few typos

4 года назад
polar

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

feat(grid layout): (1) deprecate grid.containLabel. (2) support contain axisName (3) refactor: use the same logic to measure axisLabel/axisName contain and view build. (3) support auto avoid axisLabel and axisName overflow even containLabel is not specified, while also considered axis line alignment between different grids. Introduce `grid.outerBounds` and `grid.outerBoundsContain`.

год назад
singleAxis

Fix bugs introduced by preceding commit.

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

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 месяца назад
timeline

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

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

fix(ts): Add and supplement option type for users ts check - the coordinate system query (by xxxIndex, xxxId) when components and series lay out based on coordinate system.

год назад
toolbox

fix(lint): Fix according to lint.

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

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

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

chore: fix a few typos

4 года назад
visualMap

fixRegression: Fix #21586. (1). Remove some verbose and unnecessary code. (2). Remove the breaking change to `visualMap[type='continuous'].formatter: function () {}` - not necessary, and that breaking change can cause the existing lables display incorrectly when labels touch. (3). Switch to a more comprehensive implementation - adjust the positions of the two labels to avoid overlap. The previous approach (merging two labels) may occupy extra horizontal space and may unexpectedly cause overlap with other content. (4). Add visual test for `visualMap[type='continuous']`

2 месяца назад
aria.ts

refact: make components installable

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

refact: make components installable

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

refact: make components installable

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

refact: make components installable

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

refact: make components installable

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

refact: make components installable

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

refact: make components installable

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

refact: make components installable

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

refact: remove all register code with side effects

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

refact: make components installable

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

refact: make components installable

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

refact: make components installable

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

refact: make components installable

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

refact: make components installable

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

chore: add legendPlain. the original legend contains scrollable

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

refact: make components installable

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

refact: make components installable

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

refact: make components installable

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

refact: make components installable

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

feat(matrix): basic table labels

2 года назад
parallel.ts

refact: make components installable

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

refact: make components installable

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

refact: make components installable

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

refact: make components installable

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

feat(thumbnail): (1) Refactor thumbnail to a component for further extension, and add test cases. (2) Fix RoamController cursor style.

год назад
timeline.ts

feat(thumbnail): (1) Refactor thumbnail to a component for further extension, and add test cases. (2) Fix RoamController cursor style.

год назад
title.ts

refact: make components installable

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

refact: make components installable

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

refact: make components installable

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

refact: make components installable

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

refact: make components installable

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

refact: make components installable

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

refact: make components installable

6 лет назад