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

ovilia pushed a change to branch feat/break-axis
in repository https://gitbox.apache.org/repos/asf/echarts.git


    from 85c56b9f2 test(break): add test record
     add 396236405 feat(sankey): sankey support roam
     add 041ae2228 fix(sankey): fix a lint problem
     add e3cad60c5 fix(sankey): fix a lint problem
     add 15dba643c fix(sankey): center changes when re-render
     add 3078ef45e test(sankey): test case to test sankey roam
     add e910d3700 fix(sankey): fix import
     add f0f55f4ac test: visual test support compare with a remote branch
     add 7205ad224 chore(test): use PR preview instead of branch
     add 271f9db43 chore(test): fix local echarts file path
     add 1d4895f0f Merge pull request #20676 from apache/chore/visualTest
     add 29798186a Merge branch 'master' into v6
     add 434499776 feat(theme): dynamically register and set chart theme
     add a14f4627a fix(theme): update setTheme
     add 533206b14 fix(theme): revert theme
     add 21c5ffcf7 fix(theme): update code according to review comments
     add b5d1a83ff Merge pull request #20705 from apache/feat/design-token
     add bd1fbe80b feat: export parsePercent for custom series
     add 30340d4a7 Merge branch 'v6' into feat-sankey-roam
     add a03a4a73d refactor(roam): move roam controller logic to helper
     add be096e7c8 fix(roam): fix import
     add a07d47156 Merge pull request #20321 from apache/feat-sankey-roam
     add 1d52dfbee Merge branch 'v6' into feat/break-axis
     add 21b80f316 (test) enhance testHelper.js: support range input and select 
input.
     add 0f759d010 Merge pull request #20873 from apache/test-helper
     add 0a31803ca fix: add css for test helper new added range input and 
select input.
     add 139f33b28 Merge pull request #20874 from apache/test-helper
     add 74291dd35 (test): enhance testHelper to support range input in select.
     add 8dbf9acfa Merge pull request #20877 from apache/test-helper
     add fc1d010b2 Merge branch 'v6' into feat/break-axis

No new revisions were added by this update.

Summary of changes:
 src/chart/sankey/SankeySeries.ts   |  22 +-
 src/chart/sankey/SankeyView.ts     |  43 +++-
 src/chart/sankey/install.ts        |  21 +-
 src/chart/tree/TreeView.ts         |  46 +---
 src/component/helper/roamHelper.ts |  54 +++++
 src/core/echarts.ts                |  81 +++++--
 src/export/api/number.ts           |   1 +
 src/model/Global.ts                |   5 +
 test/lib/reset.css                 |  35 +++
 test/lib/testHelper.js             | 447 +++++++++++++++++++++++++++++++++++--
 test/runTest/cli.js                |  20 +-
 test/runTest/client/client.js      | 190 ++++++++++++++--
 test/runTest/client/index.html     |  54 ++++-
 test/runTest/server.js             |  88 ++++----
 test/runTest/store.js              |  76 +++++--
 test/runTest/util.js               | 104 ++++++---
 test/sankey-roam.html              | 139 ++++++++++++
 test/theme.html                    | 100 +++++++--
 18 files changed, 1306 insertions(+), 220 deletions(-)
 create mode 100644 test/sankey-roam.html


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

Reply via email to