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

lint: Fix according to es and ts lint.

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

Merge pull request #21621 from apache/release

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

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

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

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

feat(canvas): update `devicePixelRatio` to prevent chart being blurry after resizing (#21489)

2 месяца назад
data

perf(data): avoid object key scan allocations. close #11322

19 дней назад
export

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

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

fix(i18n): fix incorrect translation for custom series name in langDE (#21571)

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

lint: fix linter issues.

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

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

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

(tweak): change axis break event to be user-friendly.

год назад
loading

feat(theme): WIP v5 theme

год назад
model

lint: Fix according to es and ts lint.

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

fix: deprecated log

5 лет назад
processor

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

refact: remove all register code with side effects

6 лет назад
scale

lint: fix linter issues.

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

chore: property shorthand,update src/theme/dark.ts

год назад
util

lint: fix linter issues.

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

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

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

lint: Enhance eslint -- add rules.

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

Merge branch 'next' into fix/contain-label-name

год назад
echarts.blank.ts

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

6 лет назад
echarts.common.ts

(feat & fix): (1) fix test/axis-break-3.html (2) Add license headers. (3) Fix that axis break should not be a installable "component", but a feature. (4) Make axis break a installable feature, and imported in echarts.all.js and echarts.common.js by default, but not in echarts.simple.js. The zipped size diff is 11KB, not so much but still considerable as a non-common feature.

год назад
echarts.simple.ts

chore: fix cjs module import may bundle all codes bug.

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

refact(data): compatibility with exists echarts-gl code.

5 лет назад
extension.ts

feat(custom): use installer for resuable custom series

2 года назад
global.d.ts

chore(release): remove __DEV__ in distribution file

6 лет назад