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

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

commit b40dcd817b46f518c844f79556ecb2b3872d8cd5
Merge: 8f0eda70 5b902df5
Author: Ovilia <zwl.s...@gmail.com>
AuthorDate: Fri Feb 2 14:32:15 2024 +0800

    Merge branch 'gh-pages' into dev

 README.md                                          |   40 +-
 build/copyResource.js                              |   15 +-
 build/webpack.config.js                            |   17 +-
 package-lock.json                                  | 1135 ++++----
 package.json                                       |    7 +-
 public/data/asset/data/stack-trace.json            | 3059 ++++++++++++++++++++
 public/data/thumb-dark/bar-stack-borderRadius.png  |  Bin 0 -> 31385 bytes
 public/data/thumb-dark/bar-stack-borderRadius.webp |  Bin 0 -> 5384 bytes
 .../bar-stack-normalization-and-variation.png      |  Bin 0 -> 68925 bytes
 .../bar-stack-normalization-and-variation.webp     |  Bin 0 -> 12636 bytes
 public/data/thumb-dark/bar-stack-normalization.png |  Bin 0 -> 65024 bytes
 .../data/thumb-dark/bar-stack-normalization.webp   |  Bin 0 -> 12468 bytes
 public/data/thumb-dark/bump-chart.png              |  Bin 0 -> 205223 bytes
 public/data/thumb-dark/bump-chart.webp             |  Bin 0 -> 34074 bytes
 public/data/thumb-dark/flame-graph.png             |  Bin 0 -> 87139 bytes
 public/data/thumb-dark/flame-graph.webp            |  Bin 0 -> 13866 bytes
 public/data/thumb-dark/pie-half-donut.png          |  Bin 0 -> 47012 bytes
 public/data/thumb-dark/pie-half-donut.webp         |  Bin 0 -> 7160 bytes
 public/data/thumb/bar-stack-borderRadius.png       |  Bin 0 -> 23472 bytes
 public/data/thumb/bar-stack-borderRadius.webp      |  Bin 0 -> 4440 bytes
 .../bar-stack-normalization-and-variation.png      |  Bin 0 -> 59127 bytes
 .../bar-stack-normalization-and-variation.webp     |  Bin 0 -> 11416 bytes
 public/data/thumb/bar-stack-normalization.png      |  Bin 0 -> 54652 bytes
 public/data/thumb/bar-stack-normalization.webp     |  Bin 0 -> 11594 bytes
 public/data/thumb/bump-chart.png                   |  Bin 0 -> 175495 bytes
 public/data/thumb/bump-chart.webp                  |  Bin 0 -> 29680 bytes
 public/data/thumb/flame-graph.png                  |  Bin 0 -> 88538 bytes
 public/data/thumb/flame-graph.webp                 |  Bin 0 -> 14516 bytes
 public/data/thumb/pie-half-donut.png               |  Bin 0 -> 32503 bytes
 public/data/thumb/pie-half-donut.webp              |  Bin 0 -> 6230 bytes
 public/en/editor.html                              |   16 +-
 public/en/index.html                               |   16 +-
 public/en/view.html                                |   16 +-
 public/examples/ts/bar-background.ts               |    2 +-
 public/examples/ts/bar-stack-borderRadius.ts       |   92 +
 .../ts/bar-stack-normalization-and-variation.ts    |  109 +
 public/examples/ts/bar-stack-normalization.ts      |   68 +
 public/examples/ts/bump-chart.ts                   |  127 +
 public/examples/ts/candlestick-brush.ts            |   12 -
 public/examples/ts/flame-graph.ts                  |  249 ++
 public/examples/ts/gauge-grade.ts                  |    2 +-
 public/examples/ts/gauge-multi-title.ts            |    2 +-
 public/examples/ts/gauge-ring.ts                   |    4 +-
 public/examples/ts/gauge-stage.ts                  |    4 +-
 public/examples/ts/gauge-temperature.ts            |    2 +-
 public/examples/ts/pie-half-donut.ts               |   58 +
 public/zh/editor.html                              |   18 +-
 public/zh/index.html                               |   18 +-
 public/zh/view.html                                |   18 +-
 src/common/config.js                               |   49 +-
 src/common/helper.js                               |    4 +-
 src/common/i18n.js                                 |   72 +-
 src/common/store.js                                |   12 +
 src/data/chart-list-data.js                        |   88 +-
 src/editor/CodeAce.vue                             |    4 +-
 src/editor/CodeMonaco.vue                          |   25 +-
 src/editor/Editor.vue                              |  425 ++-
 src/editor/FullCodePreview.vue                     |    4 +-
 src/editor/Preview.vue                             |  145 +-
 src/editor/downloadExample.js                      |    8 +-
 src/editor/sandbox/index.js                        |   68 +-
 src/editor/sandbox/openwith/helper.js              |    5 +-
 src/editor/sandbox/srcdoc.html                     |    4 -
 src/explore/ExampleCard.vue                        |    8 +-
 src/explore/Explore.vue                            |   46 +-
 65 files changed, 5371 insertions(+), 702 deletions(-)



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to