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

fix(types): use alias for types that are deprecated by typo

5 месяцев назад
ContinuousView.ts

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

fix: revert irrelevant changes

10 месяцев назад
PiecewiseView.ts

fix(visualMap): fix some text style can't work on visualMap

год назад
VisualMapModel.ts

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

feat(matrix & calendar): (1). Support matrix col/row size option. (2). Support corner content options in matrix. (3) Support body content options. (4). Support matrix `mergeCells`. (5). Fix and refactor the matrix style options, conserning their inheritance and z-order and flexibility. (6). Support declaratively layout other components (including grid/polar/geo/graph coord sys, and dataZoom/visualMap/legend/... components) based on `matrix`/`calendar`. And and enhance the echarts API `convertToLayout`/`convertToPixel`, custom series API `api.coord`/`api.coord` to support this feature comprehansively. Considering the previous "pie layout on coord sys", introduce the `boxCooridnateSystem` and `createBoxLayoutReference` to all of the components and echarts for the overall coord sys infrastructure. (7). Add some test cases to matrix and calendar.

год назад
helper.ts

refact: put all core modules in the core dir. only do export in lib/echarts

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

fix: not install directly to avoid installed twice.

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

feat: fixing typo of "Continous"

5 месяцев назад
installVisualMapContinuous.ts

refact: make components installable

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

refact: make components installable

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

fix: code review

9 месяцев назад
typeDefaulter.ts

feat: fixing typo of "Continous"

5 месяцев назад
visualEncoding.ts

feat(visualMap): add seriesTargets to mapping different series -> dimension

10 месяцев назад
visualMapAction.ts

refact: fix bugs caused by the refactor. export types

6 лет назад