/canvas-speedometer

A speedometer gauge implemented in Javascript and an HTML5 <canvas> object

Primary LanguageJavaScript

Canvas Speedometer

This is a simple speedometer widget implemented using the standard HTML5 Canvas APIs.

It has been tested on Webkit (Safari/Chrome), Gecko (Firefox/Iceweasel/…) and IE starting from version 9.

You can watch a demo here

Documentation

Browseable on the github wiki and available in the doc/ subdirectory of the source distribution.

Credits

Original code shared in the public domain by <anonymous> on the ’net

Me (vjt@openssl.it) did:

  • Refactoring, object orientation and firefox quirks workarounds on xcanvas.js
  • Theming support
  • Documentation