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/09/04 07:31:45 UTC

[incubator-echarts] branch release updated: test: fix typo

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

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


The following commit(s) were added to refs/heads/release by this push:
     new aa568c7  test: fix typo
     new 9dd2545  Merge branch 'release' of github.com:ecomfe/echarts into release
aa568c7 is described below

commit aa568c796fbf97016281455631bbd9e8a380cce4
Author: Ovilia <zw...@gmail.com>
AuthorDate: Tue Sep 4 15:30:55 2018 +0800

    test: fix typo
---
 test/appendData.html | 6 +++---
 test/bmap.html       | 1 -
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/test/appendData.html b/test/appendData.html
index ae64551..abaecd3 100644
--- a/test/appendData.html
+++ b/test/appendData.html
@@ -145,7 +145,7 @@ under the License.
                     title: [
                         '(1) Click btn to appendData over limit, should render successfully.',
                         '(2) Grid extent will not be modified, even if point overflow the extent.',
-                        '(3) Then test click lengend, should be normal.'
+                        '(3) Then test click legend, should be normal.'
                     ],
                     option: option,
                     info: option.series,
@@ -279,8 +279,8 @@ under the License.
 
                 var myChart = testHelper.create(echarts, 'main4', {
                     title: [
-                        '(1) Points over limit, test click lengend, should be normal.',
-                        '(2) Click btn to appendData, test click lengend, should be normal.'
+                        '(1) Points over limit, test click legend, should be normal.',
+                        '(2) Click btn to appendData, test click legend, should be normal.'
                     ],
                     option: option,
                     info: option.series,
diff --git a/test/bmap.html b/test/bmap.html
index 5262cdf..ac412ff 100644
--- a/test/bmap.html
+++ b/test/bmap.html
@@ -450,7 +450,6 @@ under the License.
                 var myChart = echarts.init(document.getElementById('main'));
 
                 myChart.setOption({
-                    backgroundColor: '#404a59',
                     title: {
                         text: '全国主要城市空气质量',
                         subtext: 'data from PM25.in',


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