This is an automated email from the ASF dual-hosted git repository.
ovilia pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/echarts-custom-series.git
from cdc6b32 chore: build violin
add fd5d7a6 feat: build violin
No new revisions were added by this update.
Summary of changes:
custom-series/violin/README.md | 38 +++++--
.../violin/dist/{index.js => index.auto.js} | 36 ++-----
custom-series/violin/dist/index.auto.min.js | 22 ++++
custom-series/violin/dist/index.auto.min.js.map | 1 +
custom-series/violin/dist/index.esm.js | 114 +++++++++++++++++++++
custom-series/violin/dist/index.esm.min.js | 20 ++++
custom-series/violin/dist/index.esm.min.js.map | 1 +
custom-series/violin/dist/index.js | 23 +----
custom-series/violin/dist/index.min.js | 3 +-
custom-series/violin/dist/index.min.js.map | 2 +-
custom-series/violin/examples/index.html | 76 ++++++++++++++
custom-series/violin/{test => examples}/ssr.js | 60 ++++++-----
custom-series/violin/package-lock.json | 4 +-
custom-series/violin/package.json | 16 ++-
custom-series/violin/rollup.config.js | 38 -------
.../violin/screenshots}/violin.svg | 20 ++--
custom-series/violin/src/index.ts | 2 +-
custom-series/violin/test/index.html | 70 -------------
18 files changed, 341 insertions(+), 205 deletions(-)
copy custom-series/violin/dist/{index.js => index.auto.js} (83%)
create mode 100644 custom-series/violin/dist/index.auto.min.js
create mode 100644 custom-series/violin/dist/index.auto.min.js.map
create mode 100644 custom-series/violin/dist/index.esm.js
create mode 100644 custom-series/violin/dist/index.esm.min.js
create mode 100644 custom-series/violin/dist/index.esm.min.js.map
create mode 100644 custom-series/violin/examples/index.html
rename custom-series/violin/{test => examples}/ssr.js (51%)
delete mode 100644 custom-series/violin/rollup.config.js
copy {screenshots => custom-series/violin/screenshots}/violin.svg (98%)
delete mode 100644 custom-series/violin/test/index.html
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]