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/17 06:09:33 UTC

[echarts] branch master updated (8f48ad2 -> 98e8fb2)

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/echarts.git.


    from 8f48ad2  Merge pull request #14542 from apache/fix-label-z
     add f69c500  Merge pull request #14606 from apache/master
     add 11eb4fc  style: remove unused imports. fix imports from entry
     add b77aecf  Merge pull request #14608 from apache/fix-linting
     add 669209d  fix(map): fix label layout may not update in map
     add 2b2d11d  fix(map): remove unnecessary code
     add 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.
     add 68a3b73  Merge pull request #14624 from apache/fix/geo-location
     add 515fef0  fix(pie): fix NaN sector and label is still displayed.
     add 7ff75da  test(pie): add test case for switching between NaN value
     add 15a6880  Merge pull request #14630 from apache/fix-pie-display-nan
     add 1a44632  fix(bar): fix bar layout with borderWidth but no borderColor
     add f2df3ed  Merge pull request #14634 from apache/fix-bar-border-layout
     add 8060ab1  fix: (1) fix treemap upperLabel opacity incorrect. (2) enhance TS type of `getVisual`.
     add fc59953  Merge pull request #14638 from apache/fix/treemap-opacity
     add 9bbce3d  fix(sankey): make label in the front of rect, recover the change of #14417.
     add d584916  Merge pull request #14640 from apache/fix-sankey-label
     add e6d593a  release: 5.1.0
     add 4628dd7  Merge pull request #14647 from apache/release-dev
     new 98e8fb2  Merge pull request #14692 from apache/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:
 dist/echarts.common.js                      |  3555 +++-
 dist/echarts.common.js.map                  |     2 +-
 dist/echarts.common.min.js                  |     4 +-
 dist/echarts.esm.js                         | 22770 ++++++++++++++------------
 dist/echarts.esm.js.map                     |     2 +-
 dist/echarts.esm.min.js                     |     4 +-
 dist/echarts.js                             | 22770 ++++++++++++++------------
 dist/echarts.js.map                         |     2 +-
 dist/echarts.min.js                         |     4 +-
 dist/echarts.simple.js                      |  2749 +++-
 dist/echarts.simple.js.map                  |     2 +-
 dist/echarts.simple.min.js                  |     4 +-
 src/i18n/langCS.ts => i18n/langCS-obj.js    |    34 +-
 src/i18n/langCS.ts => i18n/langCS.js        |    30 +-
 i18n/langFR-obj.js                          |    47 +-
 i18n/langFR.js                              |    47 +-
 package-lock.json                           |     8 +-
 package.json                                |     4 +-
 src/chart/bar/BarView.ts                    |    13 +-
 src/chart/helper/Symbol.ts                  |     4 +-
 src/chart/line/LineSeries.ts                |     6 +-
 src/chart/map/MapView.ts                    |    12 +-
 src/chart/pie/PieView.ts                    |    10 +-
 src/chart/sankey/SankeyView.ts              |     3 +-
 src/chart/tree/TreeView.ts                  |     4 +-
 src/chart/treemap/TreemapView.ts            |    15 +-
 src/component/graphic/install.ts            |     1 -
 src/component/helper/MapDraw.ts             |    87 +-
 src/component/legend/LegendModel.ts         |     4 -
 src/component/legend/LegendView.ts          |    21 +-
 src/coord/View.ts                           |    18 +-
 src/coord/geo/GeoSVGResource.ts             |     6 +
 src/core/echarts.ts                         |     4 +-
 src/data/Tree.ts                            |     3 +-
 src/label/labelStyle.ts                     |    13 +-
 src/model/Series.ts                         |     1 -
 src/util/symbol.ts                          |     6 +-
 test/label-layout.html                      |    92 +
 test/pie-animation.html                     |    76 +-
 test/runTest/actions/__meta__.json          |     4 +-
 test/runTest/actions/label-layout.json      |     2 +-
 test/runTest/actions/pie-animation.json     |     2 +-
 test/runTest/client/index.html              |     2 +-
 test/ut/index.d.ts                          |    20 +
 test/ut/spec/model/componentMissing.test.ts |    20 +
 45 files changed, 29482 insertions(+), 23005 deletions(-)
 copy src/i18n/langCS.ts => i18n/langCS-obj.js (87%)
 copy src/i18n/langCS.ts => i18n/langCS.js (87%)

---------------------------------------------------------------------
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 #14692 from apache/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/echarts.git

commit 98e8fb2a3777218bd32820ff0a097a4e169544f3
Merge: 8f48ad2 4628dd7
Author: sushuang <su...@gmail.com>
AuthorDate: Sat Apr 17 14:09:20 2021 +0800

    Merge pull request #14692 from apache/release
    
    Merge 5.1.0 release to master

 dist/echarts.common.js                      |  3555 +++-
 dist/echarts.common.js.map                  |     2 +-
 dist/echarts.common.min.js                  |     4 +-
 dist/echarts.esm.js                         | 22770 ++++++++++++++------------
 dist/echarts.esm.js.map                     |     2 +-
 dist/echarts.esm.min.js                     |     4 +-
 dist/echarts.js                             | 22770 ++++++++++++++------------
 dist/echarts.js.map                         |     2 +-
 dist/echarts.min.js                         |     4 +-
 dist/echarts.simple.js                      |  2749 +++-
 dist/echarts.simple.js.map                  |     2 +-
 dist/echarts.simple.min.js                  |     4 +-
 i18n/langCS-obj.js                          |   172 +
 i18n/langCS.js                              |   168 +
 i18n/langFR-obj.js                          |    47 +-
 i18n/langFR.js                              |    47 +-
 package-lock.json                           |     8 +-
 package.json                                |     4 +-
 src/chart/bar/BarView.ts                    |    13 +-
 src/chart/helper/Symbol.ts                  |     4 +-
 src/chart/line/LineSeries.ts                |     6 +-
 src/chart/map/MapView.ts                    |    12 +-
 src/chart/pie/PieView.ts                    |    10 +-
 src/chart/sankey/SankeyView.ts              |     3 +-
 src/chart/tree/TreeView.ts                  |     4 +-
 src/chart/treemap/TreemapView.ts            |    15 +-
 src/component/graphic/install.ts            |     1 -
 src/component/helper/MapDraw.ts             |    87 +-
 src/component/legend/LegendModel.ts         |     4 -
 src/component/legend/LegendView.ts          |    21 +-
 src/coord/View.ts                           |    18 +-
 src/coord/geo/GeoSVGResource.ts             |     6 +
 src/core/echarts.ts                         |     4 +-
 src/data/Tree.ts                            |     3 +-
 src/label/labelStyle.ts                     |    13 +-
 src/model/Series.ts                         |     1 -
 src/util/symbol.ts                          |     6 +-
 test/label-layout.html                      |    92 +
 test/pie-animation.html                     |    76 +-
 test/runTest/actions/__meta__.json          |     4 +-
 test/runTest/actions/label-layout.json      |     2 +-
 test/runTest/actions/pie-animation.json     |     2 +-
 test/runTest/client/index.html              |     2 +-
 test/ut/index.d.ts                          |    20 +
 test/ut/spec/model/componentMissing.test.ts |    20 +
 45 files changed, 29762 insertions(+), 23001 deletions(-)

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