第二个图表值太小而无法点击。 我该怎么办?
$("#jqplot3").bind('jqplotDataClick',
function (ev, seriesIndex, pointIndex, data){
var url = "<c:url value='/test/salesDetailPage.do'/>" ;
var target = "openPopup";
var itemType = item[pointIndex];
window.open("", "openPopup", "width=1500, height=800, left=600, scrollbars=yes, resizable=yes");
fn_openPopup(url, target, itemType);
}
&#13;