1

我有一张图表

$.plot($("#placeholder2"), 
[ {label:'pulse', data: d11, color: '#3b5998'}], 
{grid:{hoverable: true}}
);

$("#placeholder2").bind("plothover", function (evt, position, item) {
     alert(item);
});

在 IE9 和 10 item always = null 在其他浏览器和 ie7-8 (with excanvas) item 返回值

4

0 回答 0