Chart Wizard Use the wizard below to generate image charts. This page is included from http://imagecharteditor.appspot.com/.
Chart Wizard Use the wizard below to generate image charts. This page is included from http://imagecharteditor.appspot.com/.
解説 リクエストURI グラフ作成のために Google Chart API のサーバへ送っている リクエストは次の通りです。 (可読性のために改行してます) http://chart.apis.google.com/chart ?cht=r &chxt=y,x &chls=4|4 &chco=FF0000,00FF00 &chxp=0,0,20,40,60,80,100 &chd=t:76,78,91,78,58,72,76|55,65,59,77,87,45,55 &chxl=1:|項目(1)|項目 (2)|項目(3)|項目(4)|項目(5)|項目(6) &chm=s,FF0000,0,-1,12,0|s,FFFFFF,0,-1,8,0|o,00FF00,1,-1,12,0|o,FFFFFF,1,-1,8,0 &chts=000000,20 &chtt=レーダーチャート &chdl=デ
$ unzip googchart_0_1.zip Archive: googchart_0_1.zip inflating: example.php inflating: GoogChart.class.php <?php include_once('GoogChart.class.php'); $data = array( 'IE7' => 22, 'IE6' => 30.7, 'IE5' => 1.7, 'Firefox' => 36.5, 'Mozilla' => 1.1, 'Safari' => 2, 'Opera' => 1.4, ); $chart = new googChart(); $chart->setChartAttrs( array( 'type' => 'pie', 'data' => $data, 'size' => array( 300, 200 ) ));
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く