5.2.0
版本发布时间: 2021-09-01 13:21:28
apache/echarts最新发布版本:5.5.1(2024-06-27 15:10:33)
v5.2.0
Break Changes
All Changes
- [Feature] Introduce universal transition to all series. #15208 (pissang)
- [Feature] [color] Add
series.colorBy
#13788 (Ovilia) - [Feature] [label] Support sector label positions for polar bars #774 (Ovilia)
- [Feature] [effectScatter] Add
rippleEffect.number
#15335 (plainheart) - [Feature] [gauge] Add
pointer.showAbove
to allow pointer show above the title and details. #15337 (AmosChenYQ) #15326 (susiwen8) - [Feature] [emphasis]
emphasis.color
can use'inherit'
to be not higlighted. #15172 (Foreverwzh) - [Feature] [pie] Display an empty cicle when pie don't have value. #15095 (ssthouse)
- [Fix] [dataset] Fix dataset performance drops signifcantly on high dimensions data. #15355 (pissang)
- [Fix] [axis] Optimize format in time axis #15465 (leavest) #15434 (zhiyuc123)
- [Fix] [custom] Optimize text font compatibility with legacy code. #15454 (AmosChenYQ)
- [Fix] [memory] Optimize memory when chart instance is still hold after dispose #15417 (pissang)
- [Fix] [line] Optimize color gradient when having infinite value. #15416 (plainheart)
- [Fix] [date] Optimize date parsing #15410 (quillblue)
- [Fix] [line] Fix render bug. #788 (pissang)
- [Fix] [candlestick] Fix style lost after update #15368 (pissang)
- [Fix] [sankey] Gradient should follow orient. #15363 (susiwen8)
- [Fix] [tooltip] Fix tooltip formatter doesn't renders HTMLElement if tooltip position is specified. #15313 (plainheart)
- [Fix] [tooltip] Tooltip should clear content when formatter returns null. #15313 (plainheart)
- [Fix] [bar] Set label to be inside when position is
'middle'
#15309 (Ovilia) - [Fix] [marker] Fix 'clampData' undefined error in 'getMarkerPosition' #15297 (AmosChenYQ)
- [Fix] [treemap] Fix old nodes not removed when disabled animation #15283 (villebro)
- [Fix] [tree] Fix edge may not removed when update data #15251 (ssthouse)
- [Fix] [pie/sunburst] Fix
borderRadius
can't be reset in pie series and sunburst series when setting it tonull
orundefined
#15243 (plainheart) - [Fix] [canvas] Fix unexpected
none
ornull
fillStyle may be warned in firefox #784 (plainheart) - [Fix] [highlight] Hightlight multiple series through
chart.dispatchAction
not work as expected #15207 (ssthouse) - [Fix] [sankey] Fix drag bug when using
series.nodes
to represent data. #15199 (DuLinRain) - [Fix] [svg] Optimize exported SVG compatibility for Powerpoint. #767 (plainheart)
- [Fix] [legend] Fix
text.lineHeight
not work #773 (ssthouse) - [Fix] [pie] Change the default
borderJoin
toround
. #15145 (plainheart) - [Fix] [radar] Change the default
borderJoin
toround
. #15381 (Ovilia) - [Fix] [treemap] Fix
label.show
set tofalse
will throw error #15141 (susiwen8) - [Fix] [pictorialBar] Fix pictorialBar zero value label display. #15132 (ssthouse)
- [Fix] [lines] Fix lines can't be cleared by chart.clear() #15088 (plainheart)
- [Fix] [endLabel] Fix endLabel not display when only set
emphasis.show
totrue
. #15072 (Ovilia) - [Fix] [svg] Fix rect path not closed. #767 (plainheart)
- [Fix] [treemap] Add
treeAncestors
in callback params #14976 (pissang) - [Fix] [tree] Fix error when running setOption twice with different data #14930 (Map1en)
- [Fix] [radar] Fix radar symbol border is scaled #15396 (pissang)
- [Fix] [marker] Fix symbolOffset and symbolKeepAspect doesn't work in markPoint. #14737 (plainheart)
- [Fix] [gauge] Fix data index and series index is missing. #14688 (yufeng04)
- [Fix] [tooltip] Tooltip arrow will follow borderWidth. #14393 (g7i)
- [Fix] [geo] Fix geo switch from hidden to show fail. #15361 (pissang)
- [Fix] [type] Optimize type of
renderItem
in custom series. - [Fix] [type] Optimize option type of
echarts.init
. #15487 (John60676) - [Fix] [type] There is no
polarIndex
when coordinate of series is polar #15281 (Map1en) - [Fix] [type] Optimize type when using SVG source in geo component. #15263 (leosxie)
- [Fix] [type] Fix wrong type for
pie
data andmap
data. #15144 (plainheart)