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

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


    from 1d9a29d  test: optimize ui
     add 6587e32  update legend selector default option
     add d5b8035  doc: update email info in readme
     add a192214  fix wording coodToData to coordToData
     add e2e443c  Merge remote-tracking branch 'upstream/master'
     add ad58ca3  fix(tree): fix tree root disappear after pan and roam #10291 
#10986 #10164 #9580 #9256 #9216
     add af73cd6  Merge pull request #11111 from deqingli/master
     add 99dd860  doc: update readme, adding debug instructions
     add dfb7f5d  doc: update readme
     add ff7e9eb  doc: update stale config
     add d0b4b12  doc: update pull request part
     add 8ec578c  doc: add difficulty in contributions doc
     add be816f7  doc: contribution description changes
     add 727b8fc  style: move eslint config file to src folder.
     add 63be6bf  doc: fix npm link instructions in contribution.md; fix #11138
     add 1ccd41b  docs(contribution): Add release milestone discussion
     add 4af1779  Add tool to run all tests automatically. (#11154)
     add 5661c6e  fix(svg): svg doesn't support addHover; fix #11054 (#11156)
     add 129c334  fix(effectSymol): fix to es3 code.
     add cc592c8  Merge remote-tracking branch 'upstream/master'
     add c646d44  fix(tree): fix root node disappear after roam in vertical 
orient and add roam test in the tree example
     add 55de79f  feat: support expansion animation for data update; fix #11029
     add ac7f2fd  Merge remote-tracking branch 'upstream/master'
     add e8a5b75  fix(tree): remove the excess para in the 
_updateViewCoordSys() function
     add b3a9782  Merge pull request #11192 from deqingli/master
     add 761de46  fix(custom series): the hover style should be always set but 
should not cache in hover state, otherwise the previous cache will be not reset 
and the previous hover style will remain; fix #11103.
     add 18315ba  Merge branch 'master' into test-autorun

No new revisions were added by this update.

Summary of changes:
 .github/CONTRIBUTING.md                        |  32 ++++-
 .github/stale.yml                              |   5 +-
 README.md                                      | 133 ++++---------------
 .eslintrc.yaml => extension-src/.eslintrc.yaml |   0
 .eslintrc.yaml => src/.eslintrc.yaml           |   0
 src/chart/custom.js                            |  16 +--
 src/chart/helper/EffectSymbol.js               |   2 +-
 src/chart/pie/PieSeries.js                     |   5 +-
 src/chart/pie/PieView.js                       |  78 ++++++++----
 src/chart/sankey/sankeyAction.js               |   2 +-
 src/chart/tree/TreeSeries.js                   |   4 +-
 src/chart/tree/TreeView.js                     |  16 ++-
 src/chart/tree/treeAction.js                   |   1 -
 src/component/legend/LegendModel.js            |   4 +-
 src/coord/radar/Radar.js                       |   2 +-
 src/util/graphic.js                            |   8 +-
 test/hoverStyle.html                           | 134 ++++++++++++++++++++
 test/pie-animation.html                        | 169 +++++++++++++++++++++++++
 test/runTest/runtime/shim.js                   |   9 ++
 test/tree-addNode.html                         |   8 +-
 test/tree-basic.html                           |   3 +-
 test/tree-orient-right-left.html               |   6 +-
 test/tree-orient-top-bottom.html               |   2 +
 test/tree-radial.html                          |   1 +
 test/tree-vertical.html                        |   2 +
 25 files changed, 468 insertions(+), 174 deletions(-)
 copy .eslintrc.yaml => extension-src/.eslintrc.yaml (100%)
 rename .eslintrc.yaml => src/.eslintrc.yaml (100%)
 create mode 100644 test/pie-animation.html
 create mode 100644 test/runTest/runtime/shim.js


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

Reply via email to