我在我的代碼中有以下內容。有選項jqplot和圖例選項問題
legend: {show:true}
糟糕的圖表。圖例部分很長 並且沒有圖表。 我在這裏粘貼圖像圖表的外觀: http://tinypic.com/view.php?pic=2eqgbgy&s=7
這表明沒有傳說中的選項精細,雖然,但圖表當然是沒有的傳說。
在Chrome中我看到了以下異常 未捕獲的錯誤:INDEX_SIZE_ERR:DOM異常1
<script type="text/javascript">
line2 = [['Living Expenses',1000], ['Loans',2000], ['Credit
Card',500]];
$j(document).ready(function() {
$j.jqplot.config.enablePlugins = true;
$j.jqplot('piechartdiv', [line2], {
title: 'Where is my money going?',
seriesDefaults:{renderer:$j.jqplot.PieRenderer,
rendererOptions:{sliceMargin:8}}, legend:{show:true}
});
});
</script>
<div style="width: 450px;margin: 0px auto;">
<div id='piechartdiv'></div>
</div>
讚賞任何幫助。
的$ J的可能是jQuery的或只是一個替代名稱$因爲與使用$符號 – 2011-07-27 12:37:47