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 43867e7 doc: update package.json
add 8224768 fix(violin): use jitter
add cdc6b32 chore: build violin
add fd5d7a6 feat: build violin
add 5bbe7cd feat: update violin
add f9aa188 chore: add scripts
add 4734c86 chore: release violin
new 1600c91 Merge pull request #3 from apache/dev
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:
.asf.yaml | 16 +-
.gitignore | 1 +
.prettierrc.json | 5 +
README.md | 43 +-
custom-series/violin/README.md | 44 +-
.../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 | 94 ++++
custom-series/violin/examples/ssr.js | 95 ++++
custom-series/violin/package-lock.json | 35 +-
custom-series/violin/package.json | 35 +-
custom-series/violin/rollup.config.js | 38 --
custom-series/violin/screenshots/violin.svg | 235 +++++++++
custom-series/violin/src/index.ts | 25 +-
custom-series/violin/test/index.html | 57 ---
package-lock.json | 39 +-
package.json | 6 +-
screenshots/barRange.svg | 88 ++--
screenshots/contour.svg | 151 +++---
screenshots/lineRange.svg | 104 ++--
screenshots/segmentedDoughnut.svg | 60 +--
screenshots/stage.svg | 110 ++---
screenshots/violin.svg | 546 +++++++++------------
scripts/build.js | 18 +-
scripts/rollup.config.js | 123 +++++
32 files changed, 1345 insertions(+), 845 deletions(-)
create mode 100644 .prettierrc.json
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
create mode 100644 custom-series/violin/examples/ssr.js
delete mode 100644 custom-series/violin/rollup.config.js
create mode 100644 custom-series/violin/screenshots/violin.svg
delete mode 100644 custom-series/violin/test/index.html
create mode 100644 scripts/rollup.config.js
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]