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/10/25 06:57:25 UTC

[incubator-echarts] branch fix-10951 updated (2cc224a -> af91952)

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

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


    from 2cc224a  test(toolbox): add test case for #10951
     add 4ed9eb4  fix(legendSelector): remove invalid configuration
     add b6a2f1a  fix #10471
     add 9d8cff5  fix(gauge): update data with dataset #10945
     add 5c5ea1b  test(gauge): add test case for gauge #10945
     add 19258d9  test(gauge): add visual test cases for gauge #10945
     add dc8c853  fix(gauge): remove gauge data converting to array
     add 8b8a67f  fix(ie): fix error syntax in IE 11
     add 625f57c  Merge branch 'master' into fix-10945
     add b732d09  Merge pull request #11373 from apache/fix-10945
     add 784ce5f  Merge remote-tracking branch 'upstream/master'
     add 5def92d  fix #10412
     add 2c98ce7  Merge pull request #11447 from deqingli/master
     add 95f3e48  refactor(polar): fix circular dependence
     add 0a34783  refactor(polar): move sausage to util/shape
     add d4ef961  Merge pull request #11453 from apache/fix-11393
     add c34274a  chore: tweak test case and tweak the patch of #11186
     add fa6a00a  Merge remote-tracking branch 'upstream/master'
     add da4f1fa  update the description of the paper in the readme
     add d18bbd0  fix #11116 with update the indexOfRawIndex() interface of list to ensure the raw index out of range return -1
     add c98ecf0  update the list indexOfRawIndex() interface UT test #11116
     add e1a3c4b  Merge pull request #11457 from deqingli/master
     add 1bdb91a  feat(foce): add ignoreForceLayout option in the graph edge (#11445)
     add a08fc21  fix(doc): fix some expressions in README
     add 36094cd  chore: improve code.
     add 5b21eae  Update ISSUE_TEMPLATE.md (#11469)
     add 3a3bf1a  fix(bar): bar invisible in logarithmic axis #11403
     add 6a30b77  bar in logarithmic axis test file fix
     add 5275715  change code style
     add 5091ba0  Merge pull request #11472 from SnailSword/master
     add db07e62  Merge remote-tracking branch 'upstream/master'
     add 9e718e7  Merge pull request #11481 from deqingli/master
     add 8862e2e  fix: clarify the definition of dataZoom.rangeMode.
     add c789348  fix: quantityExponent #11249
     add d5c2522  style: add comment
     add af91952  merge

No new revisions were added by this update.

Summary of changes:
 .github/ISSUE_TEMPLATE.md                   |   2 +-
 README.md                                   |   8 +-
 src/chart/bar/BarView.js                    |   3 +-
 src/chart/gauge/GaugeSeries.js              |   5 -
 src/chart/graph/forceHelper.js              |   5 +-
 src/chart/graph/forceLayout.js              |   6 +-
 src/chart/helper/createGraphFromNodeEdge.js |   2 +-
 src/chart/tree/TreeView.js                  |   7 +-
 src/component/dataZoom/DataZoomModel.js     |  16 ++-
 src/coord/Axis.js                           |  11 +-
 src/coord/radar/RadarModel.js               |   4 +-
 src/data/DataDiffer.js                      |   5 +-
 src/data/Graph.js                           |   2 +-
 src/data/List.js                            |   8 +-
 src/layout/barGrid.js                       |   3 +-
 src/util/graphic.js                         |   3 -
 src/util/number.js                          |  15 ++-
 src/util/shape/sausage.js                   |  93 ++++++++++++++++
 src/util/symbol.js                          |  84 ---------------
 test/axis-interval.html                     |  96 ++++++++++-------
 test/{bar-others.html => bar-log.html}      |  54 +++++-----
 test/force-edge-ignoreLayout.html           | 130 +++++++++++++++++++++++
 test/gauge-simple.html                      | 159 ++++++++++++++++++++++++++++
 test/legend.html                            |   1 -
 test/polar-rounded.html                     |  34 ------
 test/runTest/actions/__meta__.json          |   3 +-
 test/runTest/actions/gauge-simple.json      |   1 +
 test/ut/spec/data/List.js                   |  30 +++---
 test/ut/spec/util/number.js                 |   2 +
 29 files changed, 551 insertions(+), 241 deletions(-)
 create mode 100644 src/util/shape/sausage.js
 copy test/{bar-others.html => bar-log.html} (60%)
 create mode 100644 test/force-edge-ignoreLayout.html
 create mode 100644 test/gauge-simple.html
 create mode 100644 test/runTest/actions/gauge-simple.json


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