【发布时间】:2013-09-23 08:14:12
【问题描述】:
谁能帮我解决我的问题。
我有这个饼图,
当我将鼠标悬停在它上面时,我需要更改点(段)
你能给我建议的最好方法是什么?
可能是这样,换点,但我不知道该怎么做
plotOptions: {
series:{
point:{
events: {
mouseOver: function( e ){
console.log( this )
}
}
}
}
},
【问题讨论】:
标签: javascript jquery graphics svg highcharts