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 2019/01/23 15:14:17 UTC

[incubator-echarts] branch master updated (f0c5e19 -> 857ea34)

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

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


    from f0c5e19  docs: add code of conduct #9798
     new 8152f8b  Update version
     new e0a70e6  fix(graph): fix hover style disabled by focusNodeAdjacency
     new 1e3b663  fix(graph): Fix that line label can not return to its original opacity after "focusNodeAdjacency".
     new b0d326b  Lift axis line arrow over splitLine and tick.
     new a662aa3  tweak test
     new 857ea34  Fix appendValues when no data

The 5108 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:
 package.json                      |   6 +-
 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 +-
 13 files changed, 197 insertions(+), 230 deletions(-)


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