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!

reverse


Project:jQchart
Version:0.03-beta-1.1
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active
Description

hi, i want to ask you about one feature...
it will be great if JQchart could draw reverse Y coord chart

scaleY : {min: 0,max:1800,gap:200} this draws normal chart
1800
...
400
200
0

scaleY : {min: 1800,max:0,gap:200} this draws reverse chart (not working for now)
0
...
1400
1600
1800