You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by ov...@apache.org on 2018/10/15 03:23:33 UTC

[incubator-echarts] branch master updated: test: add test case for #8962

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5b4f8f4  test: add test case for #8962
5b4f8f4 is described below

commit 5b4f8f494c03775ddcc481b3c8ba0ca819e07a5d
Author: Ovilia <zw...@gmail.com>
AuthorDate: Mon Oct 15 11:23:14 2018 +0800

    test: add test case for #8962
---
 test/radar.html | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/test/radar.html b/test/radar.html
index 6e78c93..e68fad3 100644
--- a/test/radar.html
+++ b/test/radar.html
@@ -49,7 +49,7 @@ under the License.
                     },
                     tooltip: {},
                     legend: {
-                        data: ['预算分配(Allocated Budget)', '实际开销(Actual Spending)']
+                        data: ['预算分配(Allocated Budget)', '实际开销(Actual Spending)', '第一个元素是 null']
                     },
                     radar: {
                         radius: [50, '70%'],
@@ -83,8 +83,12 @@ under the License.
                                 name : '预算分配(Allocated Budget)'
                             },
                              {
-                                value : [50, 14000, 28000, 31000, 42000, 21000],
+                                value : [50, 14000, 28000, 31000, '-', 21000],
                                 name : '实际开销(Actual Spending)'
+                            },
+                            {
+                                value: ['-', 8000, 20000, 20000, 40000, 10000],
+                                name: '第一个元素是 null'
                             }
                         ]
                     }]


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