5.4.0
版本发布时间: 2022-09-25 22:02:05
apache/echarts最新发布版本:5.5.1(2024-06-27 15:10:33)
- [Feature] Support intelligent pointer snapping. #17102 (Ovilia)
- [Feature] [pie] Support specifying coordinate system for pie series. #17132 (plainheart)
- [Feature] [gauge] Support rotation for
axisLabel
. #16985 (MeetzhDing) - [Feature] [lines] Support going back for effect animation. #16943 (wangguisong)
- [Feature] [treemap] Support
emphasis
state forbreadcrumb
. #17242 (susiwen8) - [Feature] [i18n] Add Ukrainian(uk-UA) translation. #17244 (Amice13)
- [Feature] [type] Export type
ElementEvent
. #15291 (Map1en) - [Fix] [pie] Fix
labelLine
may not be hidden whenminShowLabelRadian
is specified. #17412 (plainheart) - [Fix] [pie] Optimize performance of pie series. #17275 (wind108369)
- [Fix] [line] Set default
z/zlevel
for temporary symbol to avoid warnings. #17247 (plainheart) - [Fix] [bar-race] Fix lines glitch with sub-pixel optimization in animations. #17426 (Ovilia)
- [Fix] [axis] Fix
inverse
option does not work forsingleAxis
. #17411 (wind108369) - [Fix] [axis] Fix axis symbol is not reversed when axis is reversed. #17329 (plainheart)
- [Fix] [state] [emphasis] Fix
emphasis.scale
can't be reset and specified values may not be respected. #17442 (plainheart) - [Fix] [state] [emphasis] Add missing type
number
toemphasis.scale
forscatter/line/graph
series. #17390 (plainheart) - [Fix] [svg] Encode HTML special characters when generating SVG string. #17406 (plainheart)
- [Fix] [visualMap] Fix the indicator doesn't show when hovering on map label. #17346 (plainheart)
- [Fix] [custom] Fix elements may not be removed after updates. #17349. (Ovilia)
- [Fix] [custom] Fix custom elements probably can't be removed when applying leave transition. #17308 (plainheart)
- [Fix] [theme] Fix text style of
tooltip
inmacarons
theme. #17551 (mousne) - [Fix] [theme] Fix abandoned
normal
level in theme files. #17482 (Liangism) - [Fix] [axis] [log] Fix log axis breaks a single data whose log value is negative. #17322 (Ovilia)
- [Fix] [dataZoom] Fix errors when using
sliderZoom
in candlestick series with dataset. #17237 (jiawulin001) - [Fix] [sunburst] Fix wrong log for deprecated action. #17587 (gitforhlp)
- [Fix] [type] Ensure compatibility with TypeScript 4.8. #17582 (AviVahl)
- [Fix] [type] Add missing value type
false
fornodeClick
option forSunburstSeriesOption
andTreemapSeriesOption
. #17218 (dmzc) - [Fix] [typo] Fix a file name typo.
src/animation/basicTrasition.ts
→src/animation/basicTransition.ts
#17193 (kxxoling)