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

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


    from 285be45  chore: use trick to fix sourcemap instead of parsing full to 
add UMD wrapper.
     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)
     add ac9c8f5  Merge pull request #12478 from apache/master
     add 0f9f38b  fix syntax error
     add a85a03d  Merge pull request #12494 from apache/fix-syntax
     add 4a91a73  fix(axis): fix typo in #12371
     add d7edf07  Merge pull request #12497 from apache/fix-12371
     add 582cd73  fix(bar): fix bar background incorrect on polar
     add 911bd4b  Merge pull request #12501 from apache/fix-polar-bar-background
     add 1360a8e  fix(geo): fix default name property when parsing GeoJSON
     add 043ff9e  Merge pull request #12500 from apache/fix-geo-name-property
     add ced2c23  release: 4.8.0
     add 167ee79  release: upgrade zrender dep.
     add a74ce97  fix: zrender version should be fixed.
     add 3b61add  Merge pull request #12574 from apache/release-dev
     add dd3d83c  Merge branch 'release' into merge-release-to-next
     add 670ae04  ts: tweak ts type
     add 565535f  compat: compat `barBorderColor` `barBorderWidth` 
`barBorderRadius`.
     add 99260dd  ts: fix type.
     add e8c44b6  fix: fix bar compat bug brought in 
565535fc9906a78e701819f62de42a0ffb0f674a
     add 4c1e406  Merge branch 'next' into merge-release-to-next
     add ce9f1e5  fix: rollback 565535fc9906a78e701819f62de42a0ffb0f674a. That 
will be compat in preprocessor.
     add 75d9cd8  Merge branch 'next' into merge-release-to-next

No new revisions were added by this update.

Summary of changes:
 dist/echarts-en.common.js                          | 520 ++++++++++-----
 dist/echarts-en.common.min.js                      |   2 +-
 dist/echarts-en.js                                 | 737 ++++++++++++++-------
 dist/echarts-en.js.map                             |   2 +-
 dist/echarts-en.min.js                             |   2 +-
 dist/echarts-en.simple.js                          | 435 ++++++++----
 dist/echarts-en.simple.min.js                      |   2 +-
 dist/echarts.common.js                             | 494 +++++++++-----
 dist/echarts.common.min.js                         |   2 +-
 dist/echarts.js                                    | 711 +++++++++++++-------
 dist/echarts.js.map                                |   2 +-
 dist/echarts.min.js                                |   2 +-
 dist/echarts.simple.js                             | 409 ++++++++----
 dist/echarts.simple.min.js                         |   2 +-
 dist/extension/bmap.js                             | 338 +++++++++-
 dist/extension/bmap.js.map                         |   2 +-
 dist/extension/bmap.min.js                         |   2 +-
 extension-src/bmap/BMapView.ts                     |   5 +-
 extension/bmap/BMapView.js                         |   8 +-
 map/js/province/gansu.js                           |   4 +-
 package-lock.json                                  |   8 +-
 package.json                                       |   4 +-
 src/chart/bar/BarSeries.ts                         |   6 +-
 src/chart/bar/BarView.ts                           |  32 +-
 src/chart/heatmap/HeatmapView.ts                   |   4 +-
 src/chart/helper/EffectSymbol.ts                   |   3 +-
 src/chart/helper/Line.ts                           |   2 +-
 src/chart/helper/LineDraw.ts                       |   6 +-
 src/chart/helper/Symbol.ts                         |   4 +-
 src/chart/helper/createClipPathFromCoordSys.ts     |   4 +
 src/chart/line/LineView.ts                         |  41 +-
 src/chart/map/MapSeries.ts                         |   8 +-
 src/chart/pie/PieView.ts                           |  39 +-
 src/chart/sankey/sankeyLayout.ts                   |  22 +-
 src/chart/sunburst/SunburstPiece.ts                |   2 +
 src/chart/sunburst/SunburstSeries.ts               |   5 +-
 src/chart/sunburst/SunburstView.ts                 |   4 +-
 src/chart/tree/TreeSeries.ts                       |   7 +-
 src/chart/treemap/TreemapSeries.ts                 |  21 +-
 src/chart/treemap/TreemapView.ts                   |  43 +-
 src/component/helper/MapDraw.ts                    |  36 +-
 src/component/title.ts                             |   6 +-
 src/component/toolbox/ToolboxView.ts               |   2 +-
 src/component/toolbox/feature/MagicType.ts         |   3 +-
 src/component/toolbox/feature/SaveAsImage.ts       |   3 +-
 src/component/tooltip/TooltipView.ts               |   2 +-
 src/component/visualMap/PiecewiseModel.ts          |  14 +-
 src/coord/axisHelper.ts                            |  44 +-
 src/coord/calendar/Calendar.ts                     |  17 +-
 src/coord/geo/GeoModel.ts                          |   5 +-
 src/coord/geo/geoJSONLoader.ts                     |   4 +-
 src/coord/geo/geoSourceManager.ts                  |   6 +-
 src/coord/geo/parseGeoJson.ts                      |   4 +-
 src/coord/radar/Radar.ts                           |   2 +-
 src/data/List.ts                                   |   1 +
 src/data/Tree.ts                                   |  40 +-
 src/echarts.ts                                     | 102 +--
 src/langEN.ts                                      |  26 +
 src/loading/default.ts                             |  97 +--
 src/model/Series.ts                                |   2 +-
 src/model/mixin/itemStyle.ts                       |   2 +-
 src/util/format.ts                                 |  18 +-
 src/util/graphic.ts                                |  14 +-
 src/util/types.ts                                  |   4 +-
 src/visual/symbol.ts                               |  18 +-
 test/axis-extrema.html                             |  39 ++
 test/bar-background.html                           |  68 +-
 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 ++-
 85 files changed, 4575 insertions(+), 1333 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-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to