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/04 08:46:30 UTC

[incubator-echarts-examples] branch next updated: update gauge-car example

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 9c95942  update gauge-car example
9c95942 is described below

commit 9c95942a1d89b0e8d373cb96014c6f5c49bd5d3d
Author: Wdingding <wa...@gmail.com>
AuthorDate: Wed Nov 4 16:41:34 2020 +0800

    update gauge-car example
---
 public/data/gauge-car.js | 22 +++++++---------------
 1 file changed, 7 insertions(+), 15 deletions(-)

diff --git a/public/data/gauge-car.js b/public/data/gauge-car.js
index 6d40025..3a77667 100644
--- a/public/data/gauge-car.js
+++ b/public/data/gauge-car.js
@@ -18,9 +18,8 @@ option = {
     },
     series: [
         // left
-        // 0
         {
-            name: 'PORSCHE',
+            name: 'gauge 0',
             type: 'gauge',
             min: -200,
             max: 250,
@@ -71,9 +70,8 @@ option = {
                 name: 'km/h'
             }]
         },
-        // 1
         {
-            name: 'PORSCHE',
+            name: 'gauge 1',
             type: 'gauge',
             min: 0,
             max: 250,
@@ -140,11 +138,9 @@ option = {
                 name: '当前位置:\n \n 中科路'
             }]
         },
-
         // middle
-        // 2
         {
-            name: 'PORSCHE',
+            name: 'gauge 2',
             type: 'gauge',
             min: 0,
             max: 8,
@@ -221,9 +217,8 @@ option = {
                 show: false
             }
         },
-        // 3
         {
-            name: 'PORSCHE',
+            name: 'gauge 3',
             type: 'gauge',
             min: 0,
             max: 8,
@@ -283,9 +278,8 @@ option = {
             }]
         },
         // right
-        // 4
         {
-            name: 'PORSCHE',
+            name: 'gauge 4',
             type: 'gauge',
             min: 0,
             max: 8,
@@ -354,9 +348,8 @@ option = {
                 name: ''
             }]
         },
-        // 5
         {
-            name: 'PORSCHE',
+            name: 'gauge 5',
             type: 'gauge',
             min: 0,
             max: 1,
@@ -446,9 +439,8 @@ option = {
                 name: ''
             }]
         },
-        // 6
         {
-            name: 'PORSCHE',
+            name: 'gauge 6',
             type: 'gauge',
             min: -120,
             max: -60,


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