funny-code123

在plotOptions:{}中添加

series: {

   events: {
     //控制图标的图例legend不允许切换
    legendItemClick: function (event){                                    
       return false//return  true 则表示允许切换
    }
  }
}

相关文章:

  • 2021-10-18
  • 2021-08-04
  • 2021-11-27
  • 2021-11-17
  • 2021-08-06
  • 2021-11-17
  • 2021-09-17
  • 2021-12-22
猜你喜欢
  • 2021-11-17
  • 2021-08-06
  • 2021-11-27
  • 2021-08-29
  • 2021-11-17
  • 2021-11-17
  • 2021-11-17
相关资源
相似解决方案