<script> jQuery( function() { jQuery . jqplot( 'jqPlot-sample', [ [ [ 88, 65, 52, 'A' ], [ 36, 22, 62, 'B' ], [ 33, 54, 35, 'C' ], [ 51, 63, 33, 'D' ], [ 21, 91, 51, 'E' ], [ 45, 79, 68, 'F' ] ] ], { seriesDefaults: { renderer: jQuery . jqplot . BubbleRenderer } } ); } ); </script> seriesDefaults グラフの種類や、系列の色、太さなど、系列に関する初期設定オプション。 renderer 系列の生成編集に使うプラグインを指定。 jQuery . jqplot . BarRenderer: 棒グラフ jQ