- [Feature] [theme] New theme for ECharts 6.0. #20865 (Ovilia)
- [Feature] [chord] New chord series. #20522 (Ovilia)
- [Feature] [matrix] New matrix coordinate. #19807 (Ovilia) #21005 (100pah)
- [Feature] [custom] Support reusable custom series. #20226 (Ovilia)
- [Feature] [scatter] Support jittering for scatter series. #19941 (Ovilia)
- [Feature] [axis] Support break on the axis. #19459 (Ovilia) #20857 (100pah)
- [Feature] [theme] Support dynamically registering and switching themes. #20705 (Ovilia)
- [Feature] [graph] Support thumbnail for the graph series. #17471 (Lruler)
- [Feature] [funnel] Add new styles for funnel. #17461 (pe-3)
- [Feature] [marker] Support
z2
option for markPoint/markLine/markArea. #20782 (sz-p) - [Feature] [stack] Support reversing the stack order. #20998 (Justin-ZS)
- [Feature] [sankey] Support roaming for sankey series. #20321 (Ovilia)
- [Feature] [custom] Support compoundPath in custom series renderItem. #20402 #21040 (Ovilia)
- [Feature] [marker] Support
relativeTo
option for specifying the relative target of marker position. #20166 #21042 (Ovilia) - [Feature] [axis] Support tooltip for angleAxis label. #20986 (plainheart)
- [Feature] [tooltip] Support
displayTransition
option to control whether to enable the tooltip display transition. #20966 (jqqin) - [Feature] [legend] Support
triggerEvent
option. #20907 (sz-p) - [Feature] [custom] Support
tooltipDisabled
for custom series. #20447 (Ovilia) - [Feature] [i18n] Add Norwegian Bokmål (nb-NO) translation. #20792 (joakimono)
- [Fix] [label] Fix label rich style does not inherit the plain label style. #20977 (plainheart) #21016 (100pah)
- [Fix] [axis] Fix containLabel should also contain axis name. #19534 (robin-gerling)
- [Fix] [dataZoom] Fix data shape distribution for time axis. #16978 (andrearoota) #21043 #21039 (Ovilia)
- [Fix] [tooltip] Fix null value item on category axis should be able to show tooltip. #20777 (Justin-ZS)
- [Fix] [visualMap] Fix some text style can't work on visualMap. #20961 (plainheart)
- [Fix] [dataZoom] Restrict range on brushEnd. #20814 (mortalYoung)
- [Fix] [heatmap] Fix labels not in calendar range are unexpectedly displayed. #20699 (plainheart)
- [Fix] [series] Fix mismatched dimension index. #20682 (Justin-ZS)
- [Fix] [bar] Fix polar bar should update
roundCap
when changes. #20582 (Ovilia) - [Fix] [pie] Fix labelLine may be not removed and cause error when single label position is not in outside. #20906 (plainheart)
- [Fix] [sankey] Fix browser crash when
emphasis.focus
is'trajectory'
with large data. #20959 (plainheart) - [Fix] [custom] Fix potential NPE when applying leave transition. #20920 (plainheart)
- [Fix] [dataZoom] Change moveHandler cursor to default. #20304 (ribeirompl)
- [Fix] [tooltip] Fix style coord transform markers are not removed after the tooltip is disposed. #20987 (plainheart)
- [Fix] [bar] Remove unused
startValue
option from theBarSeriesOption
interface. #20901 (plainheart) - [Fix] [title] Fix title text style width type should not include string. #20800 (sz-p)
- [Fix] [roam] Fix RoamControllerHost importing path. #20313 (Ovilia)
- [Fix] [svg] Remove SVG support check in
getSvgDataURL
. #20760 (plainheart)
New Contributors
- @Lruler made their first contribution in #17471
- @robin-gerling made their first contribution in #19534
- @shaymolcho made their first contribution in #20727
- @joakimono made their first contribution in #20792
- @Justin-ZS made their first contribution in #20682
- @mortalYoung made their first contribution in #20814
- @jbampton made their first contribution in #20887
- @jqqin made their first contribution in #20966
- @SchnWalter made their first contribution in #20967