You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by su...@apache.org on 2018/10/27 08:01:51 UTC

svn commit: r30448 - in /dev/incubator/echarts/4.2.0-rc.2: ./ RELEASE_NOTE.txt apache-echarts-4.2.0-rc.2-incubating-src.zip apache-echarts-4.2.0-rc.2-incubating-src.zip.asc apache-echarts-4.2.0-rc.2-incubating-src.zip.sha512

Author: sushuang
Date: Sat Oct 27 08:01:51 2018
New Revision: 30448

Log:
prerelease

Added:
    dev/incubator/echarts/4.2.0-rc.2/
    dev/incubator/echarts/4.2.0-rc.2/RELEASE_NOTE.txt
    dev/incubator/echarts/4.2.0-rc.2/apache-echarts-4.2.0-rc.2-incubating-src.zip   (with props)
    dev/incubator/echarts/4.2.0-rc.2/apache-echarts-4.2.0-rc.2-incubating-src.zip.asc
    dev/incubator/echarts/4.2.0-rc.2/apache-echarts-4.2.0-rc.2-incubating-src.zip.sha512

Added: dev/incubator/echarts/4.2.0-rc.2/RELEASE_NOTE.txt
==============================================================================
--- dev/incubator/echarts/4.2.0-rc.2/RELEASE_NOTE.txt (added)
+++ dev/incubator/echarts/4.2.0-rc.2/RELEASE_NOTE.txt Sat Oct 27 08:01:51 2018
@@ -0,0 +1,36 @@
+# v4.2.0-rc.1
+
++ **[Feature] Support non-html tooltip**, which enable show tooltip on non-html environment, for example, WeChat Mini App. Use [tooltip.renderMode](https://ecomfe.github.io/echarts-doc/public/en/option.html#tooltip.renderMode) to enable this feature.
+
++ **[Feature] Support event filtering**, which enable listen event triggered by specified component, series, data items. See [chart.on](https://ecomfe.github.io/echarts-doc/public/en/api.html#echartsInstance.on) for details, where a new parameter `query` provided this feature. Support event listening for [custom series](https://ecomfe.github.io/echarts-doc/public/en/option.html#series-custom) and [graphic component](https://ecomfe.github.io/echarts-doc/public/en/option.html#graphic.triggerEvent), 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](https://ecomfe.github.io/echarts-doc/public/en/option.html#dataZoom-inside.moveOnMouseWheel), and see the [Gantt example](https://ecomfe.github.io/echarts-examples/public/editor.html?c=custom-gantt-flight).
+
++ [Feature] Support focusing node adjacency in sankey diagram. See [focusNodeAdjacency](https://ecomfe.github.io/echarts-doc/public/en/option.html#series-sankey.focusNodeAdjacency) and [example](https://ecomfe.github.io/echarts-examples/public/editor.html?c=sankey-product).
+
++ [Feature] Support vertical layout of sankey diagram, see [series-sankey.orient](https://ecomfe.github.io/echarts-doc/public/en/option.html#series-sankey.orient) and [Vertical sankey example](https://ecomfe.github.io/echarts-examples/public/editor.html?c=sankey-vertical).
+
++ [Feature] Support roam for tree diagram. See [series-tree.roam](https://ecomfe.github.io/echarts-doc/public/en/option.html#series-tree.roam).
+
++ [Feature] Enable to set an axis as `-1` in [encode](https://ecomfe.github.io/echarts-doc/public/en/option.html#series-custom.encode) for [custom series](https://ecomfe.github.io/echarts-doc/public/en/option.html#series-custom), 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](https://ecomfe.github.io/echarts-examples/public/editor.html?c=custom-gantt-flight).
+
++ [Feature] Enable layout `'cover'` in [path shape](https://ecomfe.github.io/echarts-doc/public/en/option.html#series-custom.renderItem.return_path.shape.layout) for [custom series](https://ecomfe.github.io/echarts-doc/public/en/option.html#series-custom), which brings convenience when using [SVG PathData](http://www.w3.org/TR/SVG/paths.html#PathData) create shapes. See [Gantt example](https://ecomfe.github.io/echarts-examples/public/editor.html?c=custom-gantt-flight).
+
++ [Feature] Enhance [custom series](https://ecomfe.github.io/echarts-doc/public/en/option.html#series-custom): Added [params.actionType](https://ecomfe.github.io/echarts-doc/public/en/option.html#series-custom.renderItem.arguments.params), enables some optimize. And add[params.coordSys.zoom](https://ecomfe.github.io/echarts-doc/public/en/option.html#series-custom.renderItem.arguments.params) for geo coordinate system. Add [invisible](https://ecomfe.github.io/echarts-doc/public/en/option.html#series-custom.renderItem.return_text.invisible) and [ignore](https://ecomfe.github.io/echarts-doc/public/en/option.html#series-custom.renderItem.return_text.ignore) to enable show and hide graphic elements in different situation.
+
++ [Feature] Support inner radius for [radar](https://ecomfe.github.io/echarts-doc/public/en/option.html#radar.radius). See [#8717](https://github.com/apache/incubator-echarts/issues/8717).
+
++ [Fix] Fix polar category axis interval bug. See [#8791](https://github.com/apache/incubator-echarts/issues/8791).
+
++ [Fix] Do not support set polar center on series. Center should be set on [polar.center](https://ecomfe.github.io/echarts-doc/public/en/option.html#polar.center).
+
++ [Fix] Update normal shadow style for [sunburst](https://ecomfe.github.io/echarts-doc/public/en/option.html#series-sunburst). See [#8583](https://github.com/apache/incubator-echarts/issues/8583).
+
++ [Fix] Fix empty [dataset](https://ecomfe.github.io/echarts-doc/public/en/option.html#dataset) problem. See [#8395](https://github.com/apache/incubator-echarts/issues/8395).
+
++ [Fix] Fix bar start position when multiple axes exists. See [#8747](https://github.com/apache/incubator-echarts/issues/8747).
+
++ [Fix] Remove clipPath for expansion animation. See [#8994](https://github.com/apache/incubator-echarts/issues/8994).
+
++ [Fix] Fix axes overlap when two Y axes are on one X axis. See [#8975](https://github.com/apache/incubator-echarts/issues/8975).
+

Added: dev/incubator/echarts/4.2.0-rc.2/apache-echarts-4.2.0-rc.2-incubating-src.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/incubator/echarts/4.2.0-rc.2/apache-echarts-4.2.0-rc.2-incubating-src.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/incubator/echarts/4.2.0-rc.2/apache-echarts-4.2.0-rc.2-incubating-src.zip.asc
==============================================================================
--- dev/incubator/echarts/4.2.0-rc.2/apache-echarts-4.2.0-rc.2-incubating-src.zip.asc (added)
+++ dev/incubator/echarts/4.2.0-rc.2/apache-echarts-4.2.0-rc.2-incubating-src.zip.asc Sat Oct 27 08:01:51 2018
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEmwbZtPo3xN1ScldCdHmF1+POtjUFAlvUG0QACgkQdHmF1+PO
+tjVsvBAA4+eoWHXhCw0aHHbNRW/GMIyo3DDTQwr1gtdPrmvaT9CVa5MmRgP90tNH
+je7LQnw1SvfTDDtmxdlROi3IsOPU0bHC/tr8wavU9g6Clx/8ho2V3mXNHiCEdyDR
+p51g6+JK+IZYgwlhxKuCZbL5t6MKg7aTsIAkZIGi7RxTVRKyij9SRSlEI35GARNs
+VoE3JCRwYefWdxr6eSDJGBnkBTiOkuSEXTOkoYWwT8J0HavjxzheUdxRw9CiL7qQ
+hpQC/xWJn6IbEDMWrH/vPQ1KcC5rr/jngNLU2BP70z4LuHcJvtTqXFbibZ2GPOIy
+sjnhZMTLK9lqG1q6qKtxX2qqUI0u+ONZ6G94ca/Sazj5QtlRHfsiB30DEEnrL3Ne
+V3u1EnQByfkY2x/cd9hgIyUDEzM7mYjq7LjCu8xIrnLoGex2hK5IXXKI6XgNsPii
+3xlIvwoiE7FzQ2yd0QMyZDvg8nhk7ARg6lskmM3uyt7Fd/veDijOSz5VwW+zWxUV
+6xy7D5AQWbq0Q4SVhye43a1cPeGoTZvAjFt9N1NkHo1alGmuOEozpl4aq+uhwLpG
+Lirn9QiKP4CUvx50MZsidZHTovoJBHNMQAYCWz5IBoRFBG6pDx11v7/48N8W2dEa
+u6Lvk/9bf0UZmyjl2sDysmd6S81O6OzmaGIqHMnq1fmNdVQxouY=
+=9yi0
+-----END PGP SIGNATURE-----

Added: dev/incubator/echarts/4.2.0-rc.2/apache-echarts-4.2.0-rc.2-incubating-src.zip.sha512
==============================================================================
--- dev/incubator/echarts/4.2.0-rc.2/apache-echarts-4.2.0-rc.2-incubating-src.zip.sha512 (added)
+++ dev/incubator/echarts/4.2.0-rc.2/apache-echarts-4.2.0-rc.2-incubating-src.zip.sha512 Sat Oct 27 08:01:51 2018
@@ -0,0 +1,3 @@
+apache-echarts-4.2.0-rc.2-incubating-src.zip: 
+119909B7 71DDF794 0C7C4E92 C8B58269 A07E7759 69FB082A CFB054FE 71F630F1 E3F7187A
+ 4D4D1DD7 288881B6 FF98148A 7ABE6E29 F8BFC89A 5B724610 7D6B3849



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org