Deepak Krishna
Deepak Krishna

Reputation: 49

jQuery scaling effect

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

Answers (2)

Spacedman
Spacedman

Reputation: 94202

For charts in javascript I'd look at protovis:

http://vis.stanford.edu/protovis/

Upvotes: 1

sushil bharwani
sushil bharwani

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

Related Questions