Skip to content

fixanoid/Pretty-Doughtnut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pretty-Doughtnut

Pretty dounghnut charts with Chart.js and jQuery. A quick and dirty implementation of a prettier doughnut chart to act as a percentage/progess gauge .. Style as you see fit, some options are available in the options object below.

##Options

doughnutWidget.options = {
  container: $('#container'),
  width: 100,
  height: 100,
  class: 'myClass',
  cutout: 50
};

Additional options are set on the data objects, such as coloring, linking, or click handling

Examples are in http://fixanoid.github.io/doughtnut-progress/tester.html

About

Pretty dounghnut charts with Chart.js and jQuery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published