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

commit 9ff031bbd4574a7a729db92fb8e03698eb4f18ff
Author: Ovilia <zwl.s...@gmail.com>
AuthorDate: Mon Oct 15 10:29:08 2018 +0800

    test: add test for #8843
---
 test/line-large.html | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/test/line-large.html b/test/line-large.html
index b2c49d1..6c27e65 100644
--- a/test/line-large.html
+++ b/test/line-large.html
@@ -76,8 +76,22 @@ under the License.
                     },
                     legend: {},
                     xAxis: {
+                        splitLine: {
+                            lineStyle: {
+                                color: 'green',
+                                width: 10
+                            }
+                        },
+                        inverse: true
                     },
                     yAxis: {
+                        splitLine: {
+                            lineStyle: {
+                                color: 'green',
+                                width: 10
+                            }
+
+                        }
                     },
                     dataZoom: [{end: 90}, {type: 'inside', end: 90}],
                     series: [{


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

Reply via email to