Please visit the official Apache ECharts Website at

https://echarts.apache.org
Visit Official Website
x

Changelog

[+]Add [-]Remove [^]Update [#]Fix

Apache EChartsTM

v5.0.1

2021-01-11
  • [Feature] New minimal import API. Improved exported option types. #13890 (pissang)
  • [Fix] [tooltip] Fix tooltip of markPoint is wrong #13992 (susiwen8)
  • [Fix] [loading] Fix showLoading center align and fontSize not work. Add fontFamily, fontWeight, fontStyle #13972 (yufeng04)
  • [Fix] [gauge] pointer.offsetCenter doesn't work without icon #13966 (yufeng04)
  • [Fix] [dataset] Fix automatic legend from dataset is wrong. #13930 (100pah)
  • [Fix] [handler] Fix tooltip can't be hidden when moving out of the viewport occasionally. #693 (pissang)
  • [Fix] [tooltip] Fix text color can't be changed in tooltip. #13848 (susiwen8)
  • [Fix] [tooltip] Fix borderColor can't be changed in tooltip. #13771 (susiwen8)
  • [fix] [axis] Fix error when category axis max is greater than data length #13733 (Ovilia)
  • [fix] [svg] Fix chart cannot be exported with SVG renderer in IE. #13732 (plainheart)
  • [Fix] [bar] Improvement and some fixes of bar race chart #13994 (100pah)
  • [Fix] Fix unexpected global name usage, which may have error in other environments. #13984 (pissang)

v5.0.0

2020-12-03
  • Migrate codebase to TypeScript:
    • The entire code base have been migrated to TypeScript.
    • Provide DTS for the upper TS based applications, where the TS version supported is down to 3.5.
    • See more details in #13563
  • [Feature] States enhancement:
    • Support state transition animation, which brings better interaction effect when highlighting or downplaying some part of the chart.
    • Besides the state "emphasis" we already have, v5.0 provides two more configurable state: "select" and "blur" in all series. The option of them are the same as the existing "emphasis". "blur" is used the elements need to fade out when focusing some other elements. "select" is used when the element is selected by mouse/touch click or API triggering.
    • Support to blur other graphic elements when highlighting specified data through mouseover or hover linking. See examples bar-label-rotation, bar-polar-stack, bar-stack, area-stack, dataset-link, scatter-weight, tree-basic.
    • Unify the previous different state configurations in series, like highlightPolicy, focusNodeAdjacency, hoverOffset, by the option focus, blurScope and scale. See examples sankey-energy, graph, sunburst-drink.
    • See more details in #12925 and #12911.
  • [Feature] Provide a more powerful label support:
    • Use some strategies to bring better displayed labels, including:
      • Smarter text color strategy to make labels more easy to be distinguished from different background.
      • Smarter label layout in pie chart, especially when there are too many labels or insufficient space. And related issue: #6050.
      • Provide more overflow configurations.
    • Provide option set labelLayout to enable more abilities for developers to tweak the layout of the labels after it's originally positioned by the chart itself. With the options in labelLayout, developers can:
    • Support labelLine for all series, which is very useful for guiding element to related labels when labels have to be far away from the elements. See examples scatter-label-align-right, scatter-label-align-top. Related issues: #11534, #12971.
    • Support series.endLabel in line series. Label can be displayed at the end of a line.
    • Support label text animation, that is, the transition animation on text when the number text changed. Can be enabled by series.label.valueAnimation, series.endLabel.valueAnimation. See more details in #13246 and #13045.
    • See other details in #12911.
  • [Feature] Support bar realtime sorting by series.realtimeSort. See examples bar-race, and see more details in the original pull request #12484.
  • [Feature] Support data transform plug-in:
  • [Feature] Provide more smarter time axis label and tick arrangement:
  • [Feature] Support decal:
    • Decal provides a new visual type that does not only augment aria scenarios but also enrich visual effects.
    • See more details in #13304.
  • [Feature] Support transition animation in custom series.
  • [Feature] Provide a more powerful gauge:
  • [Feature] The default theme and interaction have been greatly enhanced. Some new options are provided for the style and interaction configuration:
    • Tooltip style enhancement: #12947, #13398, #13242.
    • Provide configurable dash style: #12961.
    • Axis style enhancement: #13046.
    • DataZoom support both brush and drag: #13025.
    • Support darkMode. 12911.
    • Enhance resize & dataZoom animation: #12965
    • Change the closing direction of a single bar, #12543.
    • Enhance pie chart animation #12553.
    • Other component style enhancement: #13008, #13013.
  • [Feature] Make i18n registerable and change the product.
  • [Feature] Support rounded corner in pie and sunburst:
  • [Feature] Make tooltip more configurable:
    • Support to add CSS class to tooltip. #13383.
    • Support to return DOM in tooltip formatter. #13469.
  • [Feature] Support to partially remove components or replace components (replaceMerge):
  • [Enhancement] Enhance performance in some scenarios:
  • Other small features, enhancements and bug-fixes:
    • [Feature] Enhance parseDate #13044.
    • [Feature] Make line bolder when line is in emphasis state #13013.
    • [Feature] Sankey supports lineStyle: {color: 'gradient'}.
    • [Feature] markPoint.data.type and markArea.data.type support the value 'median'.
    • [Feature] Support axis filter in specific cases. #12832.
    • [Enhancement] Pause requestAnimationFrame when rendering finished.
    • [Fix] Fix bmap first layout may be incorrect if container's layout is flex or grid. #13432.
    • [Fix] Hide tooltip when mouse leaves the chart #13382.
    • [Fix] Fix bmap personalization style does not work. #13214.
    • [Fix] Fix the bug of overriding title when click the stack button. #13372.
    • [Fix] Fix ECharts keeps rendering white blanks with large datasets on single canvas mode #13283.
    • [Fix] Make contentToOption totally optional. #13139.
    • [Fix] Keep axis tooltip open on refresh. #13100.
    • [Fix] Skip rendering for data out of axis content in heatmap. #12991.
  • [Break] Breaking changes against v4.9:
    • The default theme colors has been changed. If intending to use the theme of v4.9-, please set option.color = ['#c23531', '#2f4554', '#61a0a8', '#d48265', '#91c7ae', '#749f83', '#ca8622', '#bda29a', '#6e7074', '#546570', '#c4ccd3'];.
    • Remove built-in map geoJSON. #13565.
    • Drop the support of the legacy IE8. The previous VML renderer (necessary in IE8) will not be updated to work in v5.0.
    • The exported modules from 'echarts/lib/export.js' is not mounted to 'echarts/lib/echarts.js' by default. If the upper application previously used import * as echarts from 'echarts/lib/echarts' and used any of the exported modules in 'echarts/lib/export.js', please change the import code to import echarts from 'echarts/index.blank', where the modules from 'echarts/lib/export.js' are mounted by default.
    • If the upper application previously imported src/echarts.js, src/chart/*.js and src/component/*.js, it can not work any more because all of the files in /src folder are migrated to *.ts.
    • The priority of the visuals between visualMap and itemStyle|lineStyle|areaStyle are reversed. That is, previously, the visuals (i.e., color, symbol, symbolSize, ...) that generated by the component visualMap has highest priority, which will overwrite the same visuals specified in itemStyle|lineStyle|areaStyle. That brought trouble to specify specific style to some certain data items. Since v5.0, the visuals specified in itemStyle|lineStyle|areaStyle has highest priority.
    • The behavior of rich.?.padding are changed. Previously rich.?.padding: [11, 22, 33, 44] indicates that padding-top is 33 and padding-bottom is 11, which is a buggy implementation because it is different from what CSS did. Since v5.0, we fix it: rich.?.padding: [11, 22, 33, 44] indicates padding-top is 11 and padding-bottom is 33.
    • aria is not included in dist/echarts.simple(.min).js since v5.0. But it is still included in dist/echarts.common(.min).js and dist/echarts(.min).js.
  • [Deprecated] Deprecated usages since v5.0:
    • Transform related props of a graphic element are changed:
      • Changes:
        • position: [number, number] are changed to x: number/y: number.
        • scale: [number, number] are changed to scaleX: number/scaleY: number.
        • origin: [number, number] are changed to originX: number/originY: number.
      • The position, scale and origin are still supported but deprecated.
      • It effects these places:
        • In the graphic components: the declarations of each element.
        • In custom series: the declarations of each element in the return of renderItem.
        • Directly use zrender graphic elements.
    • Text related props on graphic elements are changed:
      • Changes:
        • The declaration of attached text (or say, rect text) are changed.
          • Prop style.text are deprecated in elements except Text. Instead, Prop set textContent and textConfig are provided to support more powerful capabilities.
          • These related props at the left part below are deprecated. Use the right part below instead.
            • textPosition => textConfig.position
            • textOffset => textConfig.offset
            • textRotation => textConfig.rotation
            • textDistance => textConfig.distance
        • The props at the left part below are deprecated in style and style.rich.?. Use the props at the right part below instead.
          • textFill => fill
          • textStroke => stroke
          • textFont => font
          • textStrokeWidth => lineWidth
          • textAlign => align
          • textVerticalAlign => verticalAlign);
          • textLineHeight =>
          • textWidth => width
          • textHeight => hight
          • textBackgroundColor => backgroundColor
          • textPadding => padding
          • textBorderColor => borderColor
          • textBorderWidth => borderWidth
          • textBorderRadius => borderRadius
          • textBoxShadowColor => shadowColor
          • textBoxShadowBlur => shadowBlur
          • textBoxShadowOffsetX => shadowOffsetX
          • textBoxShadowOffsetY => shadowOffsetY
        • Note: these props are not changed:
          • textShadowColor
          • textShadowBlur
          • textShadowOffsetX
          • textShadowOffsetY
      • It effects these places:
        • In the graphic components: the declarations of each element. [compat, but not accurately the same in some complicated cases.]
        • In custom series: the declarations of each element in the return of renderItem. [compat, but not accurately the same in some complicated cases].
        • Directly use zrender API to create graphic elements. [No compat, breaking change].
    • API on chart instance:
      • chart.one(...) is deprecated.
    • label:
      • In props color, textBorderColor, backgroundColor and borderColor, the value 'auto' is deprecated. Use the value 'inherit' instead.
    • hoverAnimation:
      • option series.hoverAnimation is deprecated. Use series.emphasis.scale instead.
    • line series:
      • option series.clipOverflow is deprecated. Use series.clip instead.
    • custom series:
      • In renderItem, the api.style(...) and api.styleEmphasis(...) are deprecated. Because it is not really necessary and hard to ensure backward compatibility. Users can fetch system designated visual by api.visual(...).
    • sunburst series:
      • Action type highlight is deprecated. Use sunburstHighlight instead.
      • Action type downplay is deprecated. Use sunburstUnhighlight instead.
      • option series.downplay is deprecated. Use series.blur instead.
      • option series.highlightPolicy is deprecated. Use series.emphasis.focus instead.
    • pie series:
      • The action type at the left part below are deprecated. Use the right part instead:
        • pieToggleSelect => toggleSelect
        • pieSelect => select
        • pieUnSelect => unselect
      • The event type at the left part below are deprecated. Use the right part instead:
        • pieselectchanged => selectchanged
        • pieselected => selected
        • pieunselected => unselected
      • option series.label.margin is deprecated. Use series.label.edgeDistance instead.
      • option series.clockWise is deprecated. Use series.clockwise instead.
      • option series.hoverOffset is deprecated. Use series.emphasis.scaleSize instead.
    • map series:
      • The action type at the left part below are deprecated. Use the right part instead:
        • mapToggleSelect => toggleSelect
        • mapSelect => select
        • mapUnSelect => unselect
      • The event type at the left part below are deprecated. Use the right part instead:
        • mapselectchanged => selectchanged
        • mapselected => selected
        • mapunselected => unselected
      • option series.mapType is deprecated. Use series.map instead.
      • option series.mapLocation is deprecated.
    • graph series:
      • option series.focusNodeAdjacency is deprecated. Use series.emphasis: { focus: 'adjacency'} instead.
    • gauge series:
      • option series.clockWise is deprecated. Use series.clockwise instead.
      • option series.hoverOffset is deprecated. Use series.emphasis.scaleSize instead.
    • dataZoom component:
      • option dataZoom.handleIcon need prefix path:// if using SVGPath.
    • radar:
      • option radar.name is deprecated. Use radar.axisName instead.
      • option radar.nameGap is deprecated. Use radar.axisNameGap instead.
    • Parse and format:
      • echarts.format.formatTime is deprecated. Use echarts.time.format instead.
      • echarts.number.parseDate is deprecated. Use echarts.time.parse instead.
      • echarts.format.getTextRect is deprecated.

v4.9.0

2020-08-06
  • [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 containLabelis 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 from false to true. #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)

v4.8.0

2020-05-25
  • [Feature] [toolbox] Support download SVG file in toolbox when using SVG render mode. #12144 (Ovilia)

  • [Feature] Add more parameters in the loading effect. #12414 (yufeng04)

  • [Feature] Support callback for symbolRotate. #12348 #12354 (plainheart)

  • [Feature] [axis] Callbacks of min, max can return null to use the default value now. #11829 (susiwen8), #12371 (100pah)

  • [Feature] [geo] Add nameProperty to specify the name field of GeoJSON source. #12156 (alex2wong)

  • [Fix] [sankey] Fix tooltip not displayed on edges. #12011 (susiwen8)

  • [Fix] [sankey] Fix node may disappear when link value is 0. #12191 (susiwen8), #12472 (100pah)

  • [Fix] [treemap] Add missing params in the foramtter callback. #11854 (susiwen8, 100pah)

  • [Fix] [calendar] Fix calendar chart layout when user is in a timezone with DST. #12172 (mikeyshing88), #12466 (100pah)

  • [Fix] [line] Fix safari may crash because of memory explosion when using gradient, shadow with large wide-range animation. #12410 (pissang)

  • [Fix] [line] Fix clip bug in chromium when chart size over 18000px. #12393 (zhanfang)

  • [Fix] [pie] Fix label may disappear when animation is disabled. #12243 (Ovilia)

  • [Fix] [title] Fix potential security risk when '_blank' target for link. #12380 (susiwen8)

  • [Fix] [geo] Fix animation not work when change center or zoom with setOption. #12340 (Ovilia)

  • [Fix] [heatmap] Remove the 1px gap. #12342 (SnailSword)

  • [Fix] [sunburst] Fix default downplay style not work bug. #12264 (pissang)

  • [Fix] [visualMap] minOpen and maxOpen is not counted into pieces number now. #12147 (susiwen8)

  • [Fix] [bmap] [extension] Fix layer may not been cleared when using progressive rendering. (pissang)

  • [Fix] [bmap] [extension] Fix unexpected refresh bug.#12411 (pissang)

v4.7.0

2020-03-18
  • [Feature] Provide new layouts for markLine labels. #11843 (Ovilia)

  • [Feature] Support background option for bar series. #11951 (Ovilia)

  • [Feature] Support appending tooltip DOM to HTML body. #8049 #12024 (xinpureZhu, 100pah)

  • [Feature] Add draggable support to group elements on graphic component. #11959 (pissang)

  • [Feature] Add polyline edge layout for the tree chart. #11808 (deqingli)

  • [Enhance] Enhance continuity line trail for effect line. #11893 (alex2wong)

  • [Fix] Fix markPoint position in stacked line/bar series. #11965 (yikuangli)

  • [Fix] Radar chart data may appear outside of the radar component. #11841 (susiwen8)

  • [Fix] Fix treemap highlight action not triggered. #12050 (100pah)

  • [Fix] Fix geo cannot be restored. #12035 (100pah)

  • [Fix] Fix Array.prototype.slice is not defined on typed array #11956 (pissang)

  • [Fix] Fix candlestick throw error when some series are filtered by legend. #12027 (100pah)

  • [Fix] Fix brush component not follow the pan and zoom of coordinate system. #11998 (100pah)

  • [Fix] Fix action 'showTip' dispatched in radar chart. #11985 (yufeng04)

  • [Fix] Fix splitArea not work in singleAxis. #11890 (newraina)

  • [Fix] Fix legend pagination may disappear. #11952 (yufeng04)

  • [Fix] Fix emphasis lineStyle options do not work in sankey chart. #11729 (deqingli)

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

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 (Ovilia)

  • [Feature] Add minorTick, minorSplitLine on axis. Check more detail in the PR #11705 (pissang)

  • [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 (100pah)

  • [Enhance] Legend will display colors from visualMap component in pie/funnel/radar series. #11737 (pissang)

  • [Enhance] Enhance dataset default encode guess strategy. #11746 (100pah)

  • [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 (deqingli)

  • [Fix] Fix bar width calculation with barMaxWidth constraint and negative barGap. #11713 (pissang)

  • [Fix] Fix seams in heatmap series. Which may cause unexpected gray lines. #11689 (pissang)

  • [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 (Ovilia)

  • [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 (100pah)

  • [Fix] Fix label.formatter of leaves in tree series not work. #11556 (deqingli)

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

v4.5.0

2019-11-18
  • [Feature] Add roundCap option for round corners on bar series width polar coordinate system. #11393 (Ovilia)

  • [Feature] Add event brushEnd for brush component #11285(cuijian-dexter)

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

  • [Feature] Add ignoreForceLayout 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 (pissang)

  • [Fix] Fix lots of label positioning issues in SVG renderer. ecomfe/zrender#519 (100pah)

  • [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 (100pah)

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

  • [Fix] Fix brush drag gets stuck when the mouse leaves the chart area. #11516 (100pah)

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

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

  • [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 (Ovilia, 100pah)

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

  • [Fix] Fix precision issue in the ticks calculating. #11488 (Ovilia)

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

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

  • [Fix] Fix data disappear when updating with dataset in gauge series. #11373 (Ovilia)

  • [Fix] Fix gradient on bar leaked to label in SVG Renderer. (Ovilia)

v4.4.0

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.3.0

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.

  • [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.

v4.2.1

2019-03-21
  • [Fix] Fix text cache problem. See #9190, #9597, #9762.

  • [Fix] Fix that in some case re-setOption in event handler throws error. See #9649.

  • [Fix] Fix that geo region problem causes showTip abnormal. See #9156.

  • [Fix] Fix that stacked bars are over cartesian in some cases. See #9346.

  • [Fix] Fix that legend is not able to scroll when the space is not enough to contain one item. See #6743, #8971, #9471.

  • [Fix] Fix that the centered pie label might has some bias on some angles. See #9657.

  • [Fix] Fix that Geo map panning is not working on MS Edge browser See #9479.

  • [Fix] Fix that label dispaly problem in map series. See #9682.

  • [Fix] Fix that visualMap: false set on data items makes subsequent items abnormal. See #8799.

  • [Fix] When axisLabel.interval of a category axis is set as 0, all labels show regardless of overlap. See #9589.

  • [Fix] Fix grid(cartesian) did not render when both containLabel and axisLabel.rich used.

  • [Fix] Fix license statement.

  • [Fix] Fix rich text boundingRect bug.

v4.2.0.rc2

2018-10-15

Recovery build

Fix the problem that bar progressive was blocked.

v4.2.0.rc1

2018-09-11
  • [Feature] Support non-html tooltip, which enable show tooltip on non-html environment, for example, WeChat Mini App. Use tooltip.renderMode to enable this feature.

  • [Feature] Support event filtering, which enable listen event triggered by specified component, series, data items. See chart.on for details, where a new parameter query provided this feature. Support event listening for custom series and graphic component, where specified events from the specified graphic elements can be listened by the query.

  • [Feature] Enable implementing scroll bar by dataZoom (similar behavior as the browser scroll bar), see dataZoom-inside.moveOnMouseWheel, and see the Gantt example.

  • [Feature] Support focusing node adjacency in sankey diagram. See focusNodeAdjacency and example.

  • [Feature] Support vertical layout of sankey diagram, see series-sankey.orient and Vertical sankey example.

  • [Feature] Support roam for tree diagram. See series-tree.roam.

  • [Feature] Enable to set an axis as -1 in encode for custom series, which indicates that the axis and its corresponding dataZoom do not control any dimension of the series (either calculate axis extent by this series nor scale or filter this series). See Gantt example.

  • [Feature] Enable layout 'cover' in path shape for custom series, which brings convenience when using SVG PathData create shapes. See Gantt example.

  • [Feature] Enhance custom series: Added params.actionType, enables some optimize. And addparams.coordSys.zoom for geo coordinate system. Add invisible and ignore to enable show and hide graphic elements in different situation.

  • [Feature] Support inner radius for radar. See #8717.

  • [Fix] Fix polar category axis interval bug. See #8791.

  • [Fix] Do not support set polar center on series. Center should be set on polar.center.

  • [Fix] Update normal shadow style for sunburst. See #8583.

  • [Fix] Fix empty dataset problem. See #8395.

  • [Fix] Fix bar start position when multiple axes exists. See #8747.

  • [Fix] Remove clipPath for expansion animation. See #8994.

  • [Fix] Fix axes overlap when two Y axes are on one X axis. See #8975.

v4.1.0

2018-05-02
  • [Feature] Enable candlestick and bar chart rendering and zooming in a large amount of data (200K). Add option series-candlestick.progressiveChunkMode to enhance the effect when progressively rendering. See example candlestick-large.

  • [Feature] Add tree directions from right to left, from bottom to top for tree series. #7351 #7154. See example tree-orient-right-left, tree-vertical.

  • [Feature] Support keeping-aspect for legend path. #7831

  • [Feature] Support node dragging for sankey chart. See example sankey-energy.

  • [Enhance] Category axis enhancement:

    • Optimize the performance in a large amount of data (> 100K ~ 1M)
    • Enhance the auto interval strategy.
    • Enhance the animation when zooming and moving the data window of cartesian.
  • [Enhance] In line chart, enhance symbol display strategy when using category axis (see showAllSymbol:'auto').

  • [Enhance] Support that lift the brushed elements to the top (add option visualMap.inRange.liftZ).

  • [Enhance] Enhance the order of nodes for sankey diagram. #3390 #3543 #6365 #4880 #4986

  • [Enhance] Enhance sampling performance in progressive mode.

  • [Enhance] Enhance parallel performance in progressive mode.

  • [Enhance] Currently do not filter empty data item in data zoom, which makes line chart keeping broken. #7955

  • [Enhance] Support toolbox.feature merge.

  • [Fix] Resolve browser become unresponsive when the data of sankey series has cycle. #7495 #8117 #7583 #7325 #6555

  • [Fix] yAxis extent did not update when some of the stacked bar series hide. #8003

  • [Fix] Currently we fetch name from dateItem.name firstly in list. #7966

  • [Fix] Typed array incorrect usage in WeChat app.

  • [Fix] option in axis data item did not work. #7954

  • [Fix] markArea only displayed the last one. #7902

  • [Fix] Fixed the WeChat environment imprecise detection.

  • [Fix] Rounding error in clip symbol for line chart. #7913

  • [Fix] The default tooltip in candlestick only showed one item. #8149

  • [Fix] Bar chart start point was incorrect when multiple axes exist. #7412

  • [Fix] markArea did not display when using ordinal string. #7849

  • [Fix] dataZoom threw error when series was empty. #7666

  • [Fix] Add compatibility of data exceptions for sankey series. #2867

  • [Fix] Fix error when removing node or rendering again for the tree series. #8038 #8040 #7720 #7363 #7315

  • [Fix] sunburst chart roll-up element was not removed when chart.setOption called. #8132

  • [Fix] SVG axisPointer text position bug. #7947

  • [Fix] Large lines chart render bug in large mode.

  • [Fix] The last day of a month was not displayed in calendar. #8045

  • [Fix] Data sampling of line chart caused incorrect extent when data had NaN.

  • [Fix] Data sampling of line chart worked abnormally when using series.encode. #8017

  • [Fix] legendHoverLink: false did not work appropriately when multiple series had the same name. #8010

  • [Fix] Some of the graph hover style did not work.

  • [Fix] Fix axis extent calculation error when using stack.

v4.0.4

2018-02-28

[Recovery Build]

  • [^] Fixed bar layout problem. See #7831.

v4.0.3

2018-02-27

v4.0.2

2018-01-18
  • [^] Fixed that in some case the scollable legend (legend.type: 'scroll') caused ghost. See #7502.

  • [^] Fixed that the selected option did not work in the data item of pie. See #7515.

  • [^] Fixed play button of timeline component could not be disabled. See #7506.

v4.0.1

2018-01-17

v4.0.0

2018-01-16
  • [+] Supported to render up to tens millions of data directly. ECharts4 has upgrade to stream architecture, and along with detailed optimization, it has supported to render incrementally loaded data and support progressive rendering.

    • Ten millions of GIS data probably take up to about hundreds MB of space. In this case chunked data loading or WebStock is required for the purpose of display graphics as soon as possible and not blocking the browser while processing loaded data. The samples of incremental data loading can be checked here: scatterGL-gps and linesGL-ny, who use ECharts GL, and lines-ny, who only uses ECharts.
    • Supported the human interactions in the big data scenario, where continuous interactions (e.g., roam in geo and cartesian) will not block the browser. Benefit from the using of GPU and avoiding of layout recalculation, ECharts GL provides smooth interactions, which has been demonstrated in the examples above. Without WebGL, the basic ECharts implements progressive rendering to support non-blocking interaction, which can be checked at the pan and zoom in lines-airline and scatter-large.
  • [+] Published ZRender SVG Rendering Engine as an alternative backend of ECharts besides the existing Canvas Rendering Engine. The choice of rendering engine usually depends on the scenario, for example, benefit from the low memory cost, SVG Rendering Engine is suitable for mobile device, or the case that many ECharts instances exists in a single page, while the Canvas Rendering Engine is suitable for big data rendering or when visual effects required. Canvas Rendering Engine is default rendering engine. See zrender.

  • [+] Published Sunburst Chart to visualize hierarchical data efficiently with excellent interactions. See [examples] and (excellent) and docs.

  • [+] Published dataset component to support data based configuration, visual encoding and data sharing in different series.

  • [+] Supported WAI-ARIA (the Accessible Rich Internet Applications Suite) to help the disabled people to access the data visualization in web.

  • [+] Since ECharts4, the options label and itemStyle has been flattened. The original level of normal is not needed any more, which make ECharts option more neat. As always, The previous option style in ECharts3 is still be compatible.

  • [+] Added two color themes, named 'light' and 'dark'. Apply them by echarts.init(dom, themeName);.

  • [+] Supported that auto collect legend names when legend.data is not specified.

  • [+] Supported that auto collect category names when axis.type is 'category' and axis.data is not specified.

v3.8.4

2017-11-13
  • [^] Fixed that registerMap is null on index*.js.
  • [^] Fixed some CommonJS incorrect brought by injection.

v3.8.2

2017-11-10
  • [^] Fixed backward compatibility problems brounght by 3.8.0:
    • In 3.8.0, the content in lib directory is the same as the content in src directory (both are ES Module), which may not compatible with the old verisons of node and webpack. So rollback to commonJS format in lib of 3.8.2.
    • In 3.8.0, the source code in src constains global variable __DEV__ (which prints dev helper info for echarts users). To get the declaration of the global variable, users should include echarts/src/config.js manually or make some settings in webpack/rollup (Check custom build tutorial please), which is not backward compatible. So we have removed __DEV__ from the codes in echarts/lib/** in 3.8.2. If dev helper info is required, use codes in echarts/src/**.
    • After 3.8, echarts/src/echarts.js (the same as echarts/lib/echarts.js in 3.8.0) does not include util methods, which used to be mounted on it. Now util methods are listed in echarts/src/export and mounted on echarts/echarts*.js. But it is not backward compatibility, so we have rollbacked to mount them on echarts/lib/echarts.js in 3.8.2.
    • The way of including echarts/extension/dataTool, havs been rollbacked to the original approach before 3.8, where it must be included explicitly, and the namespace will be mounted on echarts namespame.
  • [^] Fixed the problem that SVG renderer throws error when encounter null value.

v3.8,0

2017-11-07
  • [+] Supported Tree Chart, including horizontal layout, vertical layout, radial layout.

  • [+] Supported SVG Renderer (beta), enable developers to choose SVG or Canvas renderer based on their platfroms and functional requirments.

  • [+] Source code of echarts has been switched to ES Module, which enabled tree shaking of bundle and reduced size.

  • [+] Supported build scripts for creating custom build, including multiple language support. See custom build tutorial. And added Finnish support, which is contributed by xvaara in PR #6863.

  • [+] Supported axis arrow. See #6675.

  • [+] Supported strokeWidth and strokeColor in treemap. See #6804.

  • [+] Supported show adjacent nodes in graph. See #6772.

  • [^] Fixed the area calculation when grid.containLabel is true and axis is rotated. Thanks xvaara for PR #6951.

  • [^] Fixed that the calculation of interval is not incorrect when axisLabel.rotate is set in category axis. See #4170. Thankslanyuechen for PR #6903.

  • [^] Fixed the negative problem in dataTool.prepareBoxplotData. Thanks d-rudolf for PR #6749.

  • [^] Enhanced the label interval of time axis. Thanks xiaoshan00 for PR #6808.

  • [^] Supported radiusAxis.inverse. See #6805 and #4253.

  • [^] Renamed some variables to avoid webpack special variable name. See #6788.

  • [^] Fixed position problem of scrollable legend. See #6756.

  • [^] Fixed that the themeRiver legend color is incorrect. See #6932.

  • [^] Fixed that brush empty value caused error thrown. See #6892.

  • dist/echarts/echarts.simple.js do not includ utils, which used to be mounted on echarts. dist/echarts/echarts.common.js and dist/echarts/echarts.js keep including them as before. And developers can custom build to include them.

  • Changes about dataTool: When using dist/echarts/echarts.simple.js or dist/echarts/echarts.common.js, dist/echarts/extension/dataTool.js should be manually included as before, but the namespace dataTool will not be mounted to echarts. When using dist/echarts/echarts.js, echarts.dataTool is included automatically by default.

v3.7.2

2017-09-27

v3.7.1

2017-08-31

[Recovery Build]

v3.7.0

2017-08-16
  • [+] Supported Rich Text, which has enabled style configuring to some text snippets or the entire text block, and supported using images in text, and supported alignment or rotation of text block or snippets.

  • [+] Supported Scrollable Legend, which provides a solution for displays planty of legend items. See vertical legendhorizontal legend.

  • [+] Flatten textStyle option. textStyle exist in echarts option everywhere, for example, series-bar.label.normal.textStyle, xAxis.axisLabel.textStyle. It seems that some of them are to deep and verbose. So we removed the level of textStyle to flatten them. That is, previous label.normal.textStyle.fontSize, axisLabel.textStyle.fontSize is modified to label.normal.fontSize, axisLabel.fontSize after v3.7. Of course, the previous style is compatible all the same. Those options are flattened:

    • axisPointer.textStyle
    • xAxis.axisLabel.textStyle
    • yAxis.axisLabel.textStyle
    • radar.axisLabel.textStyle
    • singleAxis.axisLabel.textStyle
    • radiusAxis.axisLabel.textStyle
    • angleAxis.axisLabel.textStyle
    • parallel.parallelAxisDefault.axisLabel.textStyle
    • parallelAxis.axisLabel.textStyle
    • series.label[normal|emphasis].textStyle
    • series.data.label[normal|emphasis].textStyle
    • series-gauge.axisLabel.textStyle
    • series-gauge.title.textStyle
    • series-gauge.detail.textStyle
    • series-treemap.upperLabel[normal|emphasis].textStyle
    • series-graph.edgeLabel[normal|emphasis].textStyle
    • calendar.dayLabel.textStyle
    • calendar.monthLabel.textStyle
    • calendar.yearLabel.textStyle
    • markPoint.label[normal|emphasis].textStyle
    • markPoint.data.label[normal|emphasis].textStyle
    • markLine.label[normal|emphasis].textStyle
    • markLine.data.label[normal|emphasis].textStyle
    • markArea.label[normal|emphasis].textStyle
    • markArea.data.label[normal|emphasis].textStyle
    • tooltip.axisPointer.crossStyle.textStyle
    • axisPointer.label.textStyle
    • timeline.label.textStyle
    • radar.name.textStyle
  • [+] Supported minInterval on time axis (that is, axis.type is 'time'), and supported maxInterval on value axis (that is axis.type is 'value'). So that it is enabled to controll the precision of label when data zooming.

  • [+] Supported xAxis.axisLine.onZeroAxisIndex, which enables specifing corresponding relationship when multiple axes used and onZero is required. See #5069.

  • [+] Supported that do not use coordinate system in custom series.

  • [+] Supported rotation and alignment of label in bar chart. See rotate, align, verticalAlign. See example. See #5309.

  • [+] Supported radar.indicator.color, which enables setting different color for each indicator of radar chart. See #6128.

  • [+] Supported dataZoom.rangeMode, which can fixing zoom window according to data when data updated. See #6128.

  • [+] Supported using dataIndex in action.legend.legendToggleSelect, action.legend.legendSelect, action.legend.legendUnSelect. See #4242.

  • [+] Supported map.label.formatter, which enables using rich text in map series. See Map Labels.

  • [+] Supported title.borderRadius and legend.borderRadius, which enables round corner of background or border in title and legend component.

  • [^] Fixed that error thrown when using shadow in pie series in some version of IE. See #5777.

  • [^] Fixed that name can not be obtained in tooltip when nameMap was used in map serise and there was no data in some areas. See #5633.

  • [^] Fixed tooltip location incorrect after roamed in bmap extension. See #6211.

  • [^] Fixed null pointer exception of axisPointer. See #6121.

  • [^] Fixed that error occured when height of heatmap was 0. See #6214.

  • [+] Fixed the incorrect rendering when the first entry was empty in candlestick. See #6059.

  • [^] Fixed that series-bar.dimensions did not work. See #6252.

  • [^] Fixed that when chilren number of group was not fixed, they could not be removed correctly in custom series.

  • [^] Fixed the error that calling connect before setOption called. See #6281.

  • [^] Fixed the edge judgement of tooltip.confine. See #6277 and 0da06d8.

  • [^] Fixed that bar series displayed abnormal when viewport was narrow and bar series were overlapped (both set barWidth and barGap: '-100%'). See #6312.

  • [^] Fixed precision problems. See #6371.

v3.6.2

2017-06-15

v3.6.1

2017-05-26

[Recovery Build]

v3.6.0

2017-05-25

v3.5.4

2017-04-27
  • [^] Fixed the clipPath support for liquidfill.
  • [^] Fixed the position when label is set as insideTop.
  • [^] Fixed the problem when transforming SVG PathData.

v3.5.3

2017-04-14
  • [^] Fixed the problem when both left right width top bottom height are set. See #5440.

  • [^] Fixed the problem when input x,y to showTip. See #5449.

  • [^] Enhanced the effect of boundaryGap when only one data existed. See #4417.

  • [^] Fixed animation easing setting of gauge. See #5451.

  • [^] Made the sorting of treemap stable when values were the same.

  • [^] Fixed that roam and brush conflicted when components overlaped.

  • [^] Enlarged area of parallel axis name when it rotates.

  • [^] Enabled toolbox clear button to be able to clear brush box of parallelAxis.

  • [^] Improved the performance of zrender up to 50%.

v3.5.2

2017-04-05
  • [+] Supported useUTC, which enables display axisLabel and tooltip in local time or UTC. Related default setttings are modified: axisLabel and tooltip display local time by default, and data recognize time string as local time if timezone not specified. See the time part in series.data. Fixed the problem that when axis.type is 'time' tick is determined by UTC and can not align with daytime. Fixed #5396 and #5393.

  • [+] Supported axisLabel.showMinLabel and axisLabel.showMaxLabel.

  • [+] Supported funnel.sort, which enables sorting funnel by index or customized function.

  • [^] Fixed float error of axisTick. See #5041.

  • [^] Fixed that axisTick did not display when value was too small. See #5386.

  • [^] Fixed when tooltip.trigger was 'axis', dispatchAction showTip did not work. See #5423.

  • [^] Fixed that visualMap disabled itemStyle of map. See #5388.

  • [^] Fixed that tooltip.trigger did not support 'none'. See #5400.

  • [^] Fixed problem of sankey on ie11. See #3306.

  • [^] Fixed that data.lineStyle.color of parallel did not work. See #5363.

v3.5.1

2017-03-23

Recovery Build

v3.5.0

2017-03-23

v3.4.0

2017-01-12

v3.3.2

2016-11-24

v3.3.1

2016-11-03

v3.3.0

2016-11-01

v3.2.3

2016-08-16

v3.2.2

2016-07-11

v3.2.1

2016-07-04

v3.2.0

2016-06-30

v3.1.10

2016-05-19

v3.1.9

2016-05-12

v3.1.8

2016-05-11

v3.1.7

2016-04-21

v3.1.6

2016-04-11

v3.1.5

2016-03-29

v3.1.4

2016-03-21

v3.1.3

2016-03-10
  • 【+】add in radar chart, see https://ecomfe.github.io/echarts-doc/public/en/option.html#series-radar

  • [^] position optimization of average, minimum and maximum value starting point and finishing point. Fix #2762, #2688.

  • [^] fix the only one configuration for ''none'' bug in markLine symbol. See #2733

  • [^]optimization of vertically centered multiple yext lines.

  • [^] emphasis configuration item of label in data item as pie chart is normal value by dafualt.

  • [^] when introdcued on need, line chart, pie chart and scatter chart introduce grid component by dafault to avoid problems in#2758.

  • [^] fix floating point precision bug in dataZoom component. Fix #2757

  • [^] unselected legend chart is grey. See #2615

  • [^] fix dataZoom position failure bug in media query of 3.1.1. Fix #2710

  • [^] fix firefox's incapability of triggering wheel events bug in 3.1.1 中. Fix #2730

  • [^] IE8 optimization.

  • [^] change to webpack to build code.

v3.1.2

2016-03-01
  • 【+】provide theme download,see details in http://echarts.baidu.com/download-theme.html

  • [^] fix the bug that update data can not be shown insetOption` after emptying line chart data in v3.1.1.

  • [^] fix possiblity of reporting id duplicates error in setOption(chart.getOption()) . Fix #2635

  • [^] allow to customize toolbox toobar. See details in toolbox.feature

  • [^] scale optimization of 'time' type axis in large-span time range.

  • [^] fix no show of label formatter return to 0.Fix #2659

  • [^] fix markPoint label display error in charts with vertical axis as category axis.Fix #2641

  • [^] optimize dataZoom, fix dynamic data update problem in dataZoom chart. Fix #2667

  • [^] percentage is 0 rather than NaN when all pie chart data are zero. Fix #2690

  • [^] title alignment optimization.

  • [^] support display of tooltip when charts update. Fix #2478

  • [^] dashboard splitLine.length, axisTick.length supports percentage.

  • [^] optimization of line animation feature.

  • [^] optimization of category axis feature of large data amount .

  • [^] fix error reporting bug of markPoint and markLine in IE8.

  • [^] fix error reporting bug under 'use strict'model. Fix #2643

v3.1.1

2016-02-22
  • 【+】newly add npm channel to obtain echarts, see details in webpack + echarts tutorial

  • [^] fix abnormal indynamic markPoint and markLine . Fix #2522

  • [^] fix parameter error in axis interval callback. Fix #2470

  • [^] fix failure in customizing lineStyle of every edge in graph. Fix #2558

  • [^] saveAsImage supports IE9+ and FireFox in toolbox.

  • [^] support cylindrical corner configuration. #2550

  • [^] fix error in dataZoom location configuration item. Fix #2619

  • [^] fix possible id duplicate error when fix setOption for too many times.Fix #2452

  • [^] candlestick and boxplot chart support markPoint and markLine.Fix #2566

  • [^] fix reset error in toolbox after use setOption in non-merge model.Fix #2596

  • [^] scatter chart and markPoint support configurating label formatter in emphasis. Fix #2596

  • [^] Treemap supports roam configuration item.

  • [^] axis of time type support time data of string format.

  • [^] fix switch problem in Line and area charts. Fix #2625

  • [^] location optimization of multiple series of bar chart markPoint. Fix #2623

  • [^] fix error reporting in init when theme is string and has dataZoom component. Fix #2619

  • [^] legend and toolbox support setting height and width and wrap automatically through width and height.Fix #2621

  • [^] optimization of line chart smooth, add insmoothMonotone configuration item, see details in option.html#series-line.smoothMonotone, Fix #2612

  • [^] fix incapability to trigger mouse events on computers with touch screen like Surface and so on. Fix #2569

v3.0.2

2016-01-23
  • [^] fix highlight failture in scatter chart.

  • [^] optimize tooltip linkage. Fix #2445

  • [^] dataZoom of inside type support zoomLock.

  • [^] add error alert of non-exist map type.

  • [^] optimize legend switch animation of line chart.

  • [^] fix problem about Legends cannot be added dynamically. Fix #2457

  • [^] fix timeline's incapability to configutate show.

  • [^] fix 0 data shown as undefined in tooltip .Fix #2463

  • [^] fix incorrect display of dataZoom zoom graphic. Fix #2462

  • [^] fix the problem of axis min max as string, PR #2481

v3.0.1

2016-01-18
  • [+] add getOption and clear method

  • [^] fix average value, maximum value and minimum vaule label and the incapability to show correct value of tooltip. Fix #2393

  • [^] fix drawing incorrectness when bar chart has bigger width than height, Fix #2343

  • [^] fix the function problem of legend show configuration item. Fix #2371

  • [^] map type can choose data attribute.

  • [^] fix average mark and mark calculation errors, Fix #2367

  • [^] animation optimization when line chart change from '-' no data to data.

  • [^] mouse wheel zoom direction change to ommonly used one.

  • [^] data area zoom tool in toolbar support specified axis, see detail intoolbox document

  • [^] fix no data error on timeline, scale change from [-1, 1] to [0, 1] when data value axis has no data.

  • [^] fix drawing error of axis splitArea.

  • [^] fix multiple chart example linkage problem. Fix #2391

  • [^] fix the problem that color on legend cannot display correctly with pie chart color being callback function. Fix #2372

  • [^] fix mouse hover errors when pie chart data is 0.

  • [^] when all pie chart data are 0, secotrs changed to uniform distribution.

  • [^] fix errors in background seeting under IE 8.

  • [^] fix incorrect release event in tooltip component dispose.

v3.0.0

2016-01-12
  • The new echarts