You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2020/04/27 23:58:30 UTC

[incubator-echarts] branch label-enhancement updated (6f9f5af -> 7df0126)

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

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


    from 6f9f5af  Merge branch 'next' into label-enhancement
     add ed73906  ts: tweak types.
     add df990d9  ts: tweak
     add 76a446d  ts: tweak
     add a61fd5a  fix: enable bar large progressive clip.
     add 09d3b49  fix: emphasis textConfig should be set on host el rather than attached text el.
     add dbb3315  chore: watch zrender files change in dev.
     new 7df0126  Merge branch 'next' into label-enhancement

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:
 build/build.js                                 |   7 --
 build/config.js                                |  32 +++----
 extension-src/bmap/BMapCoordSys.ts             |   2 +-
 src/chart/bar/BarView.ts                       |  44 ++++-----
 src/chart/helper/createClipPathFromCoordSys.ts |   7 +-
 src/chart/treemap/TreemapSeries.ts             |   4 +-
 src/chart/treemap/TreemapView.ts               |  55 +++--------
 src/component/helper/MapDraw.ts                |   9 +-
 src/coord/CoordinateSystem.ts                  |   2 +
 src/data/DataDiffer.ts                         |  20 ++--
 src/data/List.ts                               |   4 +-
 src/model/Model.ts                             |   3 +
 src/util/graphic.ts                            |   3 +-
 test/clip-large1.html                          | 123 +++++++++++++++++++++++++
 test/runTest/actions/__meta__.json             |   1 +
 15 files changed, 199 insertions(+), 117 deletions(-)
 create mode 100644 test/clip-large1.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 'next' into label-enhancement

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

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

commit 7df0126d863ac8a79b2af7bddea13a30fdee4052
Merge: 6f9f5af dbb3315
Author: pissang <bm...@gmail.com>
AuthorDate: Tue Apr 28 07:57:15 2020 +0800

    Merge branch 'next' into label-enhancement

 build/build.js                                 |   7 --
 build/config.js                                |  32 +++----
 extension-src/bmap/BMapCoordSys.ts             |   2 +-
 src/chart/bar/BarView.ts                       |  44 ++++-----
 src/chart/helper/createClipPathFromCoordSys.ts |   7 +-
 src/chart/treemap/TreemapSeries.ts             |   4 +-
 src/chart/treemap/TreemapView.ts               |  55 +++--------
 src/component/helper/MapDraw.ts                |   9 +-
 src/coord/CoordinateSystem.ts                  |   2 +
 src/data/DataDiffer.ts                         |  20 ++--
 src/data/List.ts                               |   4 +-
 src/model/Model.ts                             |   3 +
 src/util/graphic.ts                            |   3 +-
 test/clip-large1.html                          | 123 +++++++++++++++++++++++++
 test/runTest/actions/__meta__.json             |   1 +
 15 files changed, 199 insertions(+), 117 deletions(-)



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