ccchart.base('', 'white', {config:{barTipAnchorColor:'white', useVal : 'yes'}});
ccchart.base('', {config:{barTipAnchorColor:'colorSet'}});
ccchart.base('black')
ccchart.base('', base)
|
https://ccchart.com
websocket realtime
chat

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

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