jQchart 0.02-beta-1.7
February 27, 2008 - 7:36am — tato
Mini sample| data0.txt|v0.02-beta-1.7.zip|load csv(new!)|
Samples [ 1,2,3,4,5,6,7,8(new!),9(new!),10(draggable),nightly ]
Download: jquery.jqchart0.02-beta-1.7.js_0.txt
Size: 15.21 KB
md5_file hash: 3481c071b128f5f58d0ceb507401fc24
First released: February 27, 2008 - 7:36am
Size: 15.21 KB
md5_file hash: 3481c071b128f5f58d0ceb507401fc24
First released: February 27, 2008 - 7:36am
Ajax & Draggable Simple Chart on Canvas+jQuery . Beta. Interactive and cross-browser.
== Mini sample ==
<canvas id="canvasMyID" height="200"></canvas>
<script type="text/javascript">
$(function(){
$('#canvasMyID').jQchart('./data0.txt')
});
</script>== File data0.txt ==
{ data : [
[333,555,888,445,666,999,333]
]
};Samples [ 1,2,3,4,5,6,7,8(new!),9(new!),10(draggable),nightly ]
