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

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

commit 2f241e9871c56f840f9bbecf0aa436bee6373dd6
Author: Wdingding <[email protected]>
AuthorDate: Wed Sep 30 17:44:49 2020 +0800

    Adjust the order of chart display
---
 public/data/bar-animation-delay.js                 |   1 +
 public/data/bar-background.js                      |   1 +
 public/data/bar-brush.js                           |   1 +
 public/data/bar-gradient.js                        |   1 +
 public/data/bar-label-rotation.js                  |   1 +
 public/data/bar-negative.js                        |   1 +
 public/data/bar-negative2.js                       |   1 +
 public/data/bar-polar-real-estate.js               |   1 +
 public/data/bar-polar-stack-radial.js              |   1 +
 public/data/bar-polar-stack.js                     |   1 +
 public/data/bar-race.js                            |   1 +
 public/data/bar-simple.js                          |   1 +
 public/data/bar-tick-align.js                      |   1 +
 public/data/bar-waterfall.js                       |   1 +
 public/data/bar-waterfall2.js                      |   1 +
 public/data/bar-y-category-stack.js                |   1 +
 public/data/bar-y-category.js                      |   1 +
 public/data/bar1.js                                |   1 +
 public/data/calendar-pie.js                        |   1 +
 public/data/data-transform-sort-bar.js             |   1 +
 public/data/dataset-link.js                        |   2 +-
 public/data/dataset-series-layout-by.js            |   2 +-
 public/data/dataset-simple0.js                     |   2 +-
 public/data/dataset-simple1.js                     |   2 +-
 public/data/gauge-level.js                         | 126 ++++++++++++++++
 public/data/gauge-simple.js                        | 109 ++++++++++++++
 public/data/gauge-speed.js                         | 158 +++++++++++++++++++++
 public/data/gauge.js                               |  42 ++++--
 public/data/line-sections.js                       |   2 +-
 public/data/line-smooth.js                         |   2 +-
 public/data/line-stack.js                          |   2 +-
 public/data/mix-line-bar.js                        |   1 +
 public/data/mix-zoom-on-value.js                   |   1 +
 public/data/multiple-y-axis.js                     |   1 +
 public/data/pie-alignTo.js                         |   1 +
 public/data/pie-custom.js                          |   1 +
 public/data/pie-legend.js                          |   1 +
 public/data/pie-nest.js                            |   1 +
 public/data/pie-pattern.js                         |   1 +
 public/data/pie-rich-text.js                       |   1 +
 public/data/polar-roundCap.js                      |   1 +
 .../data/thumb-dark/scatter-label-align-right.png  | Bin 77586 -> 81644 bytes
 .../data/thumb-dark/scatter-label-align-right.webp | Bin 17794 -> 19250 bytes
 public/data/thumb/area-stack-gradient.png          | Bin 0 -> 42530 bytes
 public/data/thumb/area-stack-gradient.webp         | Bin 0 -> 11806 bytes
 public/data/thumb/gauge-level.png                  | Bin 0 -> 34885 bytes
 public/data/thumb/gauge-level.webp                 | Bin 0 -> 9836 bytes
 public/data/thumb/gauge-simple.png                 | Bin 0 -> 24262 bytes
 public/data/thumb/gauge-simple.webp                | Bin 0 -> 6304 bytes
 public/data/thumb/gauge-speed.png                  | Bin 0 -> 25718 bytes
 public/data/thumb/gauge-speed.webp                 | Bin 0 -> 5374 bytes
 public/data/watermark.js                           |   1 +
 52 files changed, 464 insertions(+), 16 deletions(-)

diff --git a/public/data/bar-animation-delay.js 
b/public/data/bar-animation-delay.js
index 7917c08..96c56c9 100644
--- a/public/data/bar-animation-delay.js
+++ b/public/data/bar-animation-delay.js
@@ -1,6 +1,7 @@
 /*
 title: 柱状图动画延迟
 category: bar
+difficulty: 2
 */
 
 var xAxisData = [];
diff --git a/public/data/bar-background.js b/public/data/bar-background.js
index c5c0b6a..4c5df81 100644
--- a/public/data/bar-background.js
+++ b/public/data/bar-background.js
@@ -2,6 +2,7 @@
 title: Bar with Background
 titleCN: 带背景色的柱状图
 category: bar
+difficulty: 0
 */
 
 option = {
diff --git a/public/data/bar-brush.js b/public/data/bar-brush.js
index af70ab0..77228ea 100644
--- a/public/data/bar-brush.js
+++ b/public/data/bar-brush.js
@@ -1,6 +1,7 @@
 /*
 title: 柱状图框选
 category: bar
+difficulty: 3
 */
 
 var xAxisData = [];
diff --git a/public/data/bar-gradient.js b/public/data/bar-gradient.js
index 8e33e46..d7e0c68 100644
--- a/public/data/bar-gradient.js
+++ b/public/data/bar-gradient.js
@@ -1,6 +1,7 @@
 /*
 title: 特性示例:渐变色 阴影 点击缩放
 category: bar
+difficulty: 1
 */
 
 var dataAxis = ['点', '击', '柱', '子', '或', '者', '两', '指', '在', '触', '屏', '上', 
'滑', '动', '能', '够', '自', '动', '缩', '放'];
diff --git a/public/data/bar-label-rotation.js 
b/public/data/bar-label-rotation.js
index 60284b7..920d016 100644
--- a/public/data/bar-label-rotation.js
+++ b/public/data/bar-label-rotation.js
@@ -1,6 +1,7 @@
 /*
 title: Bar Label Rotation
 category: bar
+difficulty: 3
 */
 
 var posList = [
diff --git a/public/data/bar-negative.js b/public/data/bar-negative.js
index 5de1c25..e9ab6f5 100644
--- a/public/data/bar-negative.js
+++ b/public/data/bar-negative.js
@@ -1,6 +1,7 @@
 /*
 title: 正负条形图
 category: bar
+difficulty: 2
 */
 
 option = {
diff --git a/public/data/bar-negative2.js b/public/data/bar-negative2.js
index 8b78ad9..4ce93a3 100644
--- a/public/data/bar-negative2.js
+++ b/public/data/bar-negative2.js
@@ -1,6 +1,7 @@
 /*
 title: 交错正负轴标签
 category: bar
+difficulty: 1
 */
 
 var labelRight = {
diff --git a/public/data/bar-polar-real-estate.js 
b/public/data/bar-polar-real-estate.js
index dc2ae0b..63ffb18 100644
--- a/public/data/bar-polar-real-estate.js
+++ b/public/data/bar-polar-real-estate.js
@@ -1,6 +1,7 @@
 /*
 title: 极坐标系下的堆叠柱状图
 category: bar
+difficulty: 5
 */
 
 var data = [
diff --git a/public/data/bar-polar-stack-radial.js 
b/public/data/bar-polar-stack-radial.js
index 86e04c1..77e2d89 100644
--- a/public/data/bar-polar-stack-radial.js
+++ b/public/data/bar-polar-stack-radial.js
@@ -1,6 +1,7 @@
 /*
 title: 极坐标系下的堆叠柱状图
 category: bar
+difficulty: 4
 */
 
 option = {
diff --git a/public/data/bar-polar-stack.js b/public/data/bar-polar-stack.js
index d662f53..fcc2b75 100644
--- a/public/data/bar-polar-stack.js
+++ b/public/data/bar-polar-stack.js
@@ -1,6 +1,7 @@
 /*
 title: 极坐标系下的堆叠柱状图
 category: bar
+difficulty: 4
 */
 
 option = {
diff --git a/public/data/bar-race.js b/public/data/bar-race.js
index c22e4f7..9b876ee 100644
--- a/public/data/bar-race.js
+++ b/public/data/bar-race.js
@@ -2,6 +2,7 @@
 title: Bar Race
 titleCN: 动态排序柱状图
 category: bar
+difficulty: 3
 */
 
 var data = [];
diff --git a/public/data/bar-simple.js b/public/data/bar-simple.js
index fb7d519..f0f9293 100644
--- a/public/data/bar-simple.js
+++ b/public/data/bar-simple.js
@@ -1,6 +1,7 @@
 /*
 title: Bar Simple
 category: bar
+difficulty: 0
 */
 
 option = {
diff --git a/public/data/bar-tick-align.js b/public/data/bar-tick-align.js
index 7665b82..bc2d045 100644
--- a/public/data/bar-tick-align.js
+++ b/public/data/bar-tick-align.js
@@ -1,6 +1,7 @@
 /*
 title: 坐标轴刻度与标签对齐
 category: bar
+difficulty: 0
 */
 
 option = {
diff --git a/public/data/bar-waterfall.js b/public/data/bar-waterfall.js
index 38c1386..e2f2985 100644
--- a/public/data/bar-waterfall.js
+++ b/public/data/bar-waterfall.js
@@ -1,6 +1,7 @@
 /*
 title: '深圳月最低生活费组成(单位:元)'
 category: bar
+difficulty: 0
 */
 
 option = {
diff --git a/public/data/bar-waterfall2.js b/public/data/bar-waterfall2.js
index f226c14..cfa3354 100644
--- a/public/data/bar-waterfall2.js
+++ b/public/data/bar-waterfall2.js
@@ -1,6 +1,7 @@
 /*
 title: 阶梯瀑布图
 category: bar
+difficulty: 1
 */
 
 option = {
diff --git a/public/data/bar-y-category-stack.js 
b/public/data/bar-y-category-stack.js
index e2c21cd..a03bebe 100644
--- a/public/data/bar-y-category-stack.js
+++ b/public/data/bar-y-category-stack.js
@@ -1,6 +1,7 @@
 /*
 title: 堆叠条形图
 category: bar
+difficulty: 3
 */
 
 option = {
diff --git a/public/data/bar-y-category.js b/public/data/bar-y-category.js
index ee2a7c6..514c798 100644
--- a/public/data/bar-y-category.js
+++ b/public/data/bar-y-category.js
@@ -2,6 +2,7 @@
 title: World Total Population
 category: bar
 titleCN: 世界人口总量 - 条形图
+difficulty: 2
 */
 
 option = {
diff --git a/public/data/bar1.js b/public/data/bar1.js
index 13be513..3c65d5e 100644
--- a/public/data/bar1.js
+++ b/public/data/bar1.js
@@ -2,6 +2,7 @@
 title: Rainfall and Evaporation
 category: bar
 titleCN: 某地区蒸发量和降水量
+difficulty: 2
 */
 
 option = {
diff --git a/public/data/calendar-pie.js b/public/data/calendar-pie.js
index 66e900b..0b15d4c 100644
--- a/public/data/calendar-pie.js
+++ b/public/data/calendar-pie.js
@@ -2,6 +2,7 @@
 title: Calendar Pie
 category: 'calendar, pie'
 titleCN: 日历饼图
+difficulty: 4
 */
 
 var cellSize = [80, 80];
diff --git a/public/data/data-transform-sort-bar.js 
b/public/data/data-transform-sort-bar.js
index 6e110a2..c97a490 100644
--- a/public/data/data-transform-sort-bar.js
+++ b/public/data/data-transform-sort-bar.js
@@ -2,6 +2,7 @@
 title: Sort Data in Bar Chart
 category: dataset, bar, transform
 titleCN: 柱状图排序
+difficulty: 1
 */
 
 option = {
diff --git a/public/data/dataset-link.js b/public/data/dataset-link.js
index 59776e1..de97ce1 100644
--- a/public/data/dataset-link.js
+++ b/public/data/dataset-link.js
@@ -2,7 +2,7 @@
 title: Share Dataset
 category: 'dataset, line, pie'
 titleCN: 联动和共享数据集
-difficulty: 4
+difficulty: 3
 */
 
 
diff --git a/public/data/dataset-series-layout-by.js 
b/public/data/dataset-series-layout-by.js
index bd97cac..3bc3ab3 100644
--- a/public/data/dataset-series-layout-by.js
+++ b/public/data/dataset-series-layout-by.js
@@ -2,7 +2,7 @@
 title: Series Layout By Column or Row
 category: 'dataset, bar'
 titleCN: 系列按行和按列排布
-difficulty: 2
+difficulty: 4
 */
 
 option = {
diff --git a/public/data/dataset-simple0.js b/public/data/dataset-simple0.js
index 5cee06b..a0515a4 100644
--- a/public/data/dataset-simple0.js
+++ b/public/data/dataset-simple0.js
@@ -2,7 +2,7 @@
 title: Simple Example of Dataset
 category: 'dataset, bar'
 titleCN: 最简单的数据集(dataset)
-difficulty: 1
+difficulty: 2
 */
 
 option = {
diff --git a/public/data/dataset-simple1.js b/public/data/dataset-simple1.js
index f6946c4..8346eb1 100644
--- a/public/data/dataset-simple1.js
+++ b/public/data/dataset-simple1.js
@@ -2,7 +2,7 @@
 title: Dataset in Object Array
 category: 'dataset, bar'
 titleCN: 对象数组的输入格式
-difficulty: 1
+difficulty: 2
 */
 
 option = {
diff --git a/public/data/gauge-level.js b/public/data/gauge-level.js
new file mode 100644
index 0000000..9d255f9
--- /dev/null
+++ b/public/data/gauge-level.js
@@ -0,0 +1,126 @@
+/*
+title: Gauge level
+category: gauge
+titleCN: 分级仪表盘
+*/
+
+option = {
+    tooltip: {
+        formatter: '{b}{c}'
+    },
+    series: [{
+        type: 'gauge',
+        radius: '83%',
+        center: ['50%', '60%'],
+        startAngle: 180,
+        endAngle: 0,
+        tooltip: {
+            show: false
+        },
+        detail: {
+            show: false
+        },
+        axisLine: {
+            lineStyle: {
+                width: 5,
+                color: [
+                    [0.2, '#FF6E76'],
+                    [0.5, '#FDDD60'],
+                    [0.8, '#58D9F9'],
+                    [1, '#7CFFB2'],
+                ]
+            }
+        }, 
+        axisLabel: {
+            show: false
+        }, 
+        axisTick: {
+            show: false,
+        }, 
+        splitLine: {
+            show: false,
+        }, 
+    }, {
+        type: 'gauge',
+        radius: '80%',
+        min: 0,
+        max: 100,
+        center: ['50%', '60%'],
+        splitNumber: 10,
+        startAngle: 180,
+        endAngle: 0,
+        data: [{
+            value: 75,
+            name: '完成率',
+        }],
+        title: {
+            offsetCenter: ['0', '-60%'],
+            fontSize: 40,
+            fontWeight: 'bolder',
+        },
+        detail: {
+            formatter: function(value) {
+                return value + '%'
+            },
+            fontSize: 50,
+            fontWeight: 'bolder',
+            offsetCenter: ['0%', '-40%']
+        },
+        axisLine: {
+            lineStyle: {
+                width: 0,
+                color: [
+                    [0.2, '#FF6E76'],
+                    [0.5, '#FDDD60'],
+                    [0.8, '#58D9F9'],
+                    [1, '#7CFFB2'],
+                ]
+            }
+        },
+        axisLabel: {
+            color: '#464646',
+            fontSize: 20,
+            distance: -70,
+            formatter: function(value) {
+                if (value >= 80) {
+                    return '优'
+                } 
+                else if (value >= 50) {
+                    return '中'
+                } 
+                else if (value >= 20) {
+                    return '良'
+                } 
+                else if (value >= 0) {
+                    return '差'
+                }
+            }
+        },
+        axisTick: {
+            splitNumber: 10,
+            show: true,
+            lineStyle: {
+                color: 'auto',
+                width: 2
+            },
+            length: 15,
+        },
+        splitLine: {
+            show: true,
+            length: 20,
+            lineStyle: {
+                color: 'auto',
+                width: 5
+            }
+        },
+        itemStyle: {
+            normal: {
+                color: 'auto'
+            }
+        },
+        pointer: {
+            width: 10,
+            length: '80%'
+        }
+    }]
+};
\ No newline at end of file
diff --git a/public/data/gauge-simple.js b/public/data/gauge-simple.js
new file mode 100644
index 0000000..719a94b
--- /dev/null
+++ b/public/data/gauge-simple.js
@@ -0,0 +1,109 @@
+/*
+title: Simple Gauge 
+category: gauge
+titleCN: 仪表盘简单示例
+*/
+
+var value = 70;
+option = {
+    series: [{
+            type: 'gauge',
+            startAngle: 225,
+            endAngle: -45,
+            min: 0,
+            max: 100,
+            radius: '67%',
+            detail: {
+                offsetCenter: [0, '80%'],
+                formatter: function(value) {
+                    return value
+                },
+                fontSize: 100,
+                fontWeight: 800,
+            },
+            axisLine: {
+                lineStyle: {
+                    color: '#999',
+                }
+            },
+            axisLabel: {
+                color: '#999',
+                fontSize: 20,
+            },
+            axisTick: {
+                show: false
+            },
+            splitLine: {
+                length: 20,
+                lineStyle: {
+                    color: '#999'
+                }
+            },
+            itemStyle: {
+                color: '#5470C6',
+            },
+             pointer: {
+                width: 8,
+                length: '70%'
+            },
+            markPoint: {
+                animation: false,
+                data: [{
+                    x: '50%',
+                    y: '50%',
+                    symbol: 'circle',
+                    symbolSize: 40,
+                    itemStyle: {
+                        color: '#5470C6',
+                    },
+                }, {
+                    x: '50%',
+                    y: '50%',
+                    symbol: 'circle',
+                    symbolSize: 15,
+                    itemStyle: {
+                        color: '#fff'
+                    },
+                }]
+            },
+            data: [{
+                value: value,
+            }]
+        },
+        {
+            type: 'gauge',
+            radius: '75%',
+            startAngle: 225,
+            endAngle: -45,
+            min: 0,
+            max: 100,
+            title: {
+                show: false
+            },
+            detail: {
+                show: false
+            },
+            axisLine: {
+                lineStyle: {
+                    width: 18,
+                    color: [
+                        [value / 100, '#5470C6'],
+                        [1, 'rgba(210,219,238,0.3)']
+                    ],
+                }
+            },
+            axisLabel: {
+                show: false
+            },
+            axisTick: {
+                show: false
+            },
+            splitLine: {
+                show: false
+            },
+            pointer: {
+                show: false,
+            },
+        }
+    ]
+}
\ No newline at end of file
diff --git a/public/data/gauge-speed.js b/public/data/gauge-speed.js
new file mode 100644
index 0000000..0b4cc48
--- /dev/null
+++ b/public/data/gauge-speed.js
@@ -0,0 +1,158 @@
+/*
+title: Gauge Speed
+category: gauge
+titleCN: 速度仪表盘
+*/
+
+var value = 70;
+var color = new echarts.graphic.LinearGradient(
+    0, 0, 1, 0,
+    [{
+            offset: 0,
+            color: "#58D9F9",
+        },
+        {
+            offset: 1,
+            color: "#4992FF",
+        }
+    ]
+);
+option = {
+    backgroundColor: '#fff',
+    series: [{
+            type: 'gauge',
+            startAngle: 180,
+            endAngle: 0,
+            min: 0,
+            max: 100,
+            radius: '60%',
+            axisLine: {
+                show: true,
+                lineStyle: {
+                    color: [
+                        [1, '#999']
+                    ],
+                    width: 1,
+                    opacity: 1
+                }
+            },
+            title: {
+                show: false
+            },
+            detail: {
+                backgroundColor: '#fff',
+                borderColor: '#999',
+                borderWidth: 2,
+                width: '80%',
+                borderRadius: 4,
+                offsetCenter: [0, '50%'],
+                formatter: function(value) {
+                    return '{value|' + value.toFixed(0) + '}{unit|km/h}';
+                },
+                rich: {
+                    value: {
+                        fontSize: 60,
+                        fontWeight: 'bolder',
+                        color: '#777'
+                    },
+                    unit: {
+                        fontSize: 20,
+                        color: '#999',
+                        padding: [0, 0, 15, 6]
+                    },
+                }
+            },
+            axisLine: {
+                show: false
+            },
+            axisTick: {
+                length: 10,
+                lineStyle: {
+                    color: '#999'
+                }
+            },
+            splitLine: {
+                length: 15,
+                lineStyle: {
+                    color: '#999',
+                    width: 3
+                }
+            },
+            axisLabel: {
+                color: '#999'
+            },
+            pointer: {
+                width: 10,
+                length: '70%'
+            },
+            itemStyle: {
+                color: color,
+                shadowColor: 'rgba(0,138,255,0.45)',
+                shadowBlur: 10,
+                shadowOffsetX: 2,
+                shadowOffsetY: 2
+            },
+            markPoint: {
+
+                data: [{
+                    x: "50%",
+                    y: "50%",
+                    symbol: 'circle',
+                    symbolSize: 8,
+                    itemStyle: {
+                        color: "#fff"
+                    },
+                }]
+            },
+            data: [{
+                value: value,
+            }, ]
+        },
+        {
+            type: 'gauge',
+            radius: '70%',
+            startAngle: 180,
+            endAngle: 0,
+            min: 0,
+            max: 100,
+            title: {
+                show: false
+            },
+            detail: {
+                show: false
+            },
+            axisLine: {
+                show: true,
+                lineStyle: {
+                    width: 16,
+                    color: [
+                        [
+                            value / 100, color
+                        ],
+                        [
+                            1, 'rgba(225,225,225,0.4)'
+                        ]
+                    ],
+                }
+            },
+            axisTick: {
+                show: false,
+            },
+            splitLine: {
+                show: false,
+            },
+            axisLabel: {
+                show: false
+            },
+            pointer: {
+                show: false,
+            },
+            itemStyle: {
+                normal: {
+                    color: '#54F200',
+                }
+            },
+        }
+    ]
+
+}
\ No newline at end of file
diff --git a/public/data/gauge.js b/public/data/gauge.js
index c46c6b5..5e441d5 100644
--- a/public/data/gauge.js
+++ b/public/data/gauge.js
@@ -14,17 +14,41 @@ option = {
             saveAsImage: {}
         }
     },
-    series: [
-        {
-            name: '业务指标',
-            type: 'gauge',
-            detail: {formatter: '{value}%'},
-            data: [{value: 50, name: '完成率'}]
-        }
-    ]
+    series: [{
+        type: 'gauge',
+        detail: {
+            formatter: '{value}%',
+            fontSize: 50,
+        },
+        axisLine: {
+            show: true,
+            lineStyle: {
+                width: 30,
+                shadowBlur: 0,
+                color: [
+                    [0.3, '#91CC75'],
+                    [0.7, '#5470C6'],
+                    [1, '#EE6666']
+                ]
+            }
+        },
+        axisLabel: {
+            show: true,
+            fontSize: 18,
+            distance: 10,
+        },
+        data: [{
+            value: 50,
+        }],
+        pointer: {
+            show: true,
+            length: '75%',
+            width: 15,
+        },
+    }]
 };
 
 setInterval(function () {
     option.series[0].data[0].value = (Math.random() * 100).toFixed(2) - 0;
     myChart.setOption(option, true);
-},2000);
+},2000);
\ No newline at end of file
diff --git a/public/data/line-sections.js b/public/data/line-sections.js
index b8e51b9..a7f238d 100644
--- a/public/data/line-sections.js
+++ b/public/data/line-sections.js
@@ -66,7 +66,7 @@ option = {
             data: [300, 280, 250, 260, 270, 300, 550, 500, 400, 390, 380, 390, 
400, 500, 600, 750, 800, 700, 600, 400],
             markArea: {
                 itemStyle: {
-                    color: '#FFADB1'
+                    color: 'rgba(255, 173, 177, 0.4)'
                 },
                 data: [ [{
                     name: '早高峰',
diff --git a/public/data/line-smooth.js b/public/data/line-smooth.js
index 0252276..08f7082 100644
--- a/public/data/line-smooth.js
+++ b/public/data/line-smooth.js
@@ -2,7 +2,7 @@
 title: Smoothed Line Chart
 category: line
 titleCN: Smoothed Line Chart
-difficulty: 1
+difficulty: 0
 */
 
 option = {
diff --git a/public/data/line-stack.js b/public/data/line-stack.js
index 9aa33b8..2b33026 100644
--- a/public/data/line-stack.js
+++ b/public/data/line-stack.js
@@ -2,7 +2,7 @@
 title: Stacked Line Chart
 category: line
 titleCN: 折线图堆叠
-difficulty: 2
+difficulty: 1
 */
 
 option = {
diff --git a/public/data/mix-line-bar.js b/public/data/mix-line-bar.js
index 585fcb6..2ad3e07 100644
--- a/public/data/mix-line-bar.js
+++ b/public/data/mix-line-bar.js
@@ -2,6 +2,7 @@
 title: Mixed Line and Bar
 category: bar
 titleCN: 折柱混合
+difficulty: 2
 */
 
 option = {
diff --git a/public/data/mix-zoom-on-value.js b/public/data/mix-zoom-on-value.js
index 02a106d..d0d4242 100644
--- a/public/data/mix-zoom-on-value.js
+++ b/public/data/mix-zoom-on-value.js
@@ -2,6 +2,7 @@
 title: Mix Zoom On Value
 category: bar
 titleCN: Mix Zoom On Value
+difficulty: 3
 */
 
 myChart.showLoading();
diff --git a/public/data/multiple-y-axis.js b/public/data/multiple-y-axis.js
index 1173433..55857ba 100644
--- a/public/data/multiple-y-axis.js
+++ b/public/data/multiple-y-axis.js
@@ -2,6 +2,7 @@
 title: Multiple Y Axes
 category: bar
 titleCN: 多 Y 轴示例
+difficulty: 4
 */
 
 var colors = ['#5470C6', '#91CC75', '#EE6666'];
diff --git a/public/data/pie-alignTo.js b/public/data/pie-alignTo.js
index f149b31..cda2d69 100644
--- a/public/data/pie-alignTo.js
+++ b/public/data/pie-alignTo.js
@@ -2,6 +2,7 @@
 title: Pie Label Align
 category: pie
 titleCN: 饼图标签对齐
+difficulty: 2
 */
 
 var data = [{
diff --git a/public/data/pie-custom.js b/public/data/pie-custom.js
index 7a8a62f..e26ecb1 100644
--- a/public/data/pie-custom.js
+++ b/public/data/pie-custom.js
@@ -2,6 +2,7 @@
 title: Customized Pie
 category: pie
 titleCN: Customized Pie
+difficulty: 1
 */
 
 option = {
diff --git a/public/data/pie-legend.js b/public/data/pie-legend.js
index b9e61d5..6f75127 100644
--- a/public/data/pie-legend.js
+++ b/public/data/pie-legend.js
@@ -2,6 +2,7 @@
 title: Pie with Scrollable Legend
 category: pie
 titleCN: 可滚动的图例
+difficulty: 2
 */
 
 var data = genData(50);
diff --git a/public/data/pie-nest.js b/public/data/pie-nest.js
index 60a46fa..0a8f11e 100644
--- a/public/data/pie-nest.js
+++ b/public/data/pie-nest.js
@@ -2,6 +2,7 @@
 title: Nested Pies
 category: 'pie, rich'
 titleCN: 嵌套环形图
+difficulty: 3
 */
 
 option = {
diff --git a/public/data/pie-pattern.js b/public/data/pie-pattern.js
index 2378a90..5cd7e19 100644
--- a/public/data/pie-pattern.js
+++ b/public/data/pie-pattern.js
@@ -2,6 +2,7 @@
 title: Texture on Pie Chart
 category: pie
 titleCN: 饼图纹理
+difficulty: 1
 */
 
 var piePatternSrc = 
'data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEBLAEsAAD/4gxYSUNDX1BST0ZJTEUAAQEAAAxITGlubwIQAABtbnRyUkdCIFhZWiAHzgACAAkABgAxAABhY3NwTVNGVAAAAABJRUMgc1JHQgAAAAAAAAAAAAAAAAAA9tYAAQAAAADTLUhQICAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABFjcHJ0AAABUAAAADNkZXNjAAABhAAAAGx3dHB0AAAB8AAAABRia3B0AAACBAAAABRyWFlaAAACGAAAABRnWFlaAAACLAAAABRiWFlaAAACQAAAABRkbW5kAAACVAAAAHBkbWRkAAACxAAAAIh2dWVkAAADTAAAAIZ2aWV3AAAD1AAAACRsdW1pAAAD+AAAABRtZWFzAAAEDAAAACR0ZWNoAAAEMAAA
 [...]
diff --git a/public/data/pie-rich-text.js b/public/data/pie-rich-text.js
index 708c04c..ce191d8 100644
--- a/public/data/pie-rich-text.js
+++ b/public/data/pie-rich-text.js
@@ -2,6 +2,7 @@
 title: Pie Special Label
 category: 'pie, rich'
 titleCN: 富文本标签
+difficulty: 3
 */
 
 var weatherIcons = {
diff --git a/public/data/polar-roundCap.js b/public/data/polar-roundCap.js
index 5262ca1..e5b94ca 100644
--- a/public/data/polar-roundCap.js
+++ b/public/data/polar-roundCap.js
@@ -2,6 +2,7 @@
 title: Rounded Bar on Polar
 category: bar
 titleCN: 圆角环形图
+difficulty: 5
 */
 
 option = {
diff --git a/public/data/thumb-dark/scatter-label-align-right.png 
b/public/data/thumb-dark/scatter-label-align-right.png
index b43c8b1..e5ba8ba 100644
Binary files a/public/data/thumb-dark/scatter-label-align-right.png and 
b/public/data/thumb-dark/scatter-label-align-right.png differ
diff --git a/public/data/thumb-dark/scatter-label-align-right.webp 
b/public/data/thumb-dark/scatter-label-align-right.webp
index adb4330..cd678f4 100644
Binary files a/public/data/thumb-dark/scatter-label-align-right.webp and 
b/public/data/thumb-dark/scatter-label-align-right.webp differ
diff --git a/public/data/thumb/area-stack-gradient.png 
b/public/data/thumb/area-stack-gradient.png
new file mode 100644
index 0000000..a37497e
Binary files /dev/null and b/public/data/thumb/area-stack-gradient.png differ
diff --git a/public/data/thumb/area-stack-gradient.webp 
b/public/data/thumb/area-stack-gradient.webp
new file mode 100644
index 0000000..59e4915
Binary files /dev/null and b/public/data/thumb/area-stack-gradient.webp differ
diff --git a/public/data/thumb/gauge-level.png 
b/public/data/thumb/gauge-level.png
new file mode 100644
index 0000000..9d7707a
Binary files /dev/null and b/public/data/thumb/gauge-level.png differ
diff --git a/public/data/thumb/gauge-level.webp 
b/public/data/thumb/gauge-level.webp
new file mode 100644
index 0000000..eb11ab3
Binary files /dev/null and b/public/data/thumb/gauge-level.webp differ
diff --git a/public/data/thumb/gauge-simple.png 
b/public/data/thumb/gauge-simple.png
new file mode 100644
index 0000000..3cb39a5
Binary files /dev/null and b/public/data/thumb/gauge-simple.png differ
diff --git a/public/data/thumb/gauge-simple.webp 
b/public/data/thumb/gauge-simple.webp
new file mode 100644
index 0000000..d6d5315
Binary files /dev/null and b/public/data/thumb/gauge-simple.webp differ
diff --git a/public/data/thumb/gauge-speed.png 
b/public/data/thumb/gauge-speed.png
new file mode 100644
index 0000000..07a3f2b
Binary files /dev/null and b/public/data/thumb/gauge-speed.png differ
diff --git a/public/data/thumb/gauge-speed.webp 
b/public/data/thumb/gauge-speed.webp
new file mode 100644
index 0000000..a5c9021
Binary files /dev/null and b/public/data/thumb/gauge-speed.webp differ
diff --git a/public/data/watermark.js b/public/data/watermark.js
index 3536494..abb0429 100644
--- a/public/data/watermark.js
+++ b/public/data/watermark.js
@@ -2,6 +2,7 @@
 title: Watermark - ECharts Download
 category: bar
 titleCN: 水印 - ECharts 下载统计
+difficulty: 4
 */
 
 var builderJson = {


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

Reply via email to