This is an automated email from the ASF dual-hosted git repository.
wangzx pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/echarts-examples.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new 06e41b04 chore: update example list & generate thumbnails for the
half-doughnut-chart example. (#72)
06e41b04 is described below
commit 06e41b04e913891649d4c6688d69c12e3330bea9
Author: plainheart <[email protected]>
AuthorDate: Mon Mar 6 04:13:40 2023 +0800
chore: update example list & generate thumbnails for the
half-doughnut-chart example. (#72)
---
public/data/thumb-dark/pie-half-donut.png | Bin 0 -> 46189 bytes
public/data/thumb-dark/pie-half-donut.webp | Bin 0 -> 6946 bytes
public/data/thumb/pie-half-donut.png | Bin 0 -> 32138 bytes
public/data/thumb/pie-half-donut.webp | Bin 0 -> 5988 bytes
src/data/chart-list-data.js | 11 +++++++++++
5 files changed, 11 insertions(+)
diff --git a/public/data/thumb-dark/pie-half-donut.png
b/public/data/thumb-dark/pie-half-donut.png
new file mode 100644
index 00000000..26b5e3f1
Binary files /dev/null and b/public/data/thumb-dark/pie-half-donut.png differ
diff --git a/public/data/thumb-dark/pie-half-donut.webp
b/public/data/thumb-dark/pie-half-donut.webp
new file mode 100644
index 00000000..40ea4428
Binary files /dev/null and b/public/data/thumb-dark/pie-half-donut.webp differ
diff --git a/public/data/thumb/pie-half-donut.png
b/public/data/thumb/pie-half-donut.png
new file mode 100644
index 00000000..f76d2b2d
Binary files /dev/null and b/public/data/thumb/pie-half-donut.png differ
diff --git a/public/data/thumb/pie-half-donut.webp
b/public/data/thumb/pie-half-donut.webp
new file mode 100644
index 00000000..ba00d86b
Binary files /dev/null and b/public/data/thumb/pie-half-donut.webp differ
diff --git a/src/data/chart-list-data.js b/src/data/chart-list-data.js
index d518d6fa..62964b4d 100644
--- a/src/data/chart-list-data.js
+++ b/src/data/chart-list-data.js
@@ -326,6 +326,17 @@ export default [
"titleCN": "环形图",
"difficulty": 1
},
+ {
+ "category": [
+ "pie"
+ ],
+ "id": "pie-half-donut",
+ "ts": true,
+ "tags": [],
+ "title": "Half Doughnut Chart",
+ "titleCN": "半环形图",
+ "difficulty": 1
+ },
{
"category": [
"radar"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]