🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

A jQuery plugin to draw animated, doughnut chart style, circular progress indicators using Html5 canvas and chart.js JavaScript library.

progress-bar Donut-Chart

Documentation

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


You May Also Like