View on GitHub

Cyberchart

html5 canvas chart

Download this project as a .zip file Download this project as a tar.gz file

Welcome to CyberChart Pages.

jQuery based Chart


var geData = [{label: '2013-12-09', value: 16}, {}, ...],
	gfData = [{label: '2013-12-09', value: 9}, {}, ...];
new CyberChart('ge_chart', geData, {xTitle:'情緒', yTitle:'分數', type:'line'});
new CyberChart('gf_chart', gfData, {xTitle:'功能', yTitle:'分數', barWidth:0.9});

Demo