Reputation: 49
I have a lowest price, highest price and present price for a stock. I want to show on a line where the present value is relative to the lowest and highest prices. Is there a way to do it easily in jQuery?
Upvotes: 0
Views: 127
Reputation: 94202
For charts in javascript I'd look at protovis:
http://vis.stanford.edu/protovis/
Upvotes: 1
Reputation: 30187
if you are looking for charts i think the best jQuery plugin available is jQuery Sparkline.
http://plugins.jquery.com/project/sparklines
Upvotes: 0