Releases: apache/echarts
Releases · apache/echarts
5.3.0-rc.1
Merge pull request #16414 from apache/release-dev release 5.3.0
5.2.2
- [Feature] [line] Add
triggerLineEvent
. Support trigger mouse event on polyline and polygon area. #15847 (susiwen8) - [Feature] [i18n] Add Russian translation. #15867 (finkrer)
- [Feature] [i18n] Add Polish translation. #15891 (CaelumNigre)
- [Fix] [line] fix smoothed line with duplicate points failed to draw #15942 (pissang)
- [Fix] [line] Fix visual gradient is wrong when coords are between two stops. #15938 (pissang)
- [Fix] [calendar] Fix i18n doesn't work in the calendar coordinate system #15935 (plainheart)
- [Fix] [bar] Fix label value animation is not accurate in the bar racing case. #15916 (Ovilia)
- [Fix] [axis] fix charts render abnormally when
yAxis.max
is set to be a value less than the min value of the series data. #15878 (plainheart) - [Fix] [tooltip] Fix boolean value display. #15869 (Ovilia)
- [Fix] [types] Add
undefined
to the return type ofgetInstanceByDom
andgetInstanceById
#15913 (plainheart)
5.2.2-rc.1
Merge pull request #15951 from apache/release-dev Release 5.2.2
5.2.1
- [Feature] [i18n] Adding pt-BR (Portuguese, Brazil) lang. #15722 (williamorim)
- [Feature] [axis] add
axisLabel.hideOverlap
. #15583 (svedova) #15712 (pissang) - [Feature] [sunburst] Add
radius
in levels #15706 (Ovilia) - [Fix] [line] Fix animation may be wrong when data changes lot. #15731 (pissang)
- [Fix] [legend] Fix
icon
not keep aspect. #15720 (pissang) - [Fix] [line] Optimize line gradient leaks on the edge when the range is large. #15711 (pissang)
- [Fix] [marker] Fix
markLine
,markPoint
andmarkArea
may not work on time axis if use string time data #15686 (100pah) - [Fix] [tooltip] Fix tooltip may be lagging and shaking in Chrome(with the devtools open) and Firefox. #15683 (plainheart)
- [Fix] [svg] Fix svg mouse event doesn't work normally in Firefox when using shadow. #812 (plainheart)
- [Fix] [line] Not stop existing expand animation when update. #15599 (Ovilia)
- [Fix] [geo] Fix
href
attribute not work in SVG source. #803 (plainheart) - [Fix] [polar] Fix wrong sector clockwise when previous data is 0. #15589 (Ovilia)
- [Fix] [type] Improve option types. #15696 (pissang)
- [Fix] Fix prototype pollution. GHSA-fhv8-fx5f-7fxf
5.2.1-rc.1
Merge pull request #15745 from apache/release-dev release 5.2.1
5.2.0
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)
5.2.0-rc.1
Merge pull request #15619 from apache/release-dev release 5.2.0
5.1.2
v5.1.2
- [Feature] [geo/map] Support skew in transform and svg parser. #755 (pissang)
- [Feature] [tree] Add
treeAncestors
property in the params of tooltip callback . #14957 (stephenLYZ) - [Feature] [i18n] Add Slovenian translation. #14758 (dkrat7)
- [Fix] [canvas] Fix extra
ctx.save
call when dirty rect is enabled. #765 (pissang) - [Fix] [path] Fix small subpath may be ignored when optimizing small line segments. #760 (pissang)
- [Fix] [tooltip] When component
tooltip.formatter
is not specified, use a specific default formatter, rather than use globaltooltip.formatter
as default. Fix #14939. #14972 (100pah) - [Fix] [resize] Error thrown when resize is called after setOption called with lazyUpdate: true. Fix #14846, Fix #11395. #14934 (100pah)
- [Fix] [treemap] Error when running setOption twice with diff data. #14930 (Map1en)
- [Fix] [tree] Error when running setOption twice with diff data. #14905 (Map1en)
- [Fix] [option] Check the missing component before merge theme. #14966 (pissang)
- [Fix] [text] Fix gradient text background cause rendering error. #756 (pissang)
- [Fix] [clip] Line chart will throw an error when
clip
is set asfalse
. #14813 (plainheart) - [Fix] [legend] Remove unexpected syntax to ensure better compatibility. #14810 (plainheart)
- [Fix] [dataZoom] Type fix for startValue and endValue. Close #14412 #14775 (dileepyelleti)
- [Fix] [label] Ensure the label of the temporary symbol is in front of line and area polygon. #14993 (plainheart)
- [Fix] [stack] Fix number getPrecisionSafe incorrect on scientific notation like 3.45e-1. Stack sum eliminate floating arithmetic problem. #15015 (100pah)
- [Fix] [dataZoom] Should no dataZoom filtering when
toolbox.feature.dataZoom
not declared. #15015 (100pah) - [Fix] [line] Avoid the infinite value in
linearMap
util. #14602 (plainheart) - [Fix] [timeline] Trigger
timelineplaychange
event when play to the end. #14620 (Ovilia) - [Fix] [custom] Fix progressive rendering in custom series. #14920 (pissang)
- [Fix] [brush] Clamp range when brush. #14569 (susiwen8)
- [Fix] [label] Fix labels are not on the top bug. #14542 (plainheart)
- [Fix] [toolbox] The
show
option of customized toolbox button does not work. #14408 (plainheart) - [Fix] [type] Changed
LineEndLabelOption.valueAnimation
to be optional. #14806 (Bilge) - [Fix] [type] Export cbs and their parameter types. #14871 (dougalg)
- [Fix] [type] Fix position callback return type. Fix #15031. (congjiujiu)
- [Fix] [type] Remove non-required properties from PatternObject and fix some type issues. #759. (plainheart)
5.1.2-rc.1
Merge pull request #15084 from apache/release-dev Release v5.1.2
5.1.1
- [Fix] [geo] Fix tooltip don't show on
geo
component. #14767 (pissang) - [Fix] [tooltip] Fix the position of tooltip may be incorrect when
appendToBody
. #14713 (plainheart) - [Fix] [map] Fix tooltip may have error on map series. #14704 (plainheart)
- [Fix] [pie] Fix labelLine may still appear on emphasis when changed from outside to inside. #14702 (villebro)
- [Fix] [type] Fix type error on earlier TypeScript versions. Close #14716 #14739
- [Fix] [type]
symbolOffset
incorrectly marked as mandatory. #14693 (villebro)