github apache/echarts 4.2.0-rc.1

latest releases: 5.5.0, 5.5.0-rc.2, 5.5.0-rc.1...
pre-release5 years ago

v4.2.0-rc.1

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.

Don't miss a new echarts release

NewReleases is sending notifications on new releases.