<p><img src="http://chart.apis.google.com/chart?chs=${size=600x350}&cht=lc&chdl=${legend1=600th}|${legend2=700th}|${legend3=800th}&chtt=${title=CROSSxBEATS+Score+ Match}&chxt=x,y&chxl=0:||${datelabel=}|&chd=t:${data1=}|${data2=}|${data3=}&chco=ff0000,0000ff,008800" alt=""/></p>
 <script type="text/javascript" src="https://www.google.com/jsapi"></script>
 <script type="text/javascript">
  google.load("visualization", "1", {packages:["corechart"]});
  google.setOnLoadCallback(drawChart);
  function drawChart() {
   var data = google.visualization.arrayToDataTable([
    ${data=}
   ]);
   var options = { title: '${title=}' };
   var chart = new google.visualization.LineChart(document.getElementById('chart_div'));
   chart.draw(data, options); }
 </script>
 <div id="chart_div" style="width: ${width=500}px; height: ${height=250}px;"></div>


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS