ccchart.base('white')
ccchart.base('black')
ccchart.base('', base)
|
https://ccchart.com
websocket realtime
chat
|
borderRadius = 0px
borderRadius = 12px

ひとつのデータを複数のチャートタイプへ表示する( without Realtime chart )

var data = [
    ["年度",2008,2009,2010,2011,2012,2013],
    ["紅茶",332,524,688,774,825,999],
    ["コーヒー",335,584,333,457,788,900],
    ["ジュース",435,456,352,567,678,1260],
    ["ウーロン",123,312,200,402,300,512]
  ];