我无法使用数据点击事件

时间:2018-05-14 07:54:30

标签: jqplot

enter image description here

第二个图表值太小而无法点击。 我该怎么办?



$("#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;
&#13;
&#13;

0 个答案:

没有答案