All Projects → schlunsen → angular-gaugejs

schlunsen / angular-gaugejs

Licence: MIT license
Angular directive for gauge.js

Programming Languages

javascript
184084 projects - #8 most used programming language

angular-gaugejs

Angular directive to show a gauge (using gauge.js)

Copyright (C) 2014, Rasmus Schlünsen

Usage

Include both gauge.js and angular-gauge.js in your application.

<script src="components/gauge.js/dist/gauge.js"></script>
<script src="components/angular-gaugejs/angular-gauge.js"></script>

Add the module gaugejs as a dependency to your app module:

var myapp = angular.module('myapp', ['gaugejs']);

You can now start using the gaugejs directive to display an animated gauge. Currently the directive must be used on canvas tags

<canvas gaugejs></canvas>

Bitdeli Badge

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].