Skip to content

schlunsen/angular-gaugejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Angular directive for gauge.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •