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

[incubator-echarts] branch master updated: tweak example.

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

sushuang 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 ba7a530  tweak example.
ba7a530 is described below

commit ba7a530c4ae088f67eac238e0cf11005ac9d716b
Author: sushuang <su...@gmail.com>
AuthorDate: Mon Sep 3 23:32:18 2018 +0800

    tweak example.
---
 test/axis-multiple.html | 38 +-------------------------------------
 1 file changed, 1 insertion(+), 37 deletions(-)

diff --git a/test/axis-multiple.html b/test/axis-multiple.html
index a467b2a..2ac5771 100644
--- a/test/axis-multiple.html
+++ b/test/axis-multiple.html
@@ -39,7 +39,7 @@ under the License.
         </style>
 
 
-        <!-- <div id="main0"></div> -->
+        <div id="main0"></div>
         <div id="main1"></div>
 
 
@@ -202,42 +202,6 @@ under the License.
                         yAxisIndex: 1,
                         data: [[123, 233], [133, 255]]
                     }]
-                    // series: [{
-                    //     type: 'custom',
-                    //     renderItem: renderItem,
-                    //     label: {
-                    //         normal: {
-                    //             show: true,
-                    //             position: 'top'
-                    //         }
-                    //     },
-                    //     dimensions: ['from', 'to', 'profit'],
-                    //     encode: {
-                    //         x: [0, 1],
-                    //         y: 2,
-                    //         tooltip: [0, 1, 2],
-                    //         itemName: 3
-                    //     },
-                    //     data: data
-                    // }, {
-                    //     type: 'custom',
-                    //     renderItem: renderItem,
-                    //     yAxisIndex: 1,
-                    //     label: {
-                    //         normal: {
-                    //             show: true,
-                    //             position: 'top'
-                    //         }
-                    //     },
-                    //     dimensions: ['from', 'to', 'profit'],
-                    //     encode: {
-                    //         x: [0, 1],
-                    //         y: 2,
-                    //         tooltip: [0, 1, 2],
-                    //         itemName: 3
-                    //     },
-                    //     data: data
-                    // }]
                 };
 
                 chart = myChart = testHelper.create(echarts, 'main1', {


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