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 32e2a94e update thumbnails for some globe examples
32e2a94e is described below
commit 32e2a94ea8e81c6786551e4b0c141a88fec73538
Author: plainheart <[email protected]>
AuthorDate: Fri Jan 23 04:07:58 2026 +0800
update thumbnails for some globe examples
---
public/data-gl/thumb-dark/globe-atmosphere.png | Bin 268784 -> 403446 bytes
public/data-gl/thumb-dark/globe-atmosphere.webp | Bin 8382 -> 16120 bytes
public/data-gl/thumb-dark/globe-moon.png | Bin 206101 -> 326057 bytes
public/data-gl/thumb-dark/globe-moon.webp | Bin 6332 -> 35016 bytes
public/data-gl/thumb/globe-atmosphere.png | Bin 269289 -> 412956 bytes
public/data-gl/thumb/globe-atmosphere.webp | Bin 8486 -> 16098 bytes
public/data-gl/thumb/globe-moon.png | Bin 206555 -> 328855 bytes
public/data-gl/thumb/globe-moon.webp | Bin 6300 -> 38130 bytes
public/examples/ts/gl/globe-atmosphere.js | 1 +
src/data/chart-list-data-gl.js | 22 +++++++++++-----------
10 files changed, 12 insertions(+), 11 deletions(-)
diff --git a/public/data-gl/thumb-dark/globe-atmosphere.png
b/public/data-gl/thumb-dark/globe-atmosphere.png
index 571e425f..da7667e5 100644
Binary files a/public/data-gl/thumb-dark/globe-atmosphere.png and
b/public/data-gl/thumb-dark/globe-atmosphere.png differ
diff --git a/public/data-gl/thumb-dark/globe-atmosphere.webp
b/public/data-gl/thumb-dark/globe-atmosphere.webp
index cb24db59..8572760c 100644
Binary files a/public/data-gl/thumb-dark/globe-atmosphere.webp and
b/public/data-gl/thumb-dark/globe-atmosphere.webp differ
diff --git a/public/data-gl/thumb-dark/globe-moon.png
b/public/data-gl/thumb-dark/globe-moon.png
index 67a0bc7d..5f4c6a3c 100644
Binary files a/public/data-gl/thumb-dark/globe-moon.png and
b/public/data-gl/thumb-dark/globe-moon.png differ
diff --git a/public/data-gl/thumb-dark/globe-moon.webp
b/public/data-gl/thumb-dark/globe-moon.webp
index 6fd62650..e63f3754 100644
Binary files a/public/data-gl/thumb-dark/globe-moon.webp and
b/public/data-gl/thumb-dark/globe-moon.webp differ
diff --git a/public/data-gl/thumb/globe-atmosphere.png
b/public/data-gl/thumb/globe-atmosphere.png
index e28c6e30..1dd9ddae 100644
Binary files a/public/data-gl/thumb/globe-atmosphere.png and
b/public/data-gl/thumb/globe-atmosphere.png differ
diff --git a/public/data-gl/thumb/globe-atmosphere.webp
b/public/data-gl/thumb/globe-atmosphere.webp
index 6d294ee6..73cfec57 100644
Binary files a/public/data-gl/thumb/globe-atmosphere.webp and
b/public/data-gl/thumb/globe-atmosphere.webp differ
diff --git a/public/data-gl/thumb/globe-moon.png
b/public/data-gl/thumb/globe-moon.png
index d38e7db6..48ec286e 100644
Binary files a/public/data-gl/thumb/globe-moon.png and
b/public/data-gl/thumb/globe-moon.png differ
diff --git a/public/data-gl/thumb/globe-moon.webp
b/public/data-gl/thumb/globe-moon.webp
index df4e76fd..a5e3aa76 100644
Binary files a/public/data-gl/thumb/globe-moon.webp and
b/public/data-gl/thumb/globe-moon.webp differ
diff --git a/public/examples/ts/gl/globe-atmosphere.js
b/public/examples/ts/gl/globe-atmosphere.js
index f0e533db..d5d7438a 100644
--- a/public/examples/ts/gl/globe-atmosphere.js
+++ b/public/examples/ts/gl/globe-atmosphere.js
@@ -2,6 +2,7 @@
title: Globe with Atmosphere
category: globe
titleCN: 大气层显示
+difficulty: 1
*/
option = {
diff --git a/src/data/chart-list-data-gl.js b/src/data/chart-list-data-gl.js
index 3e1969bb..c23a31a3 100644
--- a/src/data/chart-list-data-gl.js
+++ b/src/data/chart-list-data-gl.js
@@ -17,6 +17,17 @@ export default [
"titleCN": "ECharts GL 入门",
"difficulty": 0
},
+ {
+ "category": [
+ "globe"
+ ],
+ "id": "globe-atmosphere",
+ "ts": false,
+ "tags": [],
+ "title": "Globe with Atmosphere",
+ "titleCN": "大气层显示",
+ "difficulty": 1
+ },
{
"category": [
"globe"
@@ -188,17 +199,6 @@ export default [
"titleCN": "Global Wind Visualization 2",
"difficulty": 10
},
- {
- "category": [
- "globe"
- ],
- "id": "globe-atmosphere",
- "ts": false,
- "tags": [],
- "title": "Globe with Atmosphere",
- "titleCN": "大气层显示",
- "difficulty": 10
- },
{
"category": [
"globe"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]