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 2021/04/08 09:08:09 UTC

[echarts] branch release updated (d8d0ea6 -> 68a3b73)

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

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


    from d8d0ea6  Merge pull request #14609 from apache/fix-map-label
     add 5ea8147  fix: fix geo center incorrect brought by geo refactor (test case: test/map.html 'main2')
     add 710984f  fix: [geo svg] add notion for the issue of cut label.
     add 7306b7f  fix: [map labelLayout] fix hideOverlap work correct in map series.
     add f76f6f8  fix: [geo svg] fix labelLayout broken by geo refactor.
     new 68a3b73  Merge pull request #14624 from apache/fix/geo-location

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/chart/map/MapView.ts               |  4 ++
 src/component/helper/MapDraw.ts        | 34 +++++++++----
 src/coord/View.ts                      | 18 +++++--
 src/coord/geo/GeoSVGResource.ts        |  6 +++
 src/label/labelStyle.ts                | 13 ++++-
 test/label-layout.html                 | 92 ++++++++++++++++++++++++++++++++++
 test/runTest/actions/__meta__.json     |  2 +-
 test/runTest/actions/label-layout.json |  2 +-
 8 files changed, 152 insertions(+), 19 deletions(-)

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


[echarts] 01/01: Merge pull request #14624 from apache/fix/geo-location

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

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

commit 68a3b735c4ccef01d6344e7b1ccf0ba35b085a50
Merge: d8d0ea6 f76f6f8
Author: sushuang <su...@gmail.com>
AuthorDate: Thu Apr 8 17:07:53 2021 +0800

    Merge pull request #14624 from apache/fix/geo-location
    
    Fix/geo location

 src/chart/map/MapView.ts               |  4 ++
 src/component/helper/MapDraw.ts        | 34 +++++++++----
 src/coord/View.ts                      | 18 +++++--
 src/coord/geo/GeoSVGResource.ts        |  6 +++
 src/label/labelStyle.ts                | 13 ++++-
 test/label-layout.html                 | 92 ++++++++++++++++++++++++++++++++++
 test/runTest/actions/__meta__.json     |  2 +-
 test/runTest/actions/label-layout.json |  2 +-
 8 files changed, 152 insertions(+), 19 deletions(-)

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