All Versions
20
Latest Version
Avg Release Cycle
28 days
Latest Release
1463 days ago

Changelog History
Page 2

  • v4.7.0 Changes

    March 18, 2020

    [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 geo cannot be restored. #12035 (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] Fix legend pagination may disappear. #11952 (Yu Feng)

    ๐Ÿ’… [Fix] Emphasis line style options with sankey chart. #11729 (Li Deqing)

    [Fix] Fix formatter tooltip has no value in sankey chart. #11752 (Li Deqing)

  • v4.7.0-rc.1 Changes

    March 02, 2020

    ๐Ÿš€ Change log: see release 4.7.0

  • v4.6.0 Changes

    December 29, 2019

    v4.6.0

    2019-12-29

    โšก๏ธ [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 in pie/funnel/radar series. #11737 (Yi Shen)

    0๏ธโƒฃ [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 and sankey series. 11572 (Deqing Li)

    [Fix] Fix bar width calculation with barMaxWidth constraint and negative barGap. #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 in tree series not work. #11556 (Deqing Li)

    [Fix] Fix overflow symbol not display when clip is set false in line series. #11552 (SnailSword)

  • v4.6.0-rc.1

    December 12, 2019
  • v4.5.0 Changes

    November 18, 2019

    4.5.0

    [Feature] Add roundCap option for round corners on bar series width polar coordinate system. #11393 (Wenli Zhang)

    [Feature] Add event brushEnd for brush component #11285(Jian Cui)

    [Feature] Add friction option in force layout of graph. #11276 (Yi Shen)

    [Feature] Add ignoreFoceLayout option in the graph links. #11445 (TYzzt)

    [Feature] Add axisType in the indicator of radar series. #11324(zifix)

    [Feature] Add clip option in candllestick series. #11529 (Yi Shen)

    [Fix] Fix lots of label positioning issues in SVG renderer. ecomfe/zrender#519 (Shuang Su)

    ๐Ÿ’… [Fix] Fix interval issues related to category axis tick. Like areaStyle.color is incorrect in #10948, xAxis.axisTick.interval is calculated incorrectly in #11176 . #11186 (foolzhang)

    ๐ŸŒฒ [Fix] Fix bar series can't display on the log axis. #11472(SnailSword)

    [Fix] Fix tooltip may be covered by the canvas when -webkit-overflow-scrolling: touch on iOS 13. ecomfe/zrender#522 (Shuang Su)

    [Fix] Fix some of labels on category axis may disappear forever after chart resized. #11536 (Shuang Su)

    [Fix] Fix brush drag gets stuck when the mouse leaves the chart area. #11516 (Shuang Su)

    [Fix] Fix image symbol may disappear forever after legend toggled. #11515 (Feng Yu)

    [Fix] Fix changing from 'scroll' type to 'plain' type not work bug in legend. #11504 (Feng Yu)

    โšก๏ธ [Fix] Optimize layout and bar width of bar series on time axis and value axis. Make the barMaxWidth has higher priority than barWidth. Add barMinWidth for bar series on time axis and value axis. #11479 (Wenli Zhang, Shuang Su)

    [Fix] Fix title of toolbox icon may be cut by the container. #11456 (Wenli Zhang)

    [Fix] Fix precision issue in the ticks calculating. #11488 (Wenli Zhang)

    [Fix] Fix rotate property of label not work in tree series. #11457 (Deqing Li)

    [Fix] Fix edge won't disappear after collapsed if the id is duplicated in tree series. #11447 (Deqing Li)

    โšก๏ธ [Fix] Fix data disappear when updating with dataset in gauge series. #11373 (Wenli Zhang)

    [Fix] Fix gradient on bar leaked to label in SVG Renderer. (Wenli Zhang)

  • v4.5.0-rc.2

    November 08, 2019
  • v4.5.0-rc.1

    November 07, 2019
  • v4.4.0 Changes

    October 15, 2019

    2019-10-15

    [Feature] Add option clip for line, bar, lines, scatter and custom series,
    ๐Ÿ‘ which prevents the shapes overflow the area of the coordinate system. And support setting
    filterMode on toolbox.dataZoom. Fix #9200, #10224, #10748, #11086.

    ๐Ÿ‘€ [Feature] Support "select all" and "reverse select" buttons in legend. See legend.selector for details.

    [Feature] Provide echarts.graphic.registerShape and echarts.graphic.getShapeClass.
    The registered shape classes can be used in custom series and graphic component.

    ๐Ÿ’… [Feature] Support show border style on legend item. Support setting itemStyle on legend. Fix #7340.

    โšก๏ธ [Feature] Support expansion animation for data update, support pie-series.animationTypeUpdate. Fix #11029.

    ๐Ÿ‘ [Feature] Support setting rippleEffect.color in effectScatter.

    ๐Ÿ’… [Feature] Support using BaiduMap API version 3.0 in bmap by option bmap.mapStyleV2.

    [Fix] Fix that the stacked bar exceed zoom limit.
    ๐Ÿ›  Fix #7534, #7672, #7732, #7872, #8069, #8520, #8935, #8955, #9200, #9237, #9847, #10359, #10518, #10972.

    [Fix] Fix that sometimes when using "toolbox dataZoom" it can not return to the original state. Fix #11055.

    [Fix] Fix the texture pattern rendering in map and geo. And Fix that the the shadow of them are different between canvas renderer and SVG renderer. Fix #11055, #5429.

    [Fix] Fix that data does not rendered after a NaN value in candlestick. Fix #11101.

    [Fix] Fix geo.label.formatter does not work. Fix #8489.

    ๐Ÿ’… [Fix] Fix the hover style incorrect in custom series. Fix #11103.

    [Fix] Fix that tree root node disappears after roaming. Fix #10291, #10986, #10164, #9580, #9256, #9216.

    [Fix] Fix that SVG renderer should render normally despite hover layer set. Fix #11054.

    [Fix] Add dispose checking for chart instance.

  • v4.4.0-rc.1

    September 29, 2019
  • v4.3.0 Changes

    September 16, 2019

    2019-09-16

    [Feature] Sankey diagram enhancement:
    โž• Add left/right node align, right in sankey diagram.
    ๐Ÿ‘Œ Support user to specify the depth of the node.
    โœจ Enhance sankey node tooltip formatter.
    โž• Add depth layout info for each node.

    ๐Ÿ‘ [Feature] Support callback in series.symbol. Contributed by PR #9664 originally.

    โœจ [Feature] Enhance Pie chart:
    ๐Ÿ‘Œ Support minShowLabelAngle. Contributed by PR #8997 originally.
    ๐Ÿ‘Œ Support label rotate in pie chart. Fix #10045.

    ๐Ÿ‘ [Feature] Support backgroundColor for connected charts in toolbox. toolbox.feature.saveAsImage.connectedBackgroundColor can be used to set the background color. Fix #10099.

    โœจ [Feature] Enhance toolbox:
    ๐Ÿ’… Enable to set text style of toolbox.
    ๐Ÿ‘Œ Support tooltip for toolbox. Fix #10202.

    โœจ [Feature] Enhance dataZoom:
    Normalize illegal range setting and get accurate start/end/startValue/endValue in 'dataZoom' event.

    [Feature] Add dimensionNames and encode info to callback parameters of formatters. Fix #10248 and Close #10250.

    [Feature] Funnel enhancement:
    ๐Ÿ’… series.label.position support to set rightTop, rightBottom, leftTop, leftBottom. And fix style in funnel text position.

    ๐Ÿ‘ [Fix] Support mouse event in iOS when css transform used. Fix #9434, #8326, #5009, #5921.

    โš  [Fix] Use a clearer warning message when initing dom without size. Fix #10478.

    [Fix] Fix that the rgba opacity does not work in SVG renderer. Fix #9014

    โœจ [Fix] Enhance funnel chart label display policy PR #8759

    [Fix] Fix the highlight/downplay of pie graphic.

    [Fix] Fix the mouse pointer in force graph. Fix #7764, contributed by PR #9134.

    [Fix] Fix that symbol and symbolSize and opacity does not work in series[i]-graph.categories[i]. Fix #8009 and #5969, contributed by PR #9171.

    [Fix] Fix that axisLine.show does not work in the gauge. Fix #9194, contributed by PR #9195.

    [Fix] Fix a display error when the first data item is '-' in radar. Fix 8962.

    [Fix] Fix polygon rendering bug when the first value is NaN. Fix #8962, contributed by PR #9162.

    [Fix] Fix text truncate bug in treemap when using SVG renderer.

    [Fix] Fix that label.rotate does not work in graph. Fix #9182, contributed by PR #9210.

    [Fix] Fix the rich content hiding bug and confine bug in tooltip. Fix ecomfe/echarts-for-weixin#360, ecomfe/echarts-for-weixin#347.

    [Fix] Fix that callback function params.color is incorrect in sunburst area. Fix #8952, contributed by PR #9238.

    [Fix] Fix that when axisLabel.interval of a category axis is set as 0, all labels are displayed regardless of overlap. Fix #9589.

    โšก๏ธ [Fix] Fix sub-pixel in markLine. Move subPixelOptimize to zrender. Fix #9598.

    [Fix] Fix that when doing clear on click handler error is thrown. Fix #9649.

    [Fix] Fix that false value in data items effect subsequent items in visualMap. Fix #8799.

    ๐Ÿ’… [Fix] Enhance hoverStyle and highlight/downplay API. Support keep highlighted when changing style (e.g., setOption or hoverLink). Fix the highlight conflict.

    [Fix] Fix radar line disappear on hover when there is empty value in data.

    ๐Ÿ’ป [Fix] Fix that geo map panning not working on Edge browser. Fix #9479.

    [Fix] Fix map label bugs:
    ๐Ÿ›  Fix map rich label missing when missing data.
    ๐Ÿ›  Fix map label miss to enter formatter when missing data.
    ๐Ÿ›  Fix #9682.

    [Fix] Enable triggerEvent for label of angleAxis. Fix #9765.

    ๐Ÿ’… [Fix] Fix that the hover style bugs of graph:
    ๐Ÿ›  Fix that the hover style is disabled by focusNodeAdjacency in graph.
    ๐Ÿ›  Fix that the line label can not be returned to its original opacity after "focusNodeAdjacency".

    [Fix] Lift the axis line arrow over splitLine and tick.

    [Fix] Fix that the scrollable legend pager does not work when the target index is illegal. Fix #7568.

    [Fix] Exclude padding from tooltip position, since it's included in clientWidth. Contributed by PR #9750.

    [Fix] Fix barWidth calculation when stack on multiple polars. Fix #9626.

    [Fix] Loop to find the first non-NaN angle for clipPath in pie.

    [Fix] Fix line width in singleAxis. Fix #9965.

    [Fix] Fix the label bounding rect calculation error when rich used (e.g., containLabel: true while axisLabel has rich).

    [Fix] Part of emphasis in sunburst do not work. Fix #9563, constributed by PR #9993.

    [Fix] Add seriesId in pieselectchanged. Fix #9830.

    [Fix] Fix that axis name align does not work. Fix #9901.

    [Fix] Fix taht the strange label position when the pie chart series data value is null. Fix #10088.

    [Fix] Do not create an anchor element if you don't need to in SaveAsImage. Contributed by PR #10132.

    [Fix] Fix that axisLabel dost not display correctly in radar. Fix #9282, contributed by PR #10036.

    [Fix] Fix that bar chart is abnormal when filterMode of dataZoom is 'empty'. Fix #9882.

    [Fix] Fix series.label.formatter callback bug. Fix #10248, contributed by PR #10250.

    [Fix] Fix that the last axis labels are duplicated. Fix #10304.

    ๐Ÿ’… [Fix] Fix that setting emphasis.lineStyle.type as solid dose not work. Fix #9704, close #10129.

    [Fix] Fix that if some negetive numbers or strings existing in the dimensions array, the corresponding line will not show. Fix #10343.

    [Fix] Fix that when '0' existing in dimentions the chart do not work. Make backward compat when dimention is a number-like string. Fix #9363, contributed by PR #9388.

    ๐Ÿ’… [Fix] Fix hover style on textStroke bug in custom series.

    [Fix] Fix graph bug when data is number typed. Fix #10485.

    [Fix] Fix that axisPointer label padding does not work. Fix #10569.

    [Fix] Add dimIndex for callback formatter in radar. Close #10403, #10180, contributed PR #10437.

    0๏ธโƒฃ [Fix] Prevent treamap from using hover layer by default. Fix #10521. Ref #10635.

    โšก๏ธ [Fix] Update pointer when type is none. Fix #10570.

    โœจ [Fix] Enhance circular layout: based on symbol size and fix overlap when some value are very smaller than the max value. Fix #10462, Close #10615.

    ๐Ÿ‘ [Fix] Support click and tooltip in bar large mode. Fix #10699.