Pretty dounghnut charts with Chart.js and jQuery
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.
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