Skip to content

WebCodium/angular-doughnut-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doughnut chart

Before you run gulp command in console you need run npm install and bower install.

You need run gulp every time if you want to look for (watch) the project.

You need run gulp server if you want to run a demo of plugin in your browser.

Run gulp --production for minifying and uglifying scripts and styles.

Install

Include Angular and doughnutchart.min.js or doughnutchart.js in your page. You can use bower:

bower install angular-doughnut-chart

Add angular-svg-round-progress to your app's module dependencies:

angular.module('someModule', ['angular-doughnut-chart'])

Iclude doughnutchart.min.css or doughnutchart.css stylesheet in your page.

Options

Name Description Required Default value Possible values
percentage The current progress. Yes undefined Integer

Example:

<doughnut-chart
    percentage="50">
</doughnut-chart>

Author: yura.l@webcodium.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published