禁用highcharts上某些点上的标记

禁用highcharts上某些点上的标记,highcharts,Highcharts,嗨,我的解决方案是: data:{ series:[ { x: 1234, y: 45678, marker: { enabled: false, states:{ hover:{ enabled: false, },

嗨,我的解决方案是:

data:{
     series:[
         {
            x: 1234,
            y: 45678,
           marker: {
               enabled: false,
               states:{
                  hover:{
                     enabled: false,
                  },
                  select:{
                     enabled: false,
                  }
               }
             }
        },
        .... //other data
  ]
}

但对于州而言,悬停仍然出现…:

演示:


干杯

这是已知的bug,这里报道:

更新:错误现在已修复。确保您使用的是Highcharts库的最新版本