Highcharts 点击获取 crosshairs 的 相关信息

Highcharts 点击获取 crosshairs 的 相关信息_第1张图片

chart:{events:{click:function(e){

                window.table_vm.theDay[0]=$(this.tooltip.label.element).find("text>tspan:first").text()

                    window.table_vm.search()

}}}

点击鼠标在红圈的位置 点击 如何获取  2014-12-06 这个日期


虚线 crosshairs的配置方法

{

          tooltip:{

                       crosshairs:{ //显示网格线
                            width:1,
                            color:"#CCC",
                            dashStyle:"longdash"   //虚线
                        }
         }

}

你可能感兴趣的:(Highcharts 点击获取 crosshairs 的 相关信息)