v4.2.1.rc1
[Fix] Fix that in some case re-
setOptionin event handler throws error. See #9649.[Fix] Fix that geo region problem causes
showTipabnormal. 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: falseset on data items makes subsequent items abnormal. See #8799.[Fix] When
axisLabel.intervalof a category axis is set as0, all labels show regardless of overlap. See #9589.
v4.2.0.rc2
Recovery build
Fix the problem that bar progressive was blocked.
v4.2.0.rc1
[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
queryprovided this feature. Support event listening for custom series and graphic component, where specified events from the specified graphic elements can be listened by thequery.[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
-1in 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.
[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] 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
[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]
yAxisextent did not update when some of the stacked bar series hide. #8003[Fix] Currently we fetch name from
dateItem.namefirstly in list. #7966[Fix] Typed array incorrect usage in WeChat app.
[Fix]
optionin axis data item did not work. #7954[Fix]
markAreaonly 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]
markAreadid not display when using ordinal string. #7849[Fix]
dataZoomthrew 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]
sunburstchart 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: falsedid 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
[Recovery Build]
- [^] Fixed bar layout problem. See #7831.
v4.0.3
[+] ECharts has been able to work on WeChat Applet.
[+] Added a new smooth policy, which corrects some undesired smooth result. See details in series-line.smooth and series-line.smoothMonotone. Fixed #7158.
[+] Supported series-line.symbolOffset of axis arrow. See #7422.
[+] Supported series-sunburst.label.minAngle, which enables hiding text if the sector is less then the
minAngle. See #7614.[+] Supported configuring series-sunburst.nodeClick in level or single sector. See #7541.
[+] Supported stack data by value but not index. Fixed stack bug when using dataset. See #7535, #7560, #6861.
[^] Fixed shape clip when line chart is overflow cartesian area.
[^] Fixed that the last area of splitArea did not display. See #7118.
[^] Fixed the case when visualMap component is not imported for sunburst. See #7575.
[^] Fixed that apendData did not work when data amount was less then progressive limit. See #7718 and #7625.
[^] Fixed that apendData caused series color changed if series name was not specified.
[^] Fixed that tooltip.axisPointer.label.show did not work when set as
false. See #7725.[^] Fixed that map could not be selected if an area had no data. See #7629.
[^] Fixed candlestick encode problem. See #7715.
[^] Fixed the data item empty check logic, which caused that renderItem could not enter when value array length not the same, and dataset could not be displayed. See #7733.
[^] Fixed the textStyle compatibility logic.
v4.0.2
[^] Fixed that in some case the scollable legend (
legend.type: 'scroll') caused ghost. See #7502.[^] Fixed that the
selectedoption 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
v4.0.0
[+] 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
labelanditemStylehas been flattened. The original level ofnormalis 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.typeis'category'and axis.data is not specified.
v3.8.4
- [^] Fixed that
registerMapis null onindex*.js. - [^] Fixed some CommonJS incorrect brought by injection.
v3.8.2
- [^] Fixed backward compatibility problems brounght by
3.8.0:- In
3.8.0, the content inlibdirectory is the same as the content insrcdirectory (both are ES Module), which may not compatible with the old verisons of node and webpack. So rollback to commonJS format inlibof3.8.2. - In
3.8.0, the source code insrcconstains global variable__DEV__(which prints dev helper info for echarts users). To get the declaration of the global variable, users should includeecharts/src/config.jsmanually or make some settings inwebpack/rollup(Check custom build tutorial please), which is not backward compatible. So we have removed__DEV__from the codes inecharts/lib/**in3.8.2. If dev helper info is required, use codes inecharts/src/**. - After
3.8,echarts/src/echarts.js(the same asecharts/lib/echarts.jsin3.8.0) does not include util methods, which used to be mounted on it. Now util methods are listed inecharts/src/exportand mounted onecharts/echarts*.js. But it is not backward compatibility, so we have rollbacked to mount them onecharts/lib/echarts.jsin3.8.2. - The way of including
echarts/extension/dataTool, havs been rollbacked to the original approach before3.8, where it must be included explicitly, and the namespace will be mounted onechartsnamespame.
- In
- [^] Fixed the problem that SVG renderer throws error when encounter null value.
v3.8,0
[+] 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
trueand 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.jsdo not includ utils, which used to be mounted onecharts.dist/echarts/echarts.common.jsanddist/echarts/echarts.jskeep including them as before. And developers can custom build to include them.Changes about
dataTool: When usingdist/echarts/echarts.simple.jsordist/echarts/echarts.common.js,dist/echarts/extension/dataTool.jsshould be manually included as before, but the namespacedataToolwill not be mounted toecharts. When usingdist/echarts/echarts.js,echarts.dataToolis included automatically by default.
v3.7.2
[+] Supported English version build (All default text is in English) in https://github.com/ecomfe/echarts/tree/master/dist. See #2321.
[+] Supported pie.hoverOffset. See #3857.
[^] Fixed compatibility of data in candlestick. See #6576.
[^] Fixed showMaxLabel showMinLabel.
[^] Fixed area chart when all value is negative. See #6707.
[^] Made the meaning of
'middle'and'center'consist in axis.nameLocation.[^] Fixed that markArea.itemStyle.emphasis did not work. See #5245.
[^] Fixed that calender did not work because of DST (Day Saving Time). See #6543.
[^] Enhanced the "save as image" in IE. See #6279.
[^] Fixed cleaning for "motion blur". See #6577.
[^] Fix doji for k series candlestick. See #6583.
[^] Fixed the compatibility for
markPoint. See #6503.
v3.7.1
[Recovery Build]
[^] Fixed problems of compatibility and emphasis style about textStyle. See #6491、#6529, #6516, #6532, #6237.
[^] Add sub-pixel optimize to candlestick.
[^] Fixed that emphasis style was not applied when using graph.focusNodeAdjacency.
v3.7.0
[+] 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 legend 或 horizontal legend.
[+] Flatten
textStyleoption.textStyleexist 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 oftextStyleto flatten them. That is, previouslabel.normal.textStyle.fontSize,axisLabel.textStyle.fontSizeis modified tolabel.normal.fontSize,axisLabel.fontSizeafterv3.7. Of course, the previous style is compatible all the same. Those options are flattened:axisPointer.textStylexAxis.axisLabel.textStyleyAxis.axisLabel.textStyleradar.axisLabel.textStylesingleAxis.axisLabel.textStyleradiusAxis.axisLabel.textStyleangleAxis.axisLabel.textStyleparallel.parallelAxisDefault.axisLabel.textStyleparallelAxis.axisLabel.textStyleseries.label[normal|emphasis].textStyleseries.data.label[normal|emphasis].textStyleseries-gauge.axisLabel.textStyleseries-gauge.title.textStyleseries-gauge.detail.textStyleseries-treemap.upperLabel[normal|emphasis].textStyleseries-graph.edgeLabel[normal|emphasis].textStylecalendar.dayLabel.textStylecalendar.monthLabel.textStylecalendar.yearLabel.textStylemarkPoint.label[normal|emphasis].textStylemarkPoint.data.label[normal|emphasis].textStylemarkLine.label[normal|emphasis].textStylemarkLine.data.label[normal|emphasis].textStylemarkArea.label[normal|emphasis].textStylemarkArea.data.label[normal|emphasis].textStyletooltip.axisPointer.crossStyle.textStyleaxisPointer.label.textStyletimeline.label.textStyleradar.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
onZerois 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
dataIndexin 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
titleandlegendcomponent.[^] 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
tooltipwhennameMapwas used in map serise and there was no data in some areas. See #5633.[^] Fixed
tooltiplocation 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
connectbeforesetOptioncalled. 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
barWidthandbarGap: '-100%'). See #6312.[^] Fixed precision problems. See #6371.
v3.6.2
[+] Supported draw custom series on Baidu Map (bmap). See example 1 and example 2。
[+] Supported show parent labels in treemap. See example. See #5869 and #5579.
[+] Supported specifying mouse cursor style by: series-line.cursor, series-bar.cursor, series-pie.cursor, series-scatter.cursor, series-effectScatter.cursor, series-graph.cursor, series-pictorialBar.cursor.
[+] Support both negative and positive bounding data specified on series-pictorialBar.symbolBoundingData. See #5793.
[+] Supported label.formatterin
treemap. See #5757.[+] Supported label.normal.textStyle.align and label.normal.textStyle.basealign in
timeline. See #5960.[^] Fixed that
tooltipdid not work when large scatter was zoomed. See#5837.[^] Fixed that parameter
positiondid not work when trigger showTip action. See #5874.[^] Fixed that sometimes the sum of the percent value is less than
100%slightly in pie, which was caused by precision problem. See #5850.[^] Fixed only the last
markPointormarkLinewas displayed whenseries.namewas the same. See #5712.[^] Fixed that barBorderRadius did not work in horizontal bar. See #5943.
[^] Fixed the zoom point error when applying dataZoom-inside on Y axis. See #5278.
[^] Fixed sometimes radar did not display normally. See #5986.
v3.6.1
[Recovery Build]
- [^] Fixed that data sampling did not work.
- [^] Fixed the problem on ie11 when compiled by webpack. See zrender/#189.
v3.6.0
[+] Published custom series, which enables user to customize render logic and make new types of chart. See samples。
[+] Supported polar bar chart. See sample1, sample2, sample3。
[+] Supported encode, which enable user to specify which dimensions in data are mapped to which axis of coordinate system. Or which dimensions will be displayed in tooltip or label. [Break Change]: The default name of the third dimension in
cartesian2dis changed from'z'to'value'. If'z'is used in visualMap.dimension, please modify it to'value'or2.[+] Supported dimensions, which enables that specifying names and types for each dimensions in data. Name can be displayed in tooltip.
[+] Supported dataZoom.minSpan and dataZoom.maxSpan. See #2843.
[+] Supported dataZoom.moveOnMouseMove and dataZoom.zoomOnMouseWheel, which enables that triggering dataZoom only by mouse wheel while holding 'ctrl'/'alt'/'shift'. Moreover, supported preventDefaultMouseMove, See #5769.
[+] Supported using image in dataZoom.handleIcon setting.
[^] Fixed boundary problems on world map.
[^] Fixed that minInterval did not work when min was set. See #4838.
[^] Fixed problems caused by default properties on
Object. See #5576.[^] Fixed that error was thrown when
setOptionwhile legend selection changed, which was caused graphic. See #5783.[^] Fixed parallelAxis.axisLabel.interval supporting. See #5694.
[^] Enhanced interaction of
dataZoom.[^] Fixed the problem about minAngle on rose chart. See #5617.
[^] Fixed the problem when tooltip updating.
v3.5.4
- [^] Fixed the
clipPathsupport for liquidfill. - [^] Fixed the position when
labelis set asinsideTop. - [^] Fixed the problem when transforming SVG PathData.
v3.5.3
[^] Fixed the problem when both
leftrightwidthtopbottomheightare set. See #5440.[^] Enhanced the effect of boundaryGap when only one data existed. See #4417.
[^] 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
[+] Supported useUTC, which enables display
axisLabelandtooltipin local time or UTC. Related default setttings are modified:axisLabelandtooltipdisplay local time by default, anddatarecognize time string as local time if timezone not specified. See the time part in series.data. Fixed the problem that whenaxis.typeis'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
axisTickdid not display when value was too small. See #5386.[^] Fixed when tooltip.trigger was
'axis',dispatchActionshowTip did not work. See #5423.[^] Fixed that visualMap disabled
itemStyleof map. See #5388.[^] Fixed that tooltip.trigger did not support
'none'. See #5400。[^] Fixed that
data.lineStyle.colorof parallel did not work. See #5363.
v3.5.1
Recovery Build
v3.5.0
[+] Published calendar coordinate system. See examples.
[+] Published echarts statistics tools echarts-stat
[+] Enhanced axis pointer See examples: link, mobile (touch device) 1, mobile (touch device) 2, analysis, multiple Y axes, multiple X axes. Supported and enhanced #5040, #5039, #5102, #5262, #4905, #4921, #5091.
[+] Enhanced method
echarts.util.parseDate, which have supported parsing different formats of data expression to UTC time. See time in series.data[^] Enhanced processing of geoJSON.
[^] Fixed that toolbox.feature.dataZoom can not control multiple x axes. See #4896.
[^] Fixed the default extent of category axis in dataZoom. See #5226.
[^] Fixed function name of "disConnect". See #5208.
[^] Remove incorrect warning specifying
width,heightwhen initialize echart. See #4569.[^] Fixed that tooltip in gauge do not support percentage. See #4347 and #4332.
[^] Fixed the behavior when pointer color is 'auto' in gauge. See #5109.
[^] Fixed the problem when series-gauge.pointer.show is
false. See #4944.Fixed the initialization of series-treemap.data is incorrect in one case.
Enhanced the behavior of brush on category axis.
[^] Fixed that visualMap is abnormal when some item of visualMap-piecewise.categories is numberic string. See #4960.
v3.4.0
[+] Published
pictorialBarchart:pictorialBar。See example。[+] Published
themeRiverchart:themeRiver。See example。[+] A specified geo coordinate system has been able to be used in map series. (In the past map series could only creat an inner exclusive geo coodinate system). Thus, map series can be used to control color of a geo component. Moreover, a geo coordinate system can be shared among map series and other series, like scatter series. See series-map.geoIndex.
[+] Added focusNodeAdjacency action, which enables trigger adjacent highlight of graph through API.
[+] Added series-pie.animationType, which enables more animation effects.
[+] Callback function have been supported in animationDuration, which enables different animation duration of data items.
[+] min and max have been supported in category axis.
[+] category axis has been changed to show all categories by default, in spite of whether there is data in categories. In the past, categories in the end that has no data will not be displayed.
[+] When using singleAxis,
series.datahas supported one-dimension array, like[11, 23, 44].[+] dataZoom has supported singleAxis.
[+] Exposed throttle util method:
chart.util.throttle.[+] candlestick has supported barWidth, barMinWidth and barMaxWidth. See #4783.
[+] lines chart has supported symbol, symbolSize.
[+] Added support for show end text and data label at the same time in visualMap-piecewise. See visualMap-piecewise.showLabel, and See #4845.
[+] When using visualMap to control a series, it has supported that some data items escape from the control by visualMap, but use its series visual settings (color, symbol, ...). See the paragraph of
Configure mappingin visualMap.[^] Enhanced the effect of grid (cartesian) when on data displayed.
[^] Added parameter
dataIndexin showTip event.[^] Fixed vulnerability about XSS in tooltip. See #4769.
[^] Fixed that some attributes did not work in series-graph.edgeLabel. See #4555.
[^] Fixed tick render problem when
minmaxisstirngin series-gauge. See #4617.[^] Fixed series-gauge.pointer.show problem. See #4618.
[^] Fixed series-radar render error in a case that no data exists.
[^] Fixed markArea.label.normal.show problem. See #4723.
[^] Enhanced the process when data is equals or less then zero in log axis. See #4743 and #3161.
v3.3.2
[+] Add graphic in option, enable graphic configuration in option. See examples: http://echarts.baidu.com/gallery/editor.html?c=line-y-category, http://echarts.baidu.com/gallery/editor.html?c=line-draggable and http://echarts.baidu.com/gallery/editor.html?c=map-province.
[+] Add visualMin and visualMax, and enhance capability of visual mapping in treemap. See #2509.
[+] Add tooltip.confine, which can confine tooltip within contianer of echarts instance. It helps a lot in small screen, or in the situation that outer dom is set to be
overflow:hidden.[^] Fix that erroneously forbiden default pan behavior in touch device. See #4393.
[^] Fix calculation error of containPixel in geo / graph. See #4405.
[^] Fix symbol mapping in visualMap.
[^] Enable realtime upating of label in dataZoom. See #4434.
[^] Fix that can not save as image in MS Edge browser. See #2451 and #3586.
[^] Fix format problem for
'time'axis in tooltip. See #4398.[^] Fix tooltip may not show bug when first series have null data.
[^] Fix grid.containLabel not works for large fontSize. See #3805.
[^] Fix
echarts.extendSeriesModelerror. See #4397.[^] Fix render error when
clockwiseisfalseandminAngleis used in pie. See #4414.[^] Fix erroneously rendering dot in tooltip when using gradient color. See #3994.
v3.3.1
v3.3.0
v3.2.3
v3.2.2
v3.2.1
v3.2.0
v3.1.10
v3.1.9
v3.1.8
v3.1.7
v3.1.6
v3.1.5
v3.1.4
v3.1.3
【+】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
【+】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 duplicateserror insetOption(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.lengthsupports 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
【+】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 duplicateerror when fixsetOptionfor too many times.Fix #2452[^] candlestick and boxplot chart support markPoint and markLine.Fix #2566
[^] fix reset error in toolbox after use
setOptionin non-merge model.Fix #2596[^] scatter chart and markPoint support configurating
labelformatterinemphasis. Fix #2596[^] Treemap supports
roamconfiguration 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 in
smoothMonotoneconfiguration 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
[^] 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
minmaxas string, PR #2481
v3.0.1
[^] 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
showconfiguration 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
- The new echarts