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 b0ad54ac update cn title for some examples
b0ad54ac is described below

commit b0ad54aceff62296c7876097086fa4837de279f7
Author: plainheart <[email protected]>
AuthorDate: Fri Jan 23 03:41:07 2026 +0800

    update cn title for some examples
---
 public/examples/ts/bar-polar-real-estate.ts        |   1 +
 public/examples/ts/circle-packing-with-d3.js       |   2 +-
 public/examples/ts/cycle-plot.js                   |   2 +-
 public/examples/ts/funnel-mutiple.ts               |   2 +-
 public/examples/ts/gauge-car.ts                    |   2 +-
 .../examples/ts/gl/animating-contour-on-globe.js   |   2 +-
 public/examples/ts/gl/bar3d-global-population.js   |   2 +-
 public/examples/ts/gl/bar3d-myth.js                |   2 +-
 .../ts/gl/bar3d-noise-modified-from-marpi-demo.js  |   2 +-
 public/examples/ts/gl/bar3d-punch-card.js          |   2 +-
 public/examples/ts/gl/bar3d-simplex-noise.js       |   2 +-
 public/examples/ts/gl/bar3d-voxelize-image.js      |   2 +-
 .../ts/gl/global-population-bar3d-on-globe.js      |   2 +-
 public/examples/ts/gl/globe-contour-paint.js       |   2 +-
 public/examples/ts/gl/globe-displacement.js        |   2 +-
 .../examples/ts/gl/globe-echarts-gl-hello-world.js |   3 +-
 public/examples/ts/gl/globe-layers.js              |   3 +-
 public/examples/ts/gl/globe-moon.js                |   2 +-
 public/examples/ts/gl/graphgl-gpu-layout.js        |   4 +-
 public/examples/ts/gl/graphgl-large-internet.js    |   2 +-
 public/examples/ts/gl/image-to-bar3d.js            |   2 +-
 public/examples/ts/gl/iron-globe.js                |   2 +-
 public/examples/ts/gl/line3d-orthographic.js       |   4 +-
 public/examples/ts/gl/linesGL-ny.js                |   4 +-
 public/examples/ts/gl/map3d-buildings.js           |   2 +-
 public/examples/ts/gl/map3d-wood-city.js           |   2 +-
 public/examples/ts/gl/metal-bar3d.js               |   2 +-
 .../examples/ts/gl/scatter3d-globe-population.js   |   4 +-
 public/examples/ts/gl/scatter3d-orthographic.js    |   2 +-
 public/examples/ts/gl/scatter3d-simplex-noise.js   |   2 +-
 public/examples/ts/gl/scatter3d.js                 |   2 +-
 public/examples/ts/gl/stacked-bar3d.js             |   2 +-
 public/examples/ts/gl/transparent-bar3d.js         |   2 +-
 public/examples/ts/graph-life-expectancy.ts        |   2 +-
 public/examples/ts/graphic-wave-animation.js       |   2 +-
 public/examples/ts/grid-multiple.ts                |   2 +-
 public/examples/ts/line-stack.ts                   |   2 +-
 public/examples/ts/lines-ny.ts                     |   4 +-
 public/examples/ts/pie-simple.ts                   |   2 +-
 public/examples/ts/scatter-anscombe-quartet.ts     |   2 +-
 public/examples/ts/scatter-painter-choice.ts       |   2 +-
 public/examples/ts/sunburst-drink.ts               |   2 +-
 public/examples/ts/sunburst-monochrome.ts          |   2 +-
 public/examples/ts/themeRiver-lastfm.ts            |   2 +-
 public/examples/ts/treemap-obama.ts                |   2 +-
 src/data/chart-list-data-gl.js                     | 104 ++++++++++-----------
 src/data/chart-list-data.js                        |  35 +++----
 src/explore/ExampleCard.vue                        |  10 +-
 48 files changed, 129 insertions(+), 121 deletions(-)

diff --git a/public/examples/ts/bar-polar-real-estate.ts 
b/public/examples/ts/bar-polar-real-estate.ts
index 87ea60d5..8551d141 100644
--- a/public/examples/ts/bar-polar-real-estate.ts
+++ b/public/examples/ts/bar-polar-real-estate.ts
@@ -1,5 +1,6 @@
 /*
 title: Bar Chart on Polar
+titleCN: 极坐标系下的柱状图
 category: bar
 difficulty: 7
 shotWidth: 800
diff --git a/public/examples/ts/circle-packing-with-d3.js 
b/public/examples/ts/circle-packing-with-d3.js
index 4a3695b4..11421df5 100644
--- a/public/examples/ts/circle-packing-with-d3.js
+++ b/public/examples/ts/circle-packing-with-d3.js
@@ -1,7 +1,7 @@
 /*
 title: Circle Packing with d3
 category: custom
-titleCN: Circle Packing with d3
+titleCN: 基于 d3 的圆形包络图
 difficulty: 11
 */
 
diff --git a/public/examples/ts/cycle-plot.js b/public/examples/ts/cycle-plot.js
index 0a7ba01a..1f58d741 100644
--- a/public/examples/ts/cycle-plot.js
+++ b/public/examples/ts/cycle-plot.js
@@ -1,7 +1,7 @@
 /*
 title: Cycle Plot
 category: custom
-titleCN: Cycle Plot
+titleCN: 周期图
 difficulty: 3
 */
 
diff --git a/public/examples/ts/funnel-mutiple.ts 
b/public/examples/ts/funnel-mutiple.ts
index 7cf09e60..25271566 100644
--- a/public/examples/ts/funnel-mutiple.ts
+++ b/public/examples/ts/funnel-mutiple.ts
@@ -1,7 +1,7 @@
 /*
 title: Multiple Funnels
 category: funnel
-titleCN: Funnel
+titleCN: 多漏斗图
 */
 
 option = {
diff --git a/public/examples/ts/gauge-car.ts b/public/examples/ts/gauge-car.ts
index 2f3e153e..4fcfadfc 100644
--- a/public/examples/ts/gauge-car.ts
+++ b/public/examples/ts/gauge-car.ts
@@ -1,7 +1,7 @@
 /*
 title: Gauge Car
 category: gauge
-titleCN: Gauge Car
+titleCN: 汽车仪表盘
 difficulty: 8
 */
 
diff --git a/public/examples/ts/gl/animating-contour-on-globe.js 
b/public/examples/ts/gl/animating-contour-on-globe.js
index 7ed16eb4..724e9a93 100644
--- a/public/examples/ts/gl/animating-contour-on-globe.js
+++ b/public/examples/ts/gl/animating-contour-on-globe.js
@@ -1,7 +1,7 @@
 /*
 title: Animating Contour on Globe
 category: globe
-titleCN: Animating Contour on Globe
+titleCN: 地球等值线动画
 videoStart: 2000
 videoEnd: 6000
 */
diff --git a/public/examples/ts/gl/bar3d-global-population.js 
b/public/examples/ts/gl/bar3d-global-population.js
index 971a4574..7c250428 100644
--- a/public/examples/ts/gl/bar3d-global-population.js
+++ b/public/examples/ts/gl/bar3d-global-population.js
@@ -1,7 +1,7 @@
 /*
 title: Bar3D - Global Population
 category: bar3D
-titleCN: Bar3D - Global Population
+titleCN: Bar3D - 全球人口分布
 */
 
 $.getJSON(ROOT_PATH + '/data-gl/asset/data/population.json', function (data) {
diff --git a/public/examples/ts/gl/bar3d-myth.js 
b/public/examples/ts/gl/bar3d-myth.js
index 1e48e2b6..d7b15747 100644
--- a/public/examples/ts/gl/bar3d-myth.js
+++ b/public/examples/ts/gl/bar3d-myth.js
@@ -1,7 +1,7 @@
 /*
 title: Bar3D - Myth
 category: bar3D
-titleCN: 星云
+titleCN: Bar3D - 星云
 */
 
 var img = new Image();
diff --git a/public/examples/ts/gl/bar3d-noise-modified-from-marpi-demo.js 
b/public/examples/ts/gl/bar3d-noise-modified-from-marpi-demo.js
index 5c602e66..0bf2a280 100644
--- a/public/examples/ts/gl/bar3d-noise-modified-from-marpi-demo.js
+++ b/public/examples/ts/gl/bar3d-noise-modified-from-marpi-demo.js
@@ -1,7 +1,7 @@
 /*
 title: Noise modified from marpi's demo
 category: bar3D
-titleCN: Noise modified from marpi's demo
+titleCN: 基于 marpi 示例修改的噪声效果
 */
 
 $.getScript(CDN_PATH + '[email protected]/simplex-noise.js').done(
diff --git a/public/examples/ts/gl/bar3d-punch-card.js 
b/public/examples/ts/gl/bar3d-punch-card.js
index 255987ba..2b689c22 100644
--- a/public/examples/ts/gl/bar3d-punch-card.js
+++ b/public/examples/ts/gl/bar3d-punch-card.js
@@ -1,7 +1,7 @@
 /*
 title: Bar3D - Punch Card
 category: bar3D
-titleCN: Bar3D - Punch Card
+titleCN: Bar3D - 打卡统计柱状图
 */
 
 // prettier-ignore
diff --git a/public/examples/ts/gl/bar3d-simplex-noise.js 
b/public/examples/ts/gl/bar3d-simplex-noise.js
index d4032744..b36dd632 100644
--- a/public/examples/ts/gl/bar3d-simplex-noise.js
+++ b/public/examples/ts/gl/bar3d-simplex-noise.js
@@ -1,7 +1,7 @@
 /*
 title: Bar3D - Simplex Noise
 category: bar3D
-titleCN: Bar3D - Simplex Noise
+titleCN: Bar3D - 单纯形噪声
 theme: dark
 */
 
diff --git a/public/examples/ts/gl/bar3d-voxelize-image.js 
b/public/examples/ts/gl/bar3d-voxelize-image.js
index fcb2ecbb..df95d8e9 100644
--- a/public/examples/ts/gl/bar3d-voxelize-image.js
+++ b/public/examples/ts/gl/bar3d-voxelize-image.js
@@ -1,7 +1,7 @@
 /*
 title: Voxelize image
 category: bar3D
-titleCN: Voxelize image
+titleCN: 图像体素化
 */
 
 var canvas = document.createElement('canvas');
diff --git a/public/examples/ts/gl/global-population-bar3d-on-globe.js 
b/public/examples/ts/gl/global-population-bar3d-on-globe.js
index 68ccf010..49f14a70 100644
--- a/public/examples/ts/gl/global-population-bar3d-on-globe.js
+++ b/public/examples/ts/gl/global-population-bar3d-on-globe.js
@@ -1,7 +1,7 @@
 /*
 title: Global Population - Bar3D on Globe
 category: bar3D
-titleCN: Global Population - Bar3D on Globe
+titleCN: 全球人口分布 - 地球上的 Bar3D
 */
 
 $.getJSON(ROOT_PATH + '/data-gl/asset/data/population.json', function (data) {
diff --git a/public/examples/ts/gl/globe-contour-paint.js 
b/public/examples/ts/gl/globe-contour-paint.js
index d1ae327a..fdc2d33a 100644
--- a/public/examples/ts/gl/globe-contour-paint.js
+++ b/public/examples/ts/gl/globe-contour-paint.js
@@ -1,7 +1,7 @@
 /*
 title: Contour Paint
 category: globe
-titleCN: Contour Paint
+titleCN: 等值线渲染
 */
 
 var config = {
diff --git a/public/examples/ts/gl/globe-displacement.js 
b/public/examples/ts/gl/globe-displacement.js
index 2c9af6c7..81cb2697 100644
--- a/public/examples/ts/gl/globe-displacement.js
+++ b/public/examples/ts/gl/globe-displacement.js
@@ -1,7 +1,7 @@
 /*
 title: Globe Displacement
 category: globe
-titleCN: Globe Displacement
+titleCN: 地形位移
 */
 
 option = {
diff --git a/public/examples/ts/gl/globe-echarts-gl-hello-world.js 
b/public/examples/ts/gl/globe-echarts-gl-hello-world.js
index d4973160..3968ca45 100644
--- a/public/examples/ts/gl/globe-echarts-gl-hello-world.js
+++ b/public/examples/ts/gl/globe-echarts-gl-hello-world.js
@@ -1,7 +1,8 @@
 /*
 title: ECharts-GL Hello World
 category: globe
-titleCN: ECharts-GL Hello World
+titleCN: ECharts GL 入门
+difficulty: 0
 scripts: 
'https://echarts.apache.org/zh/js/vendors/echarts-gl/dist/echarts-gl.min.js'
 videoStart: 2000
 videoEnd: 6000
diff --git a/public/examples/ts/gl/globe-layers.js 
b/public/examples/ts/gl/globe-layers.js
index e6dcd7bf..b08bcdf1 100644
--- a/public/examples/ts/gl/globe-layers.js
+++ b/public/examples/ts/gl/globe-layers.js
@@ -1,7 +1,8 @@
 /*
 title: Globe Layers
 category: globe
-titleCN: Globe Layers
+titleCN: 地球图层
+difficulty: 1
 videoStart: 2000
 videoEnd: 6000
 */
diff --git a/public/examples/ts/gl/globe-moon.js 
b/public/examples/ts/gl/globe-moon.js
index 3952b1ca..6b49e57b 100644
--- a/public/examples/ts/gl/globe-moon.js
+++ b/public/examples/ts/gl/globe-moon.js
@@ -1,7 +1,7 @@
 /*
 title: Moon
 category: globe
-titleCN: Moon
+titleCN: 月球
 */
 
 option = {
diff --git a/public/examples/ts/gl/graphgl-gpu-layout.js 
b/public/examples/ts/gl/graphgl-gpu-layout.js
index 9faf7f10..7fafb929 100644
--- a/public/examples/ts/gl/graphgl-gpu-layout.js
+++ b/public/examples/ts/gl/graphgl-gpu-layout.js
@@ -1,8 +1,8 @@
 /*
-title: GraphGL GPU Layout
+title: GraphGL - GPU Layout
 category: graphGL
 theme: dark
-titleCN: GraphGL GPU Layout
+titleCN: GraphGL - GPU 布局
 videoStart: 0
 videoEnd: 10000
 shotWidth: 1280
diff --git a/public/examples/ts/gl/graphgl-large-internet.js 
b/public/examples/ts/gl/graphgl-large-internet.js
index 86de6237..8c7f21b3 100644
--- a/public/examples/ts/gl/graphgl-large-internet.js
+++ b/public/examples/ts/gl/graphgl-large-internet.js
@@ -2,7 +2,7 @@
 title: GraphGL - Large Internet
 category: graphGL
 theme: dark
-titleCN: GraphGL - Large Internet
+titleCN: GraphGL - 大规模互联网图谱
 shotDelay: 10000
 shotWidth: 1920
 */
diff --git a/public/examples/ts/gl/image-to-bar3d.js 
b/public/examples/ts/gl/image-to-bar3d.js
index 095e55d0..afb441b5 100644
--- a/public/examples/ts/gl/image-to-bar3d.js
+++ b/public/examples/ts/gl/image-to-bar3d.js
@@ -1,7 +1,7 @@
 /*
 title: Image to Bar3D
 category: bar3D
-titleCN: Image to Bar3D
+titleCN: 图像转三维柱状图
 */
 
 var img = new Image();
diff --git a/public/examples/ts/gl/iron-globe.js 
b/public/examples/ts/gl/iron-globe.js
index 986cb69a..4d4b8f70 100644
--- a/public/examples/ts/gl/iron-globe.js
+++ b/public/examples/ts/gl/iron-globe.js
@@ -1,7 +1,7 @@
 /*
 title: Iron globe
 category: globe
-titleCN: Iron globe
+titleCN: 铁质感地球
 */
 
 option = {
diff --git a/public/examples/ts/gl/line3d-orthographic.js 
b/public/examples/ts/gl/line3d-orthographic.js
index 29239e36..5d9f310d 100644
--- a/public/examples/ts/gl/line3d-orthographic.js
+++ b/public/examples/ts/gl/line3d-orthographic.js
@@ -1,7 +1,7 @@
 /*
-title: Orthographic Projection
+title: Line3D - Orthographic Projection
 category: line3D
-titleCN: 三维折线图正交投影
+titleCN: 三维折线图 - 正交投影
 */
 
 var data = [];
diff --git a/public/examples/ts/gl/linesGL-ny.js 
b/public/examples/ts/gl/linesGL-ny.js
index b2bed58e..04f2653b 100644
--- a/public/examples/ts/gl/linesGL-ny.js
+++ b/public/examples/ts/gl/linesGL-ny.js
@@ -1,6 +1,6 @@
 /*
-title: Use linesGL to draw 1 million ny streets.
-titleCN: 实时交互的纽约街道可视化
+title: Use linesGL to draw 1 million New York streets
+titleCN: LinesGL - 实时交互的纽约街道可视化
 category: linesGL
 */
 
diff --git a/public/examples/ts/gl/map3d-buildings.js 
b/public/examples/ts/gl/map3d-buildings.js
index 36ac93f9..05f5bdc9 100644
--- a/public/examples/ts/gl/map3d-buildings.js
+++ b/public/examples/ts/gl/map3d-buildings.js
@@ -1,7 +1,7 @@
 /*
 title: Buildings
 category: map3D
-titleCN: Buildings
+titleCN: 三维建筑
 */
 
 $.getJSON(
diff --git a/public/examples/ts/gl/map3d-wood-city.js 
b/public/examples/ts/gl/map3d-wood-city.js
index 3b511e06..4ed940fe 100644
--- a/public/examples/ts/gl/map3d-wood-city.js
+++ b/public/examples/ts/gl/map3d-wood-city.js
@@ -1,7 +1,7 @@
 /*
 title: Wood City
 category: map3D
-titleCN: Wood City
+titleCN: 木质风格城市
 */
 
 $.getJSON(
diff --git a/public/examples/ts/gl/metal-bar3d.js 
b/public/examples/ts/gl/metal-bar3d.js
index e1285708..f469a9a0 100644
--- a/public/examples/ts/gl/metal-bar3d.js
+++ b/public/examples/ts/gl/metal-bar3d.js
@@ -1,7 +1,7 @@
 /*
 title: Metal Bar3D
 category: bar3D
-titleCN: Metal Bar3D
+titleCN: 三维柱状图 - 金属质感
 */
 
 $.getScript(CDN_PATH + '[email protected]/simplex-noise.js').done(
diff --git a/public/examples/ts/gl/scatter3d-globe-population.js 
b/public/examples/ts/gl/scatter3d-globe-population.js
index 7caad4e0..7ca16265 100644
--- a/public/examples/ts/gl/scatter3d-globe-population.js
+++ b/public/examples/ts/gl/scatter3d-globe-population.js
@@ -1,7 +1,7 @@
 /*
-title: Scatter3D - Globe Population
+title: Scatter3D - Global Population
 category: scatter3D
-titleCN: Scatter3D - Globe Population
+titleCN: 三维散点图 - 全球人口分布
 */
 
 $.getJSON(ROOT_PATH + '/data-gl/asset/data/population.json', function (data) {
diff --git a/public/examples/ts/gl/scatter3d-orthographic.js 
b/public/examples/ts/gl/scatter3d-orthographic.js
index a098af24..74c57faa 100644
--- a/public/examples/ts/gl/scatter3d-orthographic.js
+++ b/public/examples/ts/gl/scatter3d-orthographic.js
@@ -2,7 +2,7 @@
 title: Scatter3D - Orthographic
 category: scatter3D
 theme: dark
-titleCN: 三维散点图正交投影
+titleCN: 三维散点图 - 正交投影
 */
 
 $.getScript(CDN_PATH + '[email protected]/simplex-noise.js').done(
diff --git a/public/examples/ts/gl/scatter3d-simplex-noise.js 
b/public/examples/ts/gl/scatter3d-simplex-noise.js
index 765d0013..74c35504 100644
--- a/public/examples/ts/gl/scatter3d-simplex-noise.js
+++ b/public/examples/ts/gl/scatter3d-simplex-noise.js
@@ -2,7 +2,7 @@
 title: Scatter3D - Simplex Noise
 category: scatter3D
 theme: dark
-titleCN: Scatter3D - Simplex Noise
+titleCN: 三维散点图 - 单纯形噪声
 */
 
 $.getScript(CDN_PATH + '[email protected]/simplex-noise.js').done(
diff --git a/public/examples/ts/gl/scatter3d.js 
b/public/examples/ts/gl/scatter3d.js
index fc2fba53..e17b97e3 100644
--- a/public/examples/ts/gl/scatter3d.js
+++ b/public/examples/ts/gl/scatter3d.js
@@ -2,7 +2,7 @@
 title: Scatter3D
 category: scatter3D
 theme: dark
-titleCN: Scatter3D
+titleCN: 三维散点图
 */
 
 var indices = {
diff --git a/public/examples/ts/gl/stacked-bar3d.js 
b/public/examples/ts/gl/stacked-bar3d.js
index eaf42eb3..2e045f2e 100644
--- a/public/examples/ts/gl/stacked-bar3d.js
+++ b/public/examples/ts/gl/stacked-bar3d.js
@@ -1,7 +1,7 @@
 /*
 title: Stacked Bar3D
 category: bar3D
-titleCN: Stacked Bar3D
+titleCN: 三维堆叠柱状图
 */
 
 $.getScript(CDN_PATH + '[email protected]/simplex-noise.js').done(
diff --git a/public/examples/ts/gl/transparent-bar3d.js 
b/public/examples/ts/gl/transparent-bar3d.js
index 16b7536c..8be4f3d9 100644
--- a/public/examples/ts/gl/transparent-bar3d.js
+++ b/public/examples/ts/gl/transparent-bar3d.js
@@ -1,7 +1,7 @@
 /*
 title: Transparent Bar3D
 category: bar3D
-titleCN: Transparent Bar3D
+titleCN: 三维柱状图 - 透明效果
 */
 
 // prettier-ignore
diff --git a/public/examples/ts/graph-life-expectancy.ts 
b/public/examples/ts/graph-life-expectancy.ts
index 52c20db2..0d253b61 100644
--- a/public/examples/ts/graph-life-expectancy.ts
+++ b/public/examples/ts/graph-life-expectancy.ts
@@ -1,7 +1,7 @@
 /*
 title: Graph Life Expectancy
 category: graph
-titleCN: Graph Life Expectancy
+titleCN: 预期寿命
 difficulty: 7
 */
 
diff --git a/public/examples/ts/graphic-wave-animation.js 
b/public/examples/ts/graphic-wave-animation.js
index 5edce463..a8a84465 100644
--- a/public/examples/ts/graphic-wave-animation.js
+++ b/public/examples/ts/graphic-wave-animation.js
@@ -1,7 +1,7 @@
 /*
 title: Wave Animation
 category: graphic
-titleCN:
+titleCN: 波浪动画
 difficulty: 10
 videoStart: 1000
 videoEnd: 5000
diff --git a/public/examples/ts/grid-multiple.ts 
b/public/examples/ts/grid-multiple.ts
index 050ea65f..a7098629 100644
--- a/public/examples/ts/grid-multiple.ts
+++ b/public/examples/ts/grid-multiple.ts
@@ -1,7 +1,7 @@
 /*
 title: Rainfall vs Evaporation
 category: line
-titleCN: 雨量Evaporation关系图
+titleCN: 雨量-蒸发量关系图
 difficulty: 4
 */
 
diff --git a/public/examples/ts/line-stack.ts b/public/examples/ts/line-stack.ts
index dfd60655..0abb56d8 100644
--- a/public/examples/ts/line-stack.ts
+++ b/public/examples/ts/line-stack.ts
@@ -1,7 +1,7 @@
 /*
 title: Stacked Line Chart
 category: line
-titleCN: 折线图堆叠
+titleCN: 堆叠折线图
 difficulty: 1
 */
 
diff --git a/public/examples/ts/lines-ny.ts b/public/examples/ts/lines-ny.ts
index 06a9d396..6695006a 100644
--- a/public/examples/ts/lines-ny.ts
+++ b/public/examples/ts/lines-ny.ts
@@ -1,6 +1,6 @@
 /*
-title: Use lines to draw 1 million ny streets.
-titleCN: 使用线图绘制近 100 万的纽约街道数据
+title: Use lines to draw 1 million New York streets
+titleCN: 使用线图绘制近100万纽约街道数据
 category: 'map, lines'
 shotDelay: 1000
 */
diff --git a/public/examples/ts/pie-simple.ts b/public/examples/ts/pie-simple.ts
index 76400afd..5f0a088e 100644
--- a/public/examples/ts/pie-simple.ts
+++ b/public/examples/ts/pie-simple.ts
@@ -1,7 +1,7 @@
 /*
 title: Referer of a Website
 category: pie
-titleCN: 某站点用户Access From
+titleCN: 某站点用户访问来源
 difficulty: 0
 */
 
diff --git a/public/examples/ts/scatter-anscombe-quartet.ts 
b/public/examples/ts/scatter-anscombe-quartet.ts
index b6af751a..8a5bd1c4 100644
--- a/public/examples/ts/scatter-anscombe-quartet.ts
+++ b/public/examples/ts/scatter-anscombe-quartet.ts
@@ -1,7 +1,7 @@
 /*
 title: Anscomb's quartet
 category: scatter
-titleCN: Anscomb's quartet
+titleCN: 安斯库姆四重奏
 difficulty: 1
 */
 
diff --git a/public/examples/ts/scatter-painter-choice.ts 
b/public/examples/ts/scatter-painter-choice.ts
index f48531bb..ae68ad58 100644
--- a/public/examples/ts/scatter-painter-choice.ts
+++ b/public/examples/ts/scatter-painter-choice.ts
@@ -1,7 +1,7 @@
 /*
 title: Master Painter Color Choices Throughout History
 category: scatter
-titleCN: Master Painter Color Choices Throughout History
+titleCN: 历代绘画大师的色彩运用
 difficulty: 9
 */
 
diff --git a/public/examples/ts/sunburst-drink.ts 
b/public/examples/ts/sunburst-drink.ts
index c92676ab..8f14d972 100644
--- a/public/examples/ts/sunburst-drink.ts
+++ b/public/examples/ts/sunburst-drink.ts
@@ -1,7 +1,7 @@
 /*
 title: Drink Flavors
 category: sunburst
-titleCN: Drink Flavors
+titleCN: 饮品风味分类
 shotWidth: 1000
 difficulty: 5
 */
diff --git a/public/examples/ts/sunburst-monochrome.ts 
b/public/examples/ts/sunburst-monochrome.ts
index 1385e912..1c5c26d4 100644
--- a/public/examples/ts/sunburst-monochrome.ts
+++ b/public/examples/ts/sunburst-monochrome.ts
@@ -1,7 +1,7 @@
 /*
 title: Monochrome Sunburst
 category: sunburst
-titleCN: Monochrome Sunburst
+titleCN: 单色旭日图
 difficulty: 3
 */
 
diff --git a/public/examples/ts/themeRiver-lastfm.ts 
b/public/examples/ts/themeRiver-lastfm.ts
index 88a66b91..3d407929 100644
--- a/public/examples/ts/themeRiver-lastfm.ts
+++ b/public/examples/ts/themeRiver-lastfm.ts
@@ -1,7 +1,7 @@
 /*
 title: ThemeRiver Lastfm
 category: themeRiver
-titleCN: ThemeRiver Lastfm
+titleCN: Lastfm 主题河流图
 */
 
 // From 
https://github.com/jsundram/streamgraph.js/blob/master/examples/data/lastfm.js
diff --git a/public/examples/ts/treemap-obama.ts 
b/public/examples/ts/treemap-obama.ts
index b7d4ca86..02fbbf12 100644
--- a/public/examples/ts/treemap-obama.ts
+++ b/public/examples/ts/treemap-obama.ts
@@ -1,7 +1,7 @@
 /*
 title: How $3.7 Trillion is Spent
 category: treemap
-titleCN: How $3.7 Trillion is Spent
+titleCN: 3.7 万亿美元支出构成
 */
 
 type Mode = number;
diff --git a/src/data/chart-list-data-gl.js b/src/data/chart-list-data-gl.js
index b453145f..3e1969bb 100644
--- a/src/data/chart-list-data-gl.js
+++ b/src/data/chart-list-data-gl.js
@@ -6,6 +6,28 @@
 // -------------------------------------------------
 
 export default [
+  {
+    "category": [
+      "globe"
+    ],
+    "id": "globe-echarts-gl-hello-world",
+    "ts": false,
+    "tags": [],
+    "title": "ECharts-GL Hello World",
+    "titleCN": "ECharts GL 入门",
+    "difficulty": 0
+  },
+  {
+    "category": [
+      "globe"
+    ],
+    "id": "globe-layers",
+    "ts": false,
+    "tags": [],
+    "title": "Globe Layers",
+    "titleCN": "地球图层",
+    "difficulty": 1
+  },
   {
     "category": [
       "globe"
@@ -14,7 +36,7 @@ export default [
     "ts": false,
     "tags": [],
     "title": "Animating Contour on Globe",
-    "titleCN": "Animating Contour on Globe",
+    "titleCN": "地球等值线动画",
     "difficulty": 10
   },
   {
@@ -36,7 +58,7 @@ export default [
     "ts": false,
     "tags": [],
     "title": "Bar3D - Global Population",
-    "titleCN": "Bar3D - Global Population",
+    "titleCN": "Bar3D - 全球人口分布",
     "difficulty": 10
   },
   {
@@ -47,7 +69,7 @@ export default [
     "ts": false,
     "tags": [],
     "title": "Bar3D - Myth",
-    "titleCN": "星云",
+    "titleCN": "Bar3D - 星云",
     "difficulty": 10
   },
   {
@@ -58,7 +80,7 @@ export default [
     "ts": false,
     "tags": [],
     "title": "Noise modified from marpi's demo",
-    "titleCN": "Noise modified from marpi's demo",
+    "titleCN": "基于 marpi 示例修改的噪声效果",
     "difficulty": 10
   },
   {
@@ -69,7 +91,7 @@ export default [
     "ts": false,
     "tags": [],
     "title": "Bar3D - Punch Card",
-    "titleCN": "Bar3D - Punch Card",
+    "titleCN": "Bar3D - 打卡统计柱状图",
     "difficulty": 10
   },
   {
@@ -81,7 +103,7 @@ export default [
     "tags": [],
     "theme": "dark",
     "title": "Bar3D - Simplex Noise",
-    "titleCN": "Bar3D - Simplex Noise",
+    "titleCN": "Bar3D - 单纯形噪声",
     "difficulty": 10
   },
   {
@@ -92,7 +114,7 @@ export default [
     "ts": false,
     "tags": [],
     "title": "Voxelize image",
-    "titleCN": "Voxelize image",
+    "titleCN": "图像体素化",
     "difficulty": 10
   },
   {
@@ -137,7 +159,7 @@ export default [
     "ts": false,
     "tags": [],
     "title": "Global Population - Bar3D on Globe",
-    "titleCN": "Global Population - Bar3D on Globe",
+    "titleCN": "全球人口分布 - 地球上的 Bar3D",
     "difficulty": 10
   },
   {
@@ -185,7 +207,7 @@ export default [
     "ts": false,
     "tags": [],
     "title": "Contour Paint",
-    "titleCN": "Contour Paint",
+    "titleCN": "等值线渲染",
     "difficulty": 10
   },
   {
@@ -207,29 +229,7 @@ export default [
     "ts": false,
     "tags": [],
     "title": "Globe Displacement",
-    "titleCN": "Globe Displacement",
-    "difficulty": 10
-  },
-  {
-    "category": [
-      "globe"
-    ],
-    "id": "globe-echarts-gl-hello-world",
-    "ts": false,
-    "tags": [],
-    "title": "ECharts-GL Hello World",
-    "titleCN": "ECharts-GL Hello World",
-    "difficulty": 10
-  },
-  {
-    "category": [
-      "globe"
-    ],
-    "id": "globe-layers",
-    "ts": false,
-    "tags": [],
-    "title": "Globe Layers",
-    "titleCN": "Globe Layers",
+    "titleCN": "地形位移",
     "difficulty": 10
   },
   {
@@ -240,7 +240,7 @@ export default [
     "ts": false,
     "tags": [],
     "title": "Moon",
-    "titleCN": "Moon",
+    "titleCN": "月球",
     "difficulty": 10
   },
   {
@@ -262,8 +262,8 @@ export default [
     "ts": false,
     "tags": [],
     "theme": "dark",
-    "title": "GraphGL GPU Layout",
-    "titleCN": "GraphGL GPU Layout",
+    "title": "GraphGL - GPU Layout",
+    "titleCN": "GraphGL - GPU 布局",
     "difficulty": 10
   },
   {
@@ -275,7 +275,7 @@ export default [
     "tags": [],
     "theme": "dark",
     "title": "GraphGL - Large Internet",
-    "titleCN": "GraphGL - Large Internet",
+    "titleCN": "GraphGL - 大规模互联网图谱",
     "difficulty": 10
   },
   {
@@ -309,7 +309,7 @@ export default [
     "ts": false,
     "tags": [],
     "title": "Image to Bar3D",
-    "titleCN": "Image to Bar3D",
+    "titleCN": "图像转三维柱状图",
     "difficulty": 10
   },
   {
@@ -320,7 +320,7 @@ export default [
     "ts": false,
     "tags": [],
     "title": "Iron globe",
-    "titleCN": "Iron globe",
+    "titleCN": "铁质感地球",
     "difficulty": 10
   },
   {
@@ -330,8 +330,8 @@ export default [
     "id": "line3d-orthographic",
     "ts": false,
     "tags": [],
-    "title": "Orthographic Projection",
-    "titleCN": "三维折线图正交投影",
+    "title": "Line3D - Orthographic Projection",
+    "titleCN": "三维折线图 - 正交投影",
     "difficulty": 10
   },
   {
@@ -385,8 +385,8 @@ export default [
     "id": "linesGL-ny",
     "ts": false,
     "tags": [],
-    "title": "Use linesGL to draw 1 million ny streets.",
-    "titleCN": "实时交互的纽约街道可视化",
+    "title": "Use linesGL to draw 1 million New York streets",
+    "titleCN": "LinesGL - 实时交互的纽约街道可视化",
     "difficulty": 10
   },
   {
@@ -408,7 +408,7 @@ export default [
     "ts": false,
     "tags": [],
     "title": "Buildings",
-    "titleCN": "Buildings",
+    "titleCN": "三维建筑",
     "difficulty": 10
   },
   {
@@ -419,7 +419,7 @@ export default [
     "ts": false,
     "tags": [],
     "title": "Wood City",
-    "titleCN": "Wood City",
+    "titleCN": "木质风格城市",
     "difficulty": 10
   },
   {
@@ -441,7 +441,7 @@ export default [
     "ts": false,
     "tags": [],
     "title": "Metal Bar3D",
-    "titleCN": "Metal Bar3D",
+    "titleCN": "三维柱状图 - 金属质感",
     "difficulty": 10
   },
   {
@@ -475,7 +475,7 @@ export default [
     "tags": [],
     "theme": "dark",
     "title": "Scatter3D",
-    "titleCN": "Scatter3D",
+    "titleCN": "三维散点图",
     "difficulty": 10
   },
   {
@@ -496,8 +496,8 @@ export default [
     "id": "scatter3d-globe-population",
     "ts": false,
     "tags": [],
-    "title": "Scatter3D - Globe Population",
-    "titleCN": "Scatter3D - Globe Population",
+    "title": "Scatter3D - Global Population",
+    "titleCN": "三维散点图 - 全球人口分布",
     "difficulty": 10
   },
   {
@@ -509,7 +509,7 @@ export default [
     "tags": [],
     "theme": "dark",
     "title": "Scatter3D - Orthographic",
-    "titleCN": "三维散点图正交投影",
+    "titleCN": "三维散点图 - 正交投影",
     "difficulty": 10
   },
   {
@@ -532,7 +532,7 @@ export default [
     "tags": [],
     "theme": "dark",
     "title": "Scatter3D - Simplex Noise",
-    "titleCN": "Scatter3D - Simplex Noise",
+    "titleCN": "三维散点图 - 单纯形噪声",
     "difficulty": 10
   },
   {
@@ -588,7 +588,7 @@ export default [
     "ts": false,
     "tags": [],
     "title": "Stacked Bar3D",
-    "titleCN": "Stacked Bar3D",
+    "titleCN": "三维堆叠柱状图",
     "difficulty": 10
   },
   {
@@ -665,7 +665,7 @@ export default [
     "ts": false,
     "tags": [],
     "title": "Transparent Bar3D",
-    "titleCN": "Transparent Bar3D",
+    "titleCN": "三维柱状图 - 透明效果",
     "difficulty": 10
   }
 ]
diff --git a/src/data/chart-list-data.js b/src/data/chart-list-data.js
index 44db22ca..fa63846b 100644
--- a/src/data/chart-list-data.js
+++ b/src/data/chart-list-data.js
@@ -127,7 +127,7 @@ export default [
     "ts": true,
     "tags": [],
     "title": "Referer of a Website",
-    "titleCN": "某站点用户Access From",
+    "titleCN": "某站点用户访问来源",
     "difficulty": 0
   },
   {
@@ -318,7 +318,7 @@ export default [
     "ts": true,
     "tags": [],
     "title": "Stacked Line Chart",
-    "titleCN": "折线图堆叠",
+    "titleCN": "堆叠折线图",
     "difficulty": 1
   },
   {
@@ -418,7 +418,7 @@ export default [
     "ts": true,
     "tags": [],
     "title": "Anscomb's quartet",
-    "titleCN": "Anscomb's quartet",
+    "titleCN": "安斯库姆四重奏",
     "difficulty": 1
   },
   {
@@ -1043,7 +1043,7 @@ export default [
     "ts": false,
     "tags": [],
     "title": "Cycle Plot",
-    "titleCN": "Cycle Plot",
+    "titleCN": "周期图",
     "difficulty": 3
   },
   {
@@ -1327,7 +1327,7 @@ export default [
     "ts": true,
     "tags": [],
     "title": "Monochrome Sunburst",
-    "titleCN": "Monochrome Sunburst",
+    "titleCN": "单色旭日图",
     "difficulty": 3
   },
   {
@@ -1517,7 +1517,7 @@ export default [
     "ts": true,
     "tags": [],
     "title": "Rainfall vs Evaporation",
-    "titleCN": "雨量Evaporation关系图",
+    "titleCN": "雨量-蒸发量关系图",
     "difficulty": 4
   },
   {
@@ -1986,7 +1986,7 @@ export default [
     "ts": true,
     "tags": [],
     "title": "Drink Flavors",
-    "titleCN": "Drink Flavors",
+    "titleCN": "饮品风味分类",
     "difficulty": 5
   },
   {
@@ -2191,6 +2191,7 @@ export default [
     "ts": true,
     "tags": [],
     "title": "Bar Chart on Polar",
+    "titleCN": "极坐标系下的柱状图",
     "difficulty": 7
   },
   {
@@ -2257,7 +2258,7 @@ export default [
     "ts": true,
     "tags": [],
     "title": "Graph Life Expectancy",
-    "titleCN": "Graph Life Expectancy",
+    "titleCN": "预期寿命",
     "difficulty": 7
   },
   {
@@ -2357,7 +2358,7 @@ export default [
     "ts": true,
     "tags": [],
     "title": "Gauge Car",
-    "titleCN": "Gauge Car",
+    "titleCN": "汽车仪表盘",
     "difficulty": 8
   },
   {
@@ -2480,7 +2481,7 @@ export default [
     "ts": true,
     "tags": [],
     "title": "Master Painter Color Choices Throughout History",
-    "titleCN": "Master Painter Color Choices Throughout History",
+    "titleCN": "历代绘画大师的色彩运用",
     "difficulty": 9
   },
   {
@@ -2612,7 +2613,7 @@ export default [
     "ts": true,
     "tags": [],
     "title": "Multiple Funnels",
-    "titleCN": "Funnel",
+    "titleCN": "多漏斗图",
     "difficulty": 10
   },
   {
@@ -2711,7 +2712,7 @@ export default [
     "ts": false,
     "tags": [],
     "title": "Wave Animation",
-    "titleCN": null,
+    "titleCN": "波浪动画",
     "difficulty": 10
   },
   {
@@ -2768,8 +2769,8 @@ export default [
     "id": "lines-ny",
     "ts": true,
     "tags": [],
-    "title": "Use lines to draw 1 million ny streets.",
-    "titleCN": "使用线图绘制近 100 万的纽约街道数据",
+    "title": "Use lines to draw 1 million New York streets",
+    "titleCN": "使用线图绘制近100万纽约街道数据",
     "difficulty": 10
   },
   {
@@ -2971,7 +2972,7 @@ export default [
     "ts": true,
     "tags": [],
     "title": "ThemeRiver Lastfm",
-    "titleCN": "ThemeRiver Lastfm",
+    "titleCN": "Lastfm 主题河流图",
     "difficulty": 10
   },
   {
@@ -3081,7 +3082,7 @@ export default [
     "ts": true,
     "tags": [],
     "title": "How $3.7 Trillion is Spent",
-    "titleCN": "How $3.7 Trillion is Spent",
+    "titleCN": "3.7 万亿美元支出构成",
     "difficulty": 10
   },
   {
@@ -3137,7 +3138,7 @@ export default [
     "ts": false,
     "tags": [],
     "title": "Circle Packing with d3",
-    "titleCN": "Circle Packing with d3",
+    "titleCN": "基于 d3 的圆形包络图",
     "difficulty": 11
   },
   {
diff --git a/src/explore/ExampleCard.vue b/src/explore/ExampleCard.vue
index 4f129f36..e5e1797b 100644
--- a/src/explore/ExampleCard.vue
+++ b/src/explore/ExampleCard.vue
@@ -13,7 +13,9 @@
       </div>
       <div>
         <div class="example-title" :title="title">{{ title }}</div>
-        <div class="example-subtitle" v-if="showSubtitle">{{ subtitle }}</div>
+        <div v-if="showSubtitle" class="example-subtitle" :title="subtitle">
+          {{ subtitle }}
+        </div>
       </div>
     </div>
   </div>
@@ -45,8 +47,10 @@ export default {
     },
 
     hasVersionSince() {
-      return this.example.since
-        && compareVersions(store.echartsFullVersion, this.example.since) >= 0;
+      return (
+        this.example.since &&
+        compareVersions(store.echartsFullVersion, this.example.since) >= 0
+      );
     },
 
     versionSinceBanner() {


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

Reply via email to