Skip to content

Latest commit

 

History

52 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#WormChart

It's a chart that looks like a worm. Simple jQuery Plugin that generates a horizontal stacked bar graph

Checkout an example here

##Usage

  // The data is just an array of percentages.
  var data = [25, 34, 16, 25]

  //Simply call wormChart on the desired container object to create wormy
  $("#sample_container").wormChart(data);

##Styling We believe that things should be styled with CSS not by hand passing JS arguments. worm_chart.css will serve as a good starting point. From there hack away to make wormy look the way you want.

Dependencies

  • jQuery >= 1.6.0

Future Plans

  • Add some tests

About

Horizontal stacked bar graph

Resources

Stars

3 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages