Skip to content

HTML5 Canvas Gauge. Tiny implementation of highly configurable gauge using pure JavaScript and HTML5 canvas. No dependencies. Suitable for IoT devices because of minimum code base.

License

Notifications You must be signed in to change notification settings

Mikhus/canvas-gauges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e6d9e33 · Sep 28, 2016
Sep 11, 2016
Sep 28, 2016
Sep 3, 2016
Sep 28, 2016
Sep 11, 2016
Aug 23, 2016
Aug 16, 2016
Aug 16, 2016
Sep 24, 2016
Aug 17, 2016
Aug 19, 2016
Sep 27, 2016
Sep 12, 2016
Sep 28, 2016
Sep 28, 2016
Sep 28, 2016
Sep 28, 2016
Sep 28, 2016
Sep 14, 2016
Sep 28, 2016
Sep 28, 2016

Repository files navigation

HTML Canvas Gauges v2.0

Build Status Test Coverage Documentation Coverage License

Canvas Gauges

This is tiny implementation of highly configurable gauge using pure JavaScript and HTML5 canvas. No dependencies. Suitable for IoT devices because of minimum code base.

Installation

Canvas gauges can be simply installed using npm package manager. Depending on your needs there is possibility to install whole gauge library or only that part you really need for your project. To install the whole library, run:

$ npm install canvas-gauges

If you only need the exact type of the gauge it can be installed using the appropriate npm tag. Currently the following gauges are supported: linear, radial.

To install only linear gauge, run:

$ npm install canvas-gauges@linear

To install only radial gauge, run:

$ npm install canvas-gauges@radial

This strategy useful only if you need to minimize your code base and plan to use ONLY a specific gauge type. If you need to use various gauge types in your project it is recommended to use whole gauge package.

More...

Documentation

You can find complete docs on the canvas gauges web-site:

Special Thanks

Lohika

For supporting development!

SauceLabs

For testing support!

And to all contributors!

License

This code is subject to MIT license.

About

HTML5 Canvas Gauge. Tiny implementation of highly configurable gauge using pure JavaScript and HTML5 canvas. No dependencies. Suitable for IoT devices because of minimum code base.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published