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

ts: let to const. And add eslint rule "prefer-const".

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

feat: add endAngle option

3 года назад
Polar.ts

fix&feature: (1) feature: Add option boxplot.clip (2) feature: Enable boxplot and candlestick containShape for "value"/"time"/"log" axis, enable proper shadow axisPointer. (candlestick-case.html, boxplot-multi.html) (3) fix: Fix candlestick ends shapes can not be displayed on "value"/"time" axis. (candlestick-case.html) (4) fix: candlestick shape width is inappropriate when datazoom filterMode is 'none'/'empty'. (candlestick-case.html) (5) fix: In polar coordinate system, support "value"/"time" axis as angle/radius axis, enable propere bandWidth for bar series, enable proper shadow axisPointer. (bar-polar-multi-series-radial.html, bar-polar-multi-series.html)

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

tweak: Clarity the previous implements of axis statistics.

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

(1) [var => let/const] part I: Use eslint rule to check the diff between var and let: "no-use-before-define": "off" "@typescript-eslint/no-use-before-define": 2 no-redeclare: 2 block-scoped-var: 2 no-loop-func: 2 (2) By the way add some eslint rule and unify some code style.

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

fix(lint): Fix according to lint.

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

fix&feature: (1) feature: Add option boxplot.clip (2) feature: Enable boxplot and candlestick containShape for "value"/"time"/"log" axis, enable proper shadow axisPointer. (candlestick-case.html, boxplot-multi.html) (3) fix: Fix candlestick ends shapes can not be displayed on "value"/"time" axis. (candlestick-case.html) (4) fix: candlestick shape width is inappropriate when datazoom filterMode is 'none'/'empty'. (candlestick-case.html) (5) fix: In polar coordinate system, support "value"/"time" axis as angle/radius axis, enable propere bandWidth for bar series, enable proper shadow axisPointer. (bar-polar-multi-series-radial.html, bar-polar-multi-series.html)

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