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 2020/04/22 09:03:39 UTC

[incubator-echarts] branch release updated (4f3748d -> ac9c8f5)

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


    from 4f3748d  update dep to zrender@4.3.0
     add 88a22eb  Fix lint
     add 7d9e04b  Merge pull request #12134 from susiwen8/lint
     add d252394  Update gansu.js
     add 86d1df7  Merge pull request #12139 from siminx/patch-1
     add fa5952a  fix(svg): download svg image with toolbox
     add 41da1fa  feat(svg): support exporting svg with connected charts
     add 8028f41  fix(svg): rename function name
     add 055dea0  fix 11799 add new option 'nameProperty' in map series option to denote key in geoJSON
     add da128eb  Merge pull request #12156 from alex2wong/fix-11799
     add 4f0ec36  fix(toolbox): only change title of requested feature. closes #12162
     add 331ac4a  Merge pull request #12168 from nsmgr8/toolbox-title-12162
     add ab47a24  Fix: minOpen is true will drop a piece
     add dbaa9bf  Correction base on CR
     add 80d389f  Merge pull request #12147 from susiwen8/#12121
     add 63790c0  fix(sunburst): default sunburst downplay not work.
     add 077b739  Merge pull request #12264 from apache/fix-sunburst-default-downplay
     add f5f0585  Feat: use auto calculate if min /max is null
     add 12d1c0e  add test case
     add c928a93  Revert some code due to failed test case
     add cf5812f  Merge pull request #12215 from susiwen8/#11829
     add 51925a0  fix(Series): check null pointer
     add 3754a24  Merge pull request #11718 from howel52/bug/null-pointer
     add d4f37c4  Merge pull request #12317 from apache/release
     add 58eec53  Fix: barBorderRadius didn't work
     add 0c85b83  add test case
     add b4b979a  Remove useless code
     add c57507e  Set bar background radius properly
     add fbe73ae  Merge pull request #12331 from susiwen8/#12321
     add ae07a9e  fix(heatmap): 1px gap between rect
     add 22aef46  Merge pull request #12342 from SnailSword/master
     add a94123e  fix(map): map animation when zoom and center change. fix #11947
     add 37dfd89  Merge pull request #12340 from apache/fix-11947
     add fdf240f  feat(scatter): make `symbolRotate` functional for scatter series.
     add 6f81cbf  Merge pull request #12348 from plainheart/feature/add_function_support_for_scatter_series
     add 4e2fe95  Merge pull request #1 from apache/master
     add 500157f  fix(effectScatter): the ripple effect of effectScatter does not rotate as the rotation of scatter symbol when using functional `symbolRotate`. close apache#12353.
     add 50bab74  Merge pull request #12354 from plainheart/fix/effect-scatter-ripple-not-rotate-as-expected
     add fb72a4c  fix: axis min/max function return null: The original PR is:  #12215 cf5812f6aad64e433c0de89c62bd0d84b7f3f0cf Fix from that: (1) The min/max function call should not be called twice (necessary and probably wrong input params). (2) `fixMin` `fixMax` should cover function return. (3) Add more test cases.
     add 8e99715  fix: bar background border radius. The original PR is #12331 fbe73aec2b265c99e78aebcf575b23bc339b60c8 This commit fixes: also update `r` when "update" rather than only in "add". Add more test cases.
     add 5817659  fix: remove peerDep, which is not used correctly.
     add 9088d73  [#12386] Added series.typeNames values values to english lang.
     add 57dd7a3  Merge pull request #12387 from BrianGilbert/feature/12386-chart-types-english-translation
     add d0f9bc5  Fix potential security risk
     add da618e5  put window.open in util
     add 8cd0789  align with previous
     add 7887f27  Merge pull request #12380 from susiwen8/target
     add 796d386  fix(pie): label not show when animation is disabled. fix #12110 (#12243)
     add 39dc974  fix(line): fix line clip bug in chromium
     add 4d06b72  Merge pull request #12393 from zhanfang/master
     add defffbe  fix(bmap): fix bmap style changed by the sdk and cause unexpected refresh bug.
     add 381b21e  Merge pull request #12411 from apache/improve-bmap
     add e9a7b95  fix(line): fix memory explosion issue with gradient, shadow and animation. #12229
     add d74fa6c  fix(line): tweak the magic number
     add f6744f1  Merge pull request #12410 from apache/line-fix-memory-explode
     add ecb4de9  showLoading align center #11790
     add b0c950b  adapt pr: showLoading align center
     add 0f63426  update pr: change arc.shape.r to opts.spinnerRadius
     add 84b1066  update pr: change 4*r to 2*r
     add d26cd1a  update pr: modify the __meta__.json
     add 8925f40  Merge pull request #12414 from apache/fix-11790
     add 6aabb4a  Calendar fix for DST
     add 630551b  Merge pull request #12172 from mikeyshing88/calendar-dst-fix
     add 0c1b295  fix(sunburst): lift sunburst with higher z2 on emphasis
     add 878829b  fix: calendar timezone bug in DST. Fix #12172. And add test cases.
     add 841794c  Add missing param for treemap setLabelStyle
     add 11da045  Merge pull request #11854 from susiwen8/#11772
     add 91f2dd5  Feature: add tooltip for edges(links) (#12006)
     add 8084fe3  Merge pull request #12011 from susiwen8/#12006
     add c18d9fc  Fix sankey link value is 0, node will disappear
     add 363f3e0  Merge pull request #12191 from susiwen8/#12189
     add 55bd42d  fix: Fix the incorrect implementation of `leavesModel` in `TreeSeries`: `leavesModel` should be inserted between the node `itemModel` and the `seriesModel` in the "parentModel" chain. It can be added either via [A] "beforeLink - nodeData.wrapMethod('getItemModel, ...)" or via [B] "TreeNode.getModel ". But `TreeSeres` both use the two strategy, which causes the `leavesModel` is inserted twice.
     add 8c2267d  fix: Enable treemap emphasis label formatter. Fix #11854. And add test cases. Note: the implementation of "insert levelModel" is modified from "Tree.getModel" to "beforeLink  nodeData.wrapMethod('getItemModel', ...)", because the former one miss the case of `data.getItemModel`, which is needed in label formatter fetcher.
     add 27687a7  fix: tweak #12191 (when edge value sum is 0, edge and node disappear)
     new ac9c8f5  Merge pull request #12478 from apache/master

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:
 extension-src/bmap/BMapView.js                     |   5 +-
 map/js/province/gansu.js                           |   4 +-
 src/chart/bar/BarView.js                           |  13 +-
 src/chart/heatmap/HeatmapView.js                   |   4 +-
 src/chart/helper/EffectSymbol.js                   |   3 +-
 src/chart/helper/LineDraw.js                       |   6 +-
 src/chart/helper/Symbol.js                         |   4 +-
 src/chart/helper/createClipPathFromCoordSys.js     |   4 +
 src/chart/line/LineView.js                         |  39 ++++
 src/chart/map/MapSeries.js                         |   5 +-
 src/chart/pie/PieView.js                           |  31 +--
 src/chart/sankey/sankeyLayout.js                   |  23 +-
 src/chart/sunburst/SunburstPiece.js                |   2 +
 src/chart/sunburst/SunburstSeries.js               |  19 +-
 src/chart/sunburst/SunburstView.js                 |   3 +-
 src/chart/tree/TreeSeries.js                       |   9 +-
 src/chart/treemap/TreemapSeries.js                 |  20 +-
 src/chart/treemap/TreemapView.js                   |  34 +--
 src/component/helper/MapDraw.js                    |  29 ++-
 src/component/title.js                             |   5 +-
 src/component/toolbox/ToolboxView.js               |   2 +-
 src/component/toolbox/feature/MagicType.js         |   3 +-
 src/component/toolbox/feature/SaveAsImage.js       |   3 +-
 src/component/tooltip/TooltipView.js               |   2 +-
 src/component/visualMap/PiecewiseModel.js          |  14 +-
 src/coord/axisHelper.js                            |  45 ++--
 src/coord/calendar/Calendar.js                     |  17 +-
 src/coord/geo/geoJSONLoader.js                     |   5 +-
 src/coord/geo/geoSourceManager.js                  |   5 +-
 src/coord/geo/parseGeoJson.js                      |   5 +-
 src/coord/radar/Radar.js                           |   2 +-
 src/data/Tree.js                                   |  29 +--
 src/echarts.js                                     |  92 +++++---
 src/langEN.js                                      |  26 +++
 src/layout/barGrid.js                              |   6 +-
 src/loading/default.js                             |  80 ++++---
 src/model/Series.js                                |   2 +-
 src/util/format.js                                 |  18 +-
 src/util/graphic.js                                |  17 +-
 src/visual/symbol.js                               |  13 +-
 test/axis-extrema.html                             |  39 ++++
 test/bar-background.html                           |  58 +++++
 test/calendar-timezone.html                        | 173 ++++++++++++++
 test/effectScatter2.html                           | 106 +++++++++
 test/heatmap-gap-bug.html                          | 188 +++++++++++++++
 test/line-crash.html                               | 131 +++++++++++
 test/lines-bus.html                                |  17 +-
 test/loading.html                                  |  55 ++++-
 test/map-nameProperty.html                         | 252 +++++++++++++++++++++
 test/map.html                                      |  72 ++++++
 test/min-max-function.html                         | 117 ++++++++--
 test/pie-animation.html                            |  47 +++-
 test/runTest/actions/__meta__.json                 |   4 +
 test/runTest/actions/bar-background.json           |   1 +
 test/runTest/actions/line-crash.json               |   1 +
 test/runTest/actions/pie-animation.json            |   1 +
 test/runTest/actions/treemap-action.json           |   1 +
 test/sankey-depth.html                             |  14 +-
 test/symbol3.html                                  | 105 +++++++++
 ....html => toolbox-saveImage-background-svg.html} |  98 +++++---
 60 files changed, 1858 insertions(+), 270 deletions(-)
 create mode 100644 test/calendar-timezone.html
 create mode 100644 test/effectScatter2.html
 create mode 100644 test/heatmap-gap-bug.html
 create mode 100644 test/line-crash.html
 create mode 100644 test/map-nameProperty.html
 create mode 100644 test/runTest/actions/bar-background.json
 create mode 100644 test/runTest/actions/line-crash.json
 create mode 100644 test/runTest/actions/pie-animation.json
 create mode 100644 test/runTest/actions/treemap-action.json
 create mode 100644 test/symbol3.html
 copy test/{toolbox-saveImage-background.html => toolbox-saveImage-background-svg.html} (61%)


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


[incubator-echarts] 01/01: Merge pull request #12478 from apache/master

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

commit ac9c8f5637e4c218917942ee376fcdb7c214dd01
Merge: 4f3748d 27687a7
Author: sushuang <su...@gmail.com>
AuthorDate: Wed Apr 22 17:03:17 2020 +0800

    Merge pull request #12478 from apache/master
    
    create release branch 4.8.0

 extension-src/bmap/BMapView.js                 |   5 +-
 map/js/province/gansu.js                       |   4 +-
 src/chart/bar/BarView.js                       |  13 +-
 src/chart/heatmap/HeatmapView.js               |   4 +-
 src/chart/helper/EffectSymbol.js               |   3 +-
 src/chart/helper/LineDraw.js                   |   6 +-
 src/chart/helper/Symbol.js                     |   4 +-
 src/chart/helper/createClipPathFromCoordSys.js |   4 +
 src/chart/line/LineView.js                     |  39 ++++
 src/chart/map/MapSeries.js                     |   5 +-
 src/chart/pie/PieView.js                       |  31 +--
 src/chart/sankey/sankeyLayout.js               |  23 ++-
 src/chart/sunburst/SunburstPiece.js            |   2 +
 src/chart/sunburst/SunburstSeries.js           |  19 +-
 src/chart/sunburst/SunburstView.js             |   3 +-
 src/chart/tree/TreeSeries.js                   |   9 +-
 src/chart/treemap/TreemapSeries.js             |  20 +-
 src/chart/treemap/TreemapView.js               |  34 ++--
 src/component/helper/MapDraw.js                |  29 ++-
 src/component/title.js                         |   5 +-
 src/component/toolbox/ToolboxView.js           |   2 +-
 src/component/toolbox/feature/MagicType.js     |   3 +-
 src/component/toolbox/feature/SaveAsImage.js   |   3 +-
 src/component/tooltip/TooltipView.js           |   2 +-
 src/component/visualMap/PiecewiseModel.js      |  14 +-
 src/coord/axisHelper.js                        |  45 +++--
 src/coord/calendar/Calendar.js                 |  17 +-
 src/coord/geo/geoJSONLoader.js                 |   5 +-
 src/coord/geo/geoSourceManager.js              |   5 +-
 src/coord/geo/parseGeoJson.js                  |   5 +-
 src/coord/radar/Radar.js                       |   2 +-
 src/data/Tree.js                               |  29 ++-
 src/echarts.js                                 |  92 +++++----
 src/langEN.js                                  |  26 +++
 src/layout/barGrid.js                          |   6 +-
 src/loading/default.js                         |  80 ++++----
 src/model/Series.js                            |   2 +-
 src/util/format.js                             |  18 +-
 src/util/graphic.js                            |  17 +-
 src/visual/symbol.js                           |  13 +-
 test/axis-extrema.html                         |  39 ++++
 test/bar-background.html                       |  58 ++++++
 test/calendar-timezone.html                    | 173 +++++++++++++++++
 test/effectScatter2.html                       | 106 +++++++++++
 test/heatmap-gap-bug.html                      | 188 ++++++++++++++++++
 test/line-crash.html                           | 131 +++++++++++++
 test/lines-bus.html                            |  17 +-
 test/loading.html                              |  55 ++++--
 test/map-nameProperty.html                     | 252 +++++++++++++++++++++++++
 test/map.html                                  |  72 +++++++
 test/min-max-function.html                     | 117 ++++++++++--
 test/pie-animation.html                        |  47 ++++-
 test/runTest/actions/__meta__.json             |   4 +
 test/runTest/actions/bar-background.json       |   1 +
 test/runTest/actions/line-crash.json           |   1 +
 test/runTest/actions/pie-animation.json        |   1 +
 test/runTest/actions/treemap-action.json       |   1 +
 test/sankey-depth.html                         |  14 +-
 test/symbol3.html                              | 105 +++++++++++
 test/toolbox-saveImage-background-svg.html     | 208 ++++++++++++++++++++
 60 files changed, 1997 insertions(+), 241 deletions(-)


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