Tip: only show tooltip when hovering directly on point

When bind ajax to tooltip, we want only show tooltip when cursor is hovering directly on the data point

Apply below setting

plotOptions: {
    series: {
        stickyTracking: false
    }
},
tooltip: {
    snap: 0
}

  

posted @ 2015-05-15 13:50  rongbin  阅读(108)  评论(0编辑  收藏  举报