Releases: apache/echarts
5.0.0-beta.1
release: 5.0.0-beta.1 (dist)
5.0.0-alpha.2
release: 5.0.0-alpha.2
4.9.0
-
[Feature] [graph] Support multiple edges to link nodes in graph. #12590 (wf123537200)
-
[Feature] [funnel] Add
orient
option in funnel. Support horizontal layout. #12754 (regrex) -
[Enhancement] [tooltip] Add text shadow options. #12664 (Ovilia)
-
[Enhancement] [toolbox] Add
brushStyle
option to configuration style of brush rect in the dataZoom feature. #12550 (zhiyuc123) -
[Fix] [themeRiver] Optimize data process in themeRiver. #12022 (Zaynex)
-
[Fix] [toolbox] Fix pie series render incorrectly after editing its data in the dataView feature. #12561 (plainheart)
-
[Fix] [toolbox] Fix dataView shows NaN when using dataset. #11849 (susiwen8)
-
[Fix] [toolbox] Fix saveAsImage may have error in some special environments. #12643 (lzr900515)
-
[Fix] [lines] Fix lines disappear if setOption again without data. #12850 (plainheart)
-
[Fix] [sunburst] [treemap] Fix label formatter in
levels
not work bug. #12742 (Ovilia) -
[Fix] [bmap] Fix bmap event
moveend
is always triggered when dragging or zoomend. #12558 (plainheart) -
[Fix] [grid] Fix wrong gap calculation when
containLabel
is set in grid. #12259 (Ling310) -
[Fix] [tooltip] Fix newline in tooltip of radar and map series when using
ricText
render mode. #12664 (Ovilia) -
[Fix] [tooltip] Update tooltip position proportionally when chart resized. #12834 (liulinboyi)
-
[Fix] [tooltip] Fix tooltip dispose in
richText
render mode. #12608 (plainheart) -
[Fix] [tree] Fix image symbol not display on first render. #12367 (plainheart)
-
[Fix] [geo] Fix label formatter not work bug. #12762 (plainheart)
-
[Fix] [bar] Fix error when switching
showBackground
fromfalse
totrue
. #13085 (easonyq) -
[Fix] [markArea] Fix label is not hidden when markArea is outside the grid. #12669 (Ovilia)
-
[Fix] [markLine] [markPoint] Fix
symbolRotate
not work bug. #12737 #12392 (plainheart) -
[Fix] [polar] Fix bar layout on polar with nagive axis. #12418 (gracelia)
4.9.0-rc.1
Merge pull request #13092 from apache/release-dev Release 4.9.0
5.0.0-alpha.1
release: 5.0.0-alpha.1 update package-lock.json
4.8.0
-
[Feature] [toolbox] Support download SVG file in toolbox when using SVG render mode. #12144 (Zhang Wenli)
-
[Feature] Add more parameters in the loading effect. #12414 (Yu Feng)
-
[Feature] Support callback for symbolRotate. #12348 #12354 (plainheart)
-
[Feature] [axis] Callbacks of
min
,max
can returnnull
to use the default value now. #11829 (Su Siwen), #12371 (Su Shuang) -
[Feature] [geo] Add
nameProperty
to specify the name field of GeoJSON source. #12156 (alex2wong) -
[Fix] [sankey] Fix tooltip not displayed on edges. #12011 (Su Siwen)
-
[Fix] [sankey] Fix node may disappear when link value is 0. #12191 (Su Siwen), #12472 (Su Shuang)
-
[Fix] [treemap] Add missing params in the foramtter callback. #11854 (Su Siwen, Su Shuang)
-
[Fix] [calendar] Fix calendar chart layout when user is in a timezone with DST. #12172 (mikeyshing88), #12466 (Su Shuang)
-
[Fix] [line] Fix safari may crash because of memory explosion when using gradient, shadow with large wide-range animation. #12410 (Shen Yi)
-
[Fix] [line] Fix clip bug in chromium when chart size over 18000px. #12393 (Zhan Fang)
-
[Fix] [pie] Fix label may disappear when animation is disabled. #12243 (Zhang Wenli)
-
[Fix] [title] Fix potential security risk when
'_blank'
target for link. #12380 (Su Siwen) -
[Fix] [geo] Fix animation not work when change
center
orzoom
withsetOption
. #12340 (Zhang Wenli) -
[Fix] [heatmap] Remove the 1px gap. #12342 (SnailSword)
-
[Fix] [sunburst] Fix default downplay style not work bug. #12264 (Shen Yi)
-
[Fix] [visualMap]
minOpen
andmaxOpen
is not counted into pieces number now. #12147 (Su Siwen) -
[Fix] [bmap] [extension] Fix layer may not been cleared when using progressive rendering. (Shen Yi)
4.8.0-rc.1
Change log: see release 4.8.0
4.7.0
-
[Feature] Provide new layouts for markLine labels. #11843 (Zhang Wenli)
-
[Feature] Support background option for bar series. #11951 (Zhang Wenli)
-
[Feature] Support appending tooltip DOM to HTML body. #8049 #12024 (xinpureZhu, Su Shuang)
-
[Feature] Add draggable support to group elements. #11959 (Shen Yi)
-
[Feature] Add polyline edge layout for the tree chart. #11808 (Li Deqing)
-
[Enhance] Enhance continuity line trail for effect line. #11893 (alex2wong)
-
[Fix] Fix markPoint position with stack line/bar. #11965 (yikuangli)
-
[Fix] Radar chart data may appear outside of the radar component. #11841 (Su Siwen)
-
[Fix] Fix treemap highlight action not triggered. #12050 (Su Shuang)
-
[Fix] Fix Array.prototype.slice is not defined on typed array #11956 (Shen Yi)
-
[Fix] Fix candlestick throw error when some series are filtered by legend. #12027 (Su Shuang)
-
[Fix] Fix brush component not roam with the coordinate system. #11998 (Su Shuang)
-
[Fix] Fix action
'showTip'
dispatched in radar chart. #11985 (Yu Feng) -
[Fix] Fix singleAxis support splitArea option. #11890 (newraina)
-
[Fix] Emphasis line style options with sankey chart. #11729 (Li Deqing)
-
[Fix] Fix formatter tooltip has no value in sankey chart. #11752 (Li Deqing)
4.7.0-rc.1
Change log: see release 4.7.0
4.6.0
v4.6.0
-
[Feature] Optimize label layout on pie. Add new
alignTo
option for aligning the labels. Check more detail in PR #11715 (Wenli Zhang) -
[Feature] Add
minorTick
,minorSplitLine
on axis. Check more detail in the PR #11705 (Yi Shen) -
[Feature] Added more themes. #11566 (WebCodePro719)
-
[Enhance] Chart will keep the dragging status when mouse is out of the area. Which will provide a much better dragging experience. #11710 (Shuang Su)
-
[Enhance] Legend will display colors from
visualMap
component inpie
/funnel
/radar
series. #11737 (Yi Shen) -
[Enhance] Enhance dataset default encode guess strategy. #11746 (Shuang Su)
-
[Enhance] Stack icon on toolbox now is a toggle button. Removed tiled icon. #11367 (alex2wong)
-
[Enhance] Add a delay to avoid flashing when hovering on nodes and edges of
graph
andsankey
series. 11572 (Deqing Li) -
[Fix] Fix bar width calculation with
barMaxWidth
constraint and negativebarGap
. #11713 (Yi Shen) -
[Fix] Fix seams in
heatmap
series. Which may cause unexpected gray lines. #11689 (Yi Shen) -
[Fix] Fix unexpected highlight state after inverse selection in
legend
. #11547 (SnailSword) -
[Fix] Fix tooltip may highlight the point out of chart in
line
series. #11548 (SnailSword) -
[Fix] Fix label may not disappear on SVG renderer. ecomfe/zrender#535 (Wenli Zhang)
-
[Fix] Not display bar on polar when value is
0
. #11452 (foolzhang) -
[Fix] Fix logic issue in global
textStyle
. #11653 (code4fan) -
[Fix] Fix label color of
axisPointer
in dark theme. #11656 (asiOvOtus) -
[Fix] Fix
markPoint
out of the chart may still display in the wrong position. #11484 (susiwen8) -
[Fix] Fix tooltip shows multiple values around both sides of the pointer. #11648 (Shuang Su)
-
[Fix] Fix
label.formatter
of leaves intree
series not work. #11556 (Deqing Li) -
[Fix] Fix overflow symbol not display when
clip
is setfalse
inline
series. #11552 (SnailSword)