This is an automated email from the ASF dual-hosted git repository.
ovilia pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/echarts-custom-series.git
from 4fc575a Merge pull request #8 from apache/dev
add 30f6333 feat(liquidFill): init
add ef3d35a WIP(liquidFill): basic shapes
add 2ed1324 WIP(liquidFill): test case
add 0c3f041 feat: liquidFill animation
add 72b9790 fix: clipPath
add 698f883 test: update test case
add 1a7d76b feat: label for liquidFill
add 4c8701b fix: use label style in api.style
add 925c0b6 chore: update build path
add 8dea13a fix: remove legacy code
add 17f3139 fix: revert violin changes
add 457a4b8 fix: animation
add 6eb41a5 doc: update doc
add fdd446d chore: release on npm
add 6914acb doc: fix readme
add e43cc20 chore: update build result
new 42ec5aa Merge pull request #14 from apache/feat-liquidFill
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:
README.md | 29 ++
custom-series/liquidFill/README.md | 137 ++++++
custom-series/liquidFill/dist/liquid-fill.auto.js | 514 +++++++++++++++++++++
.../liquidFill/dist/liquid-fill.auto.min.js | 22 +
.../liquidFill/dist/liquid-fill.auto.min.js.map | 1 +
.../dist/liquid-fill.d.ts} | 0
.../liquidFill/dist/liquid-fill.esm.min.mjs | 20 +
.../liquidFill/dist/liquid-fill.esm.min.mjs.map | 1 +
custom-series/liquidFill/dist/liquid-fill.esm.mjs | 505 ++++++++++++++++++++
custom-series/liquidFill/dist/liquid-fill.js | 513 ++++++++++++++++++++
custom-series/liquidFill/dist/liquid-fill.min.js | 20 +
.../liquidFill/dist/liquid-fill.min.js.map | 1 +
.../{barRange => liquidFill}/examples/index.html | 75 +--
.../{barRange => liquidFill}/examples/ssr.js | 79 ++--
.../{stage => liquidFill}/package-lock.json | 10 +-
.../{segmentedDoughnut => liquidFill}/package.json | 18 +-
.../liquidFill/screenshots/liquidFill.svg | 128 +++++
custom-series/liquidFill/src/index.ts | 424 +++++++++++++++++
custom-series/liquidFill/src/label.ts | 340 ++++++++++++++
custom-series/stage/src/index.ts | 6 +-
20 files changed, 2757 insertions(+), 86 deletions(-)
create mode 100644 custom-series/liquidFill/README.md
create mode 100644 custom-series/liquidFill/dist/liquid-fill.auto.js
create mode 100644 custom-series/liquidFill/dist/liquid-fill.auto.min.js
create mode 100644 custom-series/liquidFill/dist/liquid-fill.auto.min.js.map
copy custom-series/{barRange/dist/index.d.ts =>
liquidFill/dist/liquid-fill.d.ts} (100%)
create mode 100644 custom-series/liquidFill/dist/liquid-fill.esm.min.mjs
create mode 100644 custom-series/liquidFill/dist/liquid-fill.esm.min.mjs.map
create mode 100644 custom-series/liquidFill/dist/liquid-fill.esm.mjs
create mode 100644 custom-series/liquidFill/dist/liquid-fill.js
create mode 100644 custom-series/liquidFill/dist/liquid-fill.min.js
create mode 100644 custom-series/liquidFill/dist/liquid-fill.min.js.map
copy custom-series/{barRange => liquidFill}/examples/index.html (51%)
copy custom-series/{barRange => liquidFill}/examples/ssr.js (55%)
copy custom-series/{stage => liquidFill}/package-lock.json (86%)
copy custom-series/{segmentedDoughnut => liquidFill}/package.json (67%)
create mode 100644 custom-series/liquidFill/screenshots/liquidFill.svg
create mode 100644 custom-series/liquidFill/src/index.ts
create mode 100644 custom-series/liquidFill/src/label.ts
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]