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/12/18 04:03:25 UTC

[incubator-echarts] branch master updated (9b94ef1 -> b7b7e2f)

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 9b94ef1  fix(echarts): fix little error in process setOption
     add 01e0697  Add test case for text style cache bug.
     add 938c1be  tweak.
     add cd16113  (axis) when axisLabel.interval of a category axis is set as 0, all labels show regardless of overlap. Fix #9589
     add 6adf0e5  test(rich): add rich text font size test
     new b7b7e2f  Merge branch 'release'

The 1 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:
 src/component/axis/AxisBuilder.js |   5 ++
 src/coord/axisHelper.js           |  19 ++++
 src/coord/axisTickLabelBuilder.js |  23 +++--
 test/axis-lastLabel.html          | 103 +++++++++++++++++++++
 test/axisLabel.html               |  79 ++++++++++++++++-
 test/lib/reset.css                |  16 ++++
 test/lib/testHelper.js            |  65 +++++++++++++-
 test/richText-fontsize.html       | 182 ++++++++++++++++++++++++++++++++++++++
 8 files changed, 477 insertions(+), 15 deletions(-)
 create mode 100644 test/richText-fontsize.html


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


[incubator-echarts] 01/01: Merge branch 'release'

Posted by su...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b7b7e2f138bf1e83204be2c491d7fe0b10633ca3
Merge: 9b94ef1 6adf0e5
Author: sushuang <su...@gmail.com>
AuthorDate: Tue Dec 18 12:02:28 2018 +0800

    Merge branch 'release'

 src/component/axis/AxisBuilder.js |   5 ++
 src/coord/axisHelper.js           |  19 ++++
 src/coord/axisTickLabelBuilder.js |  23 +++--
 test/axis-lastLabel.html          | 103 +++++++++++++++++++++
 test/axisLabel.html               |  79 ++++++++++++++++-
 test/lib/reset.css                |  16 ++++
 test/lib/testHelper.js            |  65 +++++++++++++-
 test/richText-fontsize.html       | 182 ++++++++++++++++++++++++++++++++++++++
 8 files changed, 477 insertions(+), 15 deletions(-)


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