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 52edf086 update gl example chart list
52edf086 is described below
commit 52edf0864ee8d1b59cfeeb29b5623031c1318556
Author: plainheart <[email protected]>
AuthorDate: Sat Mar 16 17:57:59 2024 +0800
update gl example chart list
---
src/data/chart-list-data-gl.js | 4 ++--
tool/build-example.js | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/data/chart-list-data-gl.js b/src/data/chart-list-data-gl.js
index 0a8cfb52..64cd00c6 100644
--- a/src/data/chart-list-data-gl.js
+++ b/src/data/chart-list-data-gl.js
@@ -42,7 +42,7 @@ export default [
"id": "bar3d-myth",
"ts": false,
"tags": [],
- "title": "星云",
+ "title": "Bar3D - Myth",
"titleCN": "星云",
"difficulty": 10
},
@@ -504,7 +504,7 @@ export default [
"ts": false,
"tags": [],
"theme": "dark",
- "title": "三维散点图正交投影",
+ "title": "Scatter3D - Orthographic",
"titleCN": "三维散点图正交投影",
"difficulty": 10
},
diff --git a/tool/build-example.js b/tool/build-example.js
index 1190095a..4f8e978a 100644
--- a/tool/build-example.js
+++ b/tool/build-example.js
@@ -1,7 +1,6 @@
const fs = require('fs');
const globby = require('globby');
const path = require('path');
-const puppeteer = require('puppeteer');
const matter = require('gray-matter');
const argparse = require('argparse');
const minimatch = require('minimatch');
@@ -387,6 +386,7 @@ export default ${JSON.stringify(exampleList, null, 2)}`;
});
server && server.listen(PORT);
+ const puppeteer = require('puppeteer');
const browser = await puppeteer.launch({
headless: false,
args: [
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]