Skip to content

ashesnz/histogram

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Histogram

An html version of a Histogram.

##Install

bower install histogram

##Usage

histogram( id, options )

See index.htm for example usage, but this,

<div id="h1"></div>
<script>
    histogram( "h1", {
               "data": [70,20,30,40,10]
              } );
</script>

will get you going.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published