私はチャートを持っています
$.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 (excanvas を使用) では item は値を返します