You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by ov...@apache.org on 2019/01/24 06:34:05 UTC

[incubator-echarts] branch release updated (ced3282 -> 9234f03)

This is an automated email from the ASF dual-hosted git repository.

ovilia pushed a change to branch release
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git.


    from ced3282  Update version
     new c9329ab  fix(graph): fix hover style disabled by focusNodeAdjacency
     new 0b24bbd  fix(graph): Fix that line label can not return to its original opacity after "focusNodeAdjacency".
     new 74d0728  Lift axis line arrow over splitLine and tick.
     new 4a1ead4  tweak test
     new a48db73  Fix appendValues when no data
     new 9234f03  Release 4.2.1-rc.1

The 4937 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 dist/echarts-en.common.js         | 1843 +++++++++------
 dist/echarts-en.common.min.js     |    2 +-
 dist/echarts-en.js                | 4204 +++++++++++++++++++---------------
 dist/echarts-en.js.map            |    2 +-
 dist/echarts-en.min.js            |    2 +-
 dist/echarts-en.simple.js         | 1462 +++++++-----
 dist/echarts-en.simple.min.js     |    2 +-
 dist/echarts.common.js            | 1843 +++++++++------
 dist/echarts.common.min.js        |    2 +-
 dist/echarts.js                   | 4547 +++++++++++++++++++++++--------------
 dist/echarts.js.map               |    2 +-
 dist/echarts.min.js               |    2 +-
 dist/echarts.simple.js            | 1462 +++++++-----
 dist/echarts.simple.min.js        |    2 +-
 dist/extension/dataTool.js.map    |    2 +-
 package.json                      |    2 +-
 src/chart/graph/GraphView.js      |   25 +-
 src/chart/helper/Line.js          |    6 +-
 src/component/axis/AxisBuilder.js |    3 +-
 src/data/List.js                  |    6 +
 src/echarts.js                    |    2 +-
 test/axis-extrema.html            |    2 +-
 test/axis-interval.html           |    2 +-
 test/custom-feature.html          |  114 +-
 test/dataset-charts.html          |    6 +
 test/graph-simple.html            |  240 +-
 test/lib/reset.css                |    7 +-
 test/tmp-base.html                |    8 +-
 28 files changed, 9582 insertions(+), 6220 deletions(-)


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