码迷,mamicode.com
首页 > 其他好文 > 详细

Echarts tooltip 坐标值修改

时间:2017-09-01 14:30:17      阅读:178      评论:0      收藏:0      [点我收藏+]

标签:nbsp   tooltip   修改   style   fun   位置   pos   bsp   ons   

            tooltip: {
                trigger: axis,
                position:function(p){   //其中p为当前鼠标的位置
                    console.log(p);
                    return [p[0] + 10, p[1] - 10];
                }
            },

 

Echarts tooltip 坐标值修改

标签:nbsp   tooltip   修改   style   fun   位置   pos   bsp   ons   

原文地址:http://www.cnblogs.com/zsongs/p/7462795.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!