在plotOptions:{}中添加spa
series: {
code
events: {
//控制图标的图例legend不容许切换
legendItemClick:
function
(event){
return
false
;
//return true 则表示容许切换
}
}
}