I need to make a round object much like a speedometer (with moving needle inside indicating a value) in a browser. currently for all other items on this page iam using jquery. I rather not use flash as it needs to be ipod / iphone usable.

Any experience others have had doing this is greatly appreciated.

link|improve this question

75% accept rate
thank you for the great info... I am currently downloading and going to try processing.js – dnndeveloper May 27 '09 at 12:20
feedback

5 Answers

up vote 1 down vote accepted

You might consider using Processing.js, which was ported to JS by John Resig, the same guy who invented jQuery. It allows you to draw any sort of primitive on an HTML Canvas. It supports all major browsers (from the website):

Processing.js runs in FireFox, Safari, Opera, Chrome and will also work with Internet Explorer, using Explorer Canvas.

link|improve this answer
feedback

Check out this speedometer created using Javascript/css and some analog clocks in Javascript/css as well.

You can use the source in those as a starting point for what you are trying to accomplish.

link|improve this answer
feedback

There is also now a specific 'speedomiter' plug in for jquery - looks nice and simple also appears to have good cross browser compatability.

http://plugins.jquery.com/node/14397/release

link|improve this answer
feedback

Here is a speedometer which may work you. http://dejapong.com/?p=138. It does require raphael.js, but that is not a large library (61k).

The plugin allows you to adjust lighting, and face colors, along with a couple other features.

link|improve this answer
feedback

You met the same requirement with me. I've written a flot plugin by modifying the flot.pie.js, here is the code effect

http://dl.iteye.com/upload/attachment/469925/a6d6c376-d661-3fa5-bc23-ed15b803da10.jpg

and you can retrieve the source from: http://georgezeng.iteye.com/admin/blogs/1014349

note: You should use this js with the flot

I hope this will shoot you

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.