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/06/13 10:03:59 UTC

[incubator-echarts] 03/05: test(tooltip): test for non-html tooltip

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 311df99772d7f9c378ad2af7183ecc121d292418
Author: Ovilia <zw...@gmail.com>
AuthorDate: Wed Jun 13 17:11:54 2018 +0800

    test(tooltip): test for non-html tooltip
---
 test/tooltip-rich.html | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/test/tooltip-rich.html b/test/tooltip-rich.html
index 275dead..82f3e96 100644
--- a/test/tooltip-rich.html
+++ b/test/tooltip-rich.html
@@ -55,13 +55,10 @@ under the License.
 
                 chart.setOption({
                     backgroundColor: '#eee',
-                    title: {
-                        text: '我是柱状图',
-                        padding: 20
-                    },
                     tooltip: {
                         show: true,
-                        // useHtml: false
+                        useHtml: false,
+                        trigger: 'axis'
                     },
                     yAxis: {
                         type: 'value'

-- 
To stop receiving notification emails like this one, please contact
ovilia@apache.org.

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