You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by wa...@apache.org on 2020/11/05 04:12:24 UTC

[incubator-echarts-examples] branch next updated: optimize example shotWidth

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


The following commit(s) were added to refs/heads/next by this push:
     new edf1290  optimize example shotWidth
edf1290 is described below

commit edf12905fafb289b57830a9efdf7672fe47d6544
Author: Wdingding <wa...@gmail.com>
AuthorDate: Thu Nov 5 12:12:11 2020 +0800

    optimize example shotWidth
---
 public/data/bar-polar-real-estate.js           |   1 +
 public/data/calendar-horizontal.js             |   1 +
 public/data/calendar-vertical.js               |   1 +
 public/data/graph-circular-layout.js           |   2 ++
 public/data/pie-roseType-simple.js             |   1 +
 public/data/thumb-dark/scatter-clustering.png  | Bin 0 -> 53067 bytes
 public/data/thumb-dark/scatter-clustering.webp | Bin 0 -> 7130 bytes
 public/data/thumb/scatter-clustering.png       | Bin 0 -> 49013 bytes
 public/data/thumb/scatter-clustering.webp      | Bin 0 -> 7686 bytes
 9 files changed, 6 insertions(+)

diff --git a/public/data/bar-polar-real-estate.js b/public/data/bar-polar-real-estate.js
index f77dede..31fc51d 100644
--- a/public/data/bar-polar-real-estate.js
+++ b/public/data/bar-polar-real-estate.js
@@ -2,6 +2,7 @@
 title: Bar Chart on Polar
 category: bar
 difficulty: 7
+shotWidth: 800
 */
 
 var data = [
diff --git a/public/data/calendar-horizontal.js b/public/data/calendar-horizontal.js
index 82d13bc..9dde1f1 100644
--- a/public/data/calendar-horizontal.js
+++ b/public/data/calendar-horizontal.js
@@ -2,6 +2,7 @@
 title: Calendar Heatmap Horizontal
 category: calendar
 titleCN: 横向日力图
+shotWidth: 900
 difficulty: 2
 */
 
diff --git a/public/data/calendar-vertical.js b/public/data/calendar-vertical.js
index 092a461..3b27d7a 100644
--- a/public/data/calendar-vertical.js
+++ b/public/data/calendar-vertical.js
@@ -2,6 +2,7 @@
 title: Calendar Heatmap Vertical
 category: 'calendar, heatmap'
 titleCN: 纵向日历图
+shotWidth: 900
 difficulty: 1
 */
 
diff --git a/public/data/graph-circular-layout.js b/public/data/graph-circular-layout.js
index 1410f82..9cae631 100644
--- a/public/data/graph-circular-layout.js
+++ b/public/data/graph-circular-layout.js
@@ -2,6 +2,8 @@
 title: Les Miserables
 category: graph
 titleCN: 悲惨世界人物关系图(环形布局)
+shotWidth: 900
+difficulty: 2
 */
 
 myChart.showLoading();
diff --git a/public/data/pie-roseType-simple.js b/public/data/pie-roseType-simple.js
index ee88ead..8e35983 100644
--- a/public/data/pie-roseType-simple.js
+++ b/public/data/pie-roseType-simple.js
@@ -2,6 +2,7 @@
 title: Nightingale's Rose Diagram
 category: pie
 titleCN: 基础南丁格尔玫瑰图
+shotWidth: 800
 difficulty: 2
 */
 
diff --git a/public/data/thumb-dark/scatter-clustering.png b/public/data/thumb-dark/scatter-clustering.png
new file mode 100644
index 0000000..388dd30
Binary files /dev/null and b/public/data/thumb-dark/scatter-clustering.png differ
diff --git a/public/data/thumb-dark/scatter-clustering.webp b/public/data/thumb-dark/scatter-clustering.webp
new file mode 100644
index 0000000..8c44ea6
Binary files /dev/null and b/public/data/thumb-dark/scatter-clustering.webp differ
diff --git a/public/data/thumb/scatter-clustering.png b/public/data/thumb/scatter-clustering.png
new file mode 100644
index 0000000..b4c486c
Binary files /dev/null and b/public/data/thumb/scatter-clustering.png differ
diff --git a/public/data/thumb/scatter-clustering.webp b/public/data/thumb/scatter-clustering.webp
new file mode 100644
index 0000000..384a100
Binary files /dev/null and b/public/data/thumb/scatter-clustering.webp differ


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org