0
我想使用jqplot爲我的折線圖添加工具提示。 u能請告訴我如何添加它.. 這裏是我的代碼:使用jqplot的折線圖工具提示
$(document).ready(function(){
var plot2 = $.jqplot('chart1', [result], {
seriesColors: [ "#000000", "#ff0000"],
axes:{
xaxis:{
renderer:$.jqplot.CategoryAxisRenderer
}
},
series:[{lineWidth:4, markerOptions:{style:'square'}}], }); });
在此先感謝..
非常感謝... 我得到了它.. – Arun