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 7a7b54bc6 feat(WIP): axis break background style
     add 2d554ecfc feat(WIP): axis break with zigzags
     add 7a26ce56f fix(ssr): remove redundant SVG attributes with `undefined` 
value.
     add 9d61cbcb9 Merge pull request #19461 from apache/fix-ssr-data-undefined
     add 0df7c0dc9 chore: fix some typos
     add 9711002f7 Merge pull request #19473 from striezel-stash/fix-typos
     add b29904f60 chore(workflow): update actions/checkout in workflows to v4
     add 0a0e4110d Merge pull request #19474 from 
striezel-stash/actions-checkout-v4
     add 67ac77c59 chore(workflow): update actions/setup-node in workflows to v4
     add 17b53e128 Merge pull request #19476 from 
striezel-stash/actions-setup-node-v4
     add ca52a24ce Fix ValueAxisBaseOption document
     add 58b94179c Merge pull request #19499 from taks/fix-document
     add 64fdec6b0 chore: ignore ssr src when release npm
     add 94dd855f8 Merge pull request #19512 from apache/feat/ssr-build
     add 690ebe6ee fix(graph): fix force layout iteration timer doesn't stop 
after disposing the chart
     add 6cae00c7b Merge pull request #19514 from apache/fix/graph-dispose
     add 3a056bde1 fix(markArea): fix markArea position when axis is with 
alignWithLabel
     add 53bb9ff2f Merge pull request #19516 from apache/fix/mark-area
     add 243856242 feat(animation): support multi-level drill-down for 
universal transition #17611
     add 23545a6b6 feat: change to default ESM package. For developer testing 
and node usage in customization module scenario.
     add 054c84ecc Merge remote-tracking branch 'origin/module_default_esm'
     add a2efa5744 refactor(util): import `liftColor` function from zrender 
(ecomfe/zrender#999)
     add 9c3fc0e14 Merge pull request #19526 from 
apache/import-liftColor-from-zrender
     add abe29f0e7 [fix] tweak ssr ts type, impl, exports and eslint
     add 80172d698 Merge branch 'master' into module_default_esm
     add 6b8fae82e Merge pull request #19513 from apache/module_default_esm
     add 487242932 Merge branch 'master' of github.com:apache/echarts
     add 5dd39af7d Merge branch 'master' into feat/break-axis

No new revisions were added by this update.

Summary of changes:
 .eslintrc-common.yaml                              |   2 +-
 .github/workflows/ci.yml                           |   8 +-
 .github/workflows/nightly-next.yml                 |   4 +-
 .github/workflows/nightly.yml                      |   4 +-
 .github/workflows/source-release.yml               |  10 +-
 .gitignore                                         |   3 +
 .npmignore                                         |   1 +
 build/config.js                                    |   2 +-
 build/package.json                                 |   3 +
 build/pre-publish.js                               |  25 +-
 .../template/ssr/client/index.d.ts                 |   2 +-
 .../template/ssr/client/index.js                   |   2 +-
 dist/package.json                                  |   3 +
 i18n/package.json                                  |   3 +
 package.json                                       |  48 ++-
 src/animation/universalTransition.ts               | 174 +++++---
 src/chart/bar/BaseBarSeries.ts                     |   3 +-
 src/chart/graph/GraphView.ts                       |   8 +-
 src/component/axis/CartesianAxisView.ts            |   2 +-
 src/component/axis/axisBreakAreaHelper.ts          | 139 ++++++
 src/coord/axisCommonTypes.ts                       |   2 +-
 src/core/echarts.ts                                |   8 +-
 src/data/helper/sourceHelper.ts                    |   2 +-
 src/util/innerStore.ts                             |   2 +-
 src/util/states.ts                                 |  32 +-
 src/util/types.ts                                  |   5 +-
 ssr/client/dist/index.js                           |  73 ++--
 ssr/client/dist/index.js.map                       |   2 +-
 ssr/client/dist/package.json                       |   3 +
 {src => ssr/client/src}/.eslintrc.yaml             |   2 +-
 ssr/client/src/index.ts                            |  80 ++--
 test/axis-break.html                               |  10 +-
 test/graph-case.html                               |  57 ++-
 test/markArea.html                                 | 308 ++++++++++++-
 test/package.json                                  |   3 +
 test/runTest/actions/__meta__.json                 |   2 +-
 test/runTest/actions/graph-case.json               |   2 +-
 test/ssr.html                                      |  33 +-
 test/svg-ssr.html                                  |  38 +-
 test/universalTransition-multiLevelDrillDown.html  | 476 +++++++++++++++++++++
 theme/package.json                                 |   3 +
 tsconfig.json                                      |   1 +
 42 files changed, 1380 insertions(+), 210 deletions(-)
 create mode 100644 build/package.json
 copy test/ut/core/setup.ts => build/template/ssr/client/index.d.ts (96%)
 copy src/global.d.ts => build/template/ssr/client/index.js (96%)
 create mode 100644 dist/package.json
 create mode 100644 i18n/package.json
 create mode 100644 ssr/client/dist/package.json
 copy {src => ssr/client/src}/.eslintrc.yaml (97%)
 create mode 100644 test/package.json
 create mode 100644 test/universalTransition-multiLevelDrillDown.html
 create mode 100644 theme/package.json


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to