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/28 12:04:37 UTC

[incubator-echarts] branch fix-11145 updated (779bd11 -> efcf367)

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

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


    from 779bd11  test(time): add test for #11145
     add 114cfeb  feat: support value axis with #11145
     add cb4c8aa  fix(toolbox): avoid text overflow when mouseon #10951
     add 2cc224a  test(toolbox): add test case for #10951
     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 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
     add 4610a18  Merge pull request #11456 from apache/fix-10951
     add 5c6bb62  test(visual): sort actions meta data by keys
     add efcf367  core: merge

No new revisions were added by this update.

Summary of changes:
 .github/ISSUE_TEMPLATE.md               |   2 +-
 README.md                               |   8 +-
 src/chart/graph/forceLayout.js          |   5 +-
 src/component/dataZoom/DataZoomModel.js |  16 ++-
 src/component/toolbox/ToolboxView.js    |  18 ++-
 src/data/List.js                        |   8 +-
 src/layout/barGrid.js                   |  62 +++++-----
 src/util/number.js                      |  15 ++-
 test/{bar-others.html => bar-log.html}  |  54 ++++-----
 test/bar2.html                          |  14 +--
 test/runTest/actions/__meta__.json      |  59 +++++-----
 test/runTest/actions/bar2.json          |   2 +-
 test/runTest/actions/toolbox-title.json |   1 +
 test/runTest/actions/update.js          |   2 +-
 test/runTest/store.js                   |   5 +-
 test/toolbox-title.html                 | 200 ++++++++++++++++++++++++++++++++
 test/ut/spec/data/List.js               |  30 ++---
 test/ut/spec/util/number.js             |   2 +
 18 files changed, 374 insertions(+), 129 deletions(-)
 copy test/{bar-others.html => bar-log.html} (60%)
 create mode 100644 test/runTest/actions/toolbox-title.json
 create mode 100644 test/toolbox-title.html


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