You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2021/07/16 13:11:49 UTC

[echarts-examples] 02/02: tweak start time

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

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

commit 0eb0dcda32bd4ec186c4d3a9dfe19ae18645676c
Author: pissang <bm...@gmail.com>
AuthorDate: Fri Jul 16 21:11:11 2021 +0800

    tweak start time
---
 public/data/map-bar-morph.js               | 2 +-
 public/data/pictorialBar-bar-transition.js | 2 +-
 public/data/scatter-aggregate-bar.js       | 2 +-
 public/data/treemap-sunburst-transition.js | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/public/data/map-bar-morph.js b/public/data/map-bar-morph.js
index bf07ad0..5fc999c 100644
--- a/public/data/map-bar-morph.js
+++ b/public/data/map-bar-morph.js
@@ -2,7 +2,7 @@
 title: Morphing between Map and Bar
 category: map, animation
 titleCN: 地图柱状图变形动画
-videoStart: 1000
+videoStart: 2000
 videoEnd: 6000
 */
 
diff --git a/public/data/pictorialBar-bar-transition.js b/public/data/pictorialBar-bar-transition.js
index 49d12e1..56c4887 100644
--- a/public/data/pictorialBar-bar-transition.js
+++ b/public/data/pictorialBar-bar-transition.js
@@ -3,7 +3,7 @@ title: Aggregate Scatter to Bar
 category: pictorialBar, animation
 titleCN: 象形主图变形为柱状图
 difficulty: 4
-videoStart: 2000
+videoStart: 2500
 videoEnd: 10000
 */
 
diff --git a/public/data/scatter-aggregate-bar.js b/public/data/scatter-aggregate-bar.js
index ce7e06c..ad77fd1 100644
--- a/public/data/scatter-aggregate-bar.js
+++ b/public/data/scatter-aggregate-bar.js
@@ -3,7 +3,7 @@ title: Aggregate Scatter to Bar
 category: scatter, animation
 titleCN: 散点图聚合为柱状图动画
 difficulty: 4
-videoStart: 1000
+videoStart: 2000
 videoEnd: 6000
 */
 
diff --git a/public/data/treemap-sunburst-transition.js b/public/data/treemap-sunburst-transition.js
index bc0b5ae..9142a57 100644
--- a/public/data/treemap-sunburst-transition.js
+++ b/public/data/treemap-sunburst-transition.js
@@ -3,7 +3,7 @@ title: Transition between Treemap and Sunburst
 category: treemap, sunburst
 titleCN: 矩形树图和旭日图的动画过渡
 difficulty: 4
-videoStart: 2000
+videoStart: 3000
 videoEnd: 9000
 */
 

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