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 797a382  Merge pull request #4 from apache/dev
     add 74f3405  chore: release contour
     new 1a86a35  Merge pull request #5 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:
 custom-series/barRange/README.md                   |  12 +-
 custom-series/barRange/package-lock.json           |   4 +-
 custom-series/barRange/package.json                |   2 +-
 custom-series/barRange/src/index.ts                |   7 +-
 custom-series/contour/README.md                    |  67 ++--
 .../contour/dist/{index.js => index.auto.js}       | 111 ++++---
 custom-series/contour/dist/index.auto.min.js       |  22 ++
 .../dist/index.auto.min.js.map                     |   0
 .../{barRange => contour}/dist/index.d.ts          |   0
 custom-series/contour/dist/index.esm.min.mjs       |  20 ++
 .../dist/index.esm.min.mjs.map                     |   0
 custom-series/contour/dist/index.esm.mjs           | 137 ++++++++
 custom-series/contour/dist/index.js                | 106 ++++---
 custom-series/contour/dist/index.min.js            |   3 +-
 custom-series/contour/dist/index.min.js.map        |   2 +-
 .../{violin => contour}/examples/index.html        |  76 ++---
 custom-series/{violin => contour}/examples/ssr.js  |  77 ++---
 custom-series/contour/package-lock.json            | 347 ++++-----------------
 custom-series/contour/package.json                 |  43 ++-
 custom-series/contour/rollup.config.js             |  54 ++--
 custom-series/contour/screenshots/contour.svg      | 110 +++++++
 custom-series/contour/src/index.ts                 |  19 +-
 custom-series/contour/test/index.html              |  74 -----
 custom-series/violin/src/index.ts                  |   7 +-
 scripts/generate.js                                |   2 +-
 scripts/rollup.config.js                           |  58 +++-
 scripts/template/README.md                         |   2 +-
 27 files changed, 737 insertions(+), 625 deletions(-)
 copy custom-series/contour/dist/{index.js => index.auto.js} (56%)
 create mode 100644 custom-series/contour/dist/index.auto.min.js
 copy custom-series/{barRange => contour}/dist/index.auto.min.js.map (100%)
 copy custom-series/{barRange => contour}/dist/index.d.ts (100%)
 create mode 100644 custom-series/contour/dist/index.esm.min.mjs
 copy custom-series/{barRange => contour}/dist/index.esm.min.mjs.map (100%)
 create mode 100644 custom-series/contour/dist/index.esm.mjs
 copy custom-series/{violin => contour}/examples/index.html (59%)
 copy custom-series/{violin => contour}/examples/ssr.js (62%)
 create mode 100644 custom-series/contour/screenshots/contour.svg
 delete mode 100644 custom-series/contour/test/index.html


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

Reply via email to