2013-04-09 57 views

回答

6

是的,有。正如我所说的,您可以按API中所述配置状态。

http://jsfiddle.net/HePx3/4/

plotOptions: { 
     series: { 
      lineWidth: 5, 
      states: { 
       hover: { 
        enabled: true, 
        lineWidth: 5 
       } 
      } 
     } 
    }