Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

jQchart


Average rating
(7 votes)

Ajax & Draggable Simple Chart on Canvas+jQuery . Beta. Interactive and cross-browser.
v003 was released. now jQchart support 'line','bar' and CanvasGradient for Background.
jQchart + CanvasGradient | CSV to Table & Chart--with csv2table | v0.03-beta-1.zip

== 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]  ] };
Mini sample| data0.txt|
Samples [ 1,2,3,4,5,6,7,8,9(csv),10(drag),11(drop),12(bar),n ]

Releases

Official releasesDateSizeLinksStatus
0.02-beta-1.42008-Feb-1514.16 KBRecommended for 1.0.xThis is currently the recommended release for 1.0.x.
0.03-beta-1.12008-Mar-1820.25 KBRecommended for 1.2.xThis is currently the recommended release for 1.2.x.