This is an automated email from the ASF dual-hosted git repository.

ovilia pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/echarts-custom-series.git

commit f1d10f3f73f15402fdc30057d213b08837b325b3
Merge: 62c3256 0e28f6b
Author: Wenli Zhang <[email protected]>
AuthorDate: Tue Jan 13 14:24:28 2026 +0800

    Merge pull request #17 from apache/feat-word-cloud
    
    feat: word cloud

 NOTICE                                             |    5 +
 README.md                                          |    2 +-
 custom-series/barRange/LICENSE                     |  201 +++
 custom-series/barRange/NOTICE                      |    5 +
 custom-series/barRange/package-lock.json           |    4 +-
 custom-series/barRange/package.json                |    6 +-
 custom-series/contour/LICENSE                      |  201 +++
 custom-series/contour/NOTICE                       |    5 +
 custom-series/contour/package-lock.json            |    4 +-
 custom-series/contour/package.json                 |    6 +-
 custom-series/lineRange/LICENSE                    |  201 +++
 custom-series/lineRange/NOTICE                     |    5 +
 custom-series/lineRange/package-lock.json          |    4 +-
 custom-series/lineRange/package.json               |    6 +-
 custom-series/liquidFill/LICENSE                   |  201 +++
 custom-series/liquidFill/NOTICE                    |    5 +
 custom-series/liquidFill/package-lock.json         |    4 +-
 custom-series/liquidFill/package.json              |    6 +-
 custom-series/segmentedDoughnut/LICENSE            |  201 +++
 custom-series/segmentedDoughnut/NOTICE             |    5 +
 custom-series/segmentedDoughnut/package-lock.json  |    4 +-
 custom-series/segmentedDoughnut/package.json       |    6 +-
 custom-series/stage/LICENSE                        |  201 +++
 custom-series/stage/NOTICE                         |    5 +
 custom-series/stage/package-lock.json              |    4 +-
 custom-series/stage/package.json                   |    6 +-
 custom-series/violin/LICENSE                       |  201 +++
 custom-series/violin/NOTICE                        |    5 +
 custom-series/violin/package-lock.json             |    4 +-
 custom-series/violin/package.json                  |    6 +-
 custom-series/wordCloud/LICENSE                    |  214 +++
 custom-series/wordCloud/NOTICE                     |    5 +
 custom-series/wordCloud/README.md                  |  117 ++
 custom-series/wordCloud/dist/word-cloud.auto.js    | 1128 +++++++++++++++
 .../wordCloud/dist/word-cloud.auto.min.js          |   22 +
 .../wordCloud/dist/word-cloud.auto.min.js.map      |    1 +
 custom-series/wordCloud/dist/word-cloud.d.ts       |    5 +
 .../wordCloud/dist/word-cloud.esm.min.mjs          |   20 +
 .../wordCloud/dist/word-cloud.esm.min.mjs.map      |    1 +
 custom-series/wordCloud/dist/word-cloud.esm.mjs    | 1121 +++++++++++++++
 custom-series/wordCloud/dist/word-cloud.js         | 1127 +++++++++++++++
 custom-series/wordCloud/dist/word-cloud.min.js     |   20 +
 custom-series/wordCloud/dist/word-cloud.min.js.map |    1 +
 custom-series/wordCloud/examples/index.html        |  437 ++++++
 custom-series/wordCloud/examples/logo.png          |  Bin 0 -> 4685 bytes
 custom-series/wordCloud/examples/shrinkToFit.html  |   76 +
 custom-series/wordCloud/examples/ssr.js            |  424 ++++++
 .../{liquidFill => wordCloud}/package-lock.json    |    4 +-
 .../{liquidFill => wordCloud}/package.json         |   25 +-
 custom-series/wordCloud/screenshots/wordCloud.png  |  Bin 0 -> 231827 bytes
 custom-series/wordCloud/src/index.ts               |  287 ++++
 custom-series/wordCloud/src/layout.ts              | 1481 ++++++++++++++++++++
 scripts/template/LICENSE                           |  201 +++
 scripts/template/NOTICE                            |    5 +
 scripts/template/package.json                      |    4 +-
 scripts/template/src/index.ts                      |    2 +-
 56 files changed, 8203 insertions(+), 44 deletions(-)


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

Reply via email to