Skip to content

guyirvine/bulletgraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Bulletgraph

An html version of Stephen Few's Bullet graph.

##Install

bower install bulletgraph

##Usage

bullet_graph( id, options )

See index.htm for example usage, but this,

<div id="g3"></div>
<script>
bullet_graph( "g3",
         {
            "ticks": 5,
            "range": [70,90,100],
            "measure": 55,
            "target": 80
         });
</script>

will get you going.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published