这就是我尝试过的:
$("#toollip").click(function(){ if(chart.container.tooltip.enabled ){ chart.container.tooltip.enabled = false; }else{ chart.container.tooltip.enabled = true; } });
javascript jquery highcharts
highcharts ×1
javascript ×1
jquery ×1