2016-03-05 28 views

回答

0

通過一系列懸停事件我已經做到了。

seriesHover: e => { 
    if(e.category == 'disabledCategory') { 
     e.preventDefault(); 
    } 
}