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

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


    from 7041103  Merge pull request #11239 from apache/move-contributing
     add c5201e3  Merge pull request #10698 from apache/release-tmp
     add 3567c14  Support click and tooltip in bar large mode. Fix #10699
     add 952b196  tweak the hover style save logic.
     add ca0ed02  Enhance the approach of interpretation of textPosition 
'inside' for some custom shape like 'pin'.
     add 020e4e0  rename from "interpret" to "calculate"
     add b49bf0d  test: replace with a new bmap public key
     add 027dd0a  Fix #11056 (Hover style bug brought by 
952b196cfc7ef07941b3eb15af9f6704ea64a4d2)
     add 2d1b60d  fix: remove es6 syntax
     add dea0be2  release 4.3.0
     add ff6fa4b  complete license.
     add d9edb58  Fix version, add rc
     add b62ab99  Fix package-lock.json
     add cfeb042  fix(brush): rewrite line-line intersection.
     add 6c34ef8  fix(dataView): remove necessary feature for license issue.
     add b367498  fix: remove all of the author tag.
     add b66f61e  fix: make the comment clear more.
     add 644715c  fix: remove the reference to echarts.baidu.com in some 
comment.
     add 927c3e9  fix: add some hints for copyright.
     add f386d42  release 4.3.0-rc.2
     add 739033d  fix: update package-lock.json, otherwise npm i always throw 
error in mv xxx/.staging/zrender-47e24bd8/node_modules/@babel/code-frame
     add bf36066  release: 4.3.0 (update npm version)
     add 5db581d  Merge branch 'release' into fix/merge-release-to-master
     new fcfa950  Merge pull request #11252 from 
apache/fix/merge-release-to-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:
 CONTRIBUTING.md                           |    27 +
 dist/echarts-en.common.js                 |  2512 ++-
 dist/echarts-en.common.min.js             |     2 +-
 dist/echarts-en.js                        | 32778 ++++++++++++++--------------
 dist/echarts-en.js.map                    |     2 +-
 dist/echarts-en.min.js                    |     2 +-
 dist/echarts-en.simple.js                 |  1542 +-
 dist/echarts-en.simple.min.js             |     2 +-
 dist/echarts.common.js                    |  2480 ++-
 dist/echarts.common.min.js                |     2 +-
 dist/echarts.js                           | 32758 +++++++++++++--------------
 dist/echarts.js.map                       |     2 +-
 dist/echarts.min.js                       |     2 +-
 dist/echarts.simple.js                    |  1510 +-
 dist/echarts.simple.min.js                |     2 +-
 dist/extension/bmap.min.js                |     2 +-
 dist/extension/dataTool.js                |    15 +-
 dist/extension/dataTool.js.map            |     2 +-
 dist/extension/dataTool.min.js            |     2 +-
 extension-src/dataTool/gexf.js            |     8 +-
 extension/dataTool/gexf.js                |     9 +-
 index.js                                  |    42 +-
 package-lock.json                         |     8 +-
 package.json                              |     4 +-
 src/chart/bar/BarView.js                  |    63 +-
 src/chart/chord/chordCircularLayout.js    |     5 -
 src/chart/heatmap/HeatmapLayer.js         |     8 -
 src/chart/sankey/SankeySeries.js          |     5 -
 src/chart/sankey/SankeyView.js            |     5 -
 src/chart/sankey/sankeyAction.js          |     5 -
 src/chart/sankey/sankeyLayout.js          |     5 -
 src/chart/sankey/sankeyVisual.js          |     5 -
 src/chart/themeRiver/ThemeRiverSeries.js  |     5 -
 src/chart/themeRiver/ThemeRiverView.js    |     5 -
 src/chart/themeRiver/themeRiverLayout.js  |     5 -
 src/chart/themeRiver/themeRiverVisual.js  |     5 -
 src/chart/tree/TreeSeries.js              |     5 -
 src/chart/tree/TreeView.js                |     5 -
 src/chart/tree/treeAction.js              |     5 -
 src/component/brush/selector.js           |    45 +-
 src/component/calendar.js                 |     5 -
 src/component/toolbox/feature/DataView.js |    19 -
 src/component/tooltip/TooltipContent.js   |     2 +
 src/coord/geo/geoSourceManager.js         |     2 +-
 src/data/Graph.js                         |     7 -
 src/echarts.js                            |     4 +-
 src/helper.js                             |     1 -
 src/layout/barGrid.js                     |    14 +-
 src/util/KDTree.js                        |     7 -
 src/util/graphic.js                       |   176 +-
 src/util/quickSelect.js                   |     3 -
 src/util/symbol.js                        |    17 +-
 test/bar-large.html                       |   190 +-
 test/bmap.html                            |     2 +-
 test/custom-bmap-grid.html                |     2 +-
 test/custom-bmap-polygon.html             |     2 +-
 test/hoverStyle.html                      |    57 +
 test/lines-bus.html                       |     2 +-
 test/lines-remove.html                    |     2 +-
 test/lines-symbol.html                    |     2 +-
 test/lines-track.html                     |     2 +-
 test/ut/spec/util/graphic.js              |    22 +-
 62 files changed, 39612 insertions(+), 34824 deletions(-)


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

Reply via email to