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.
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.
| Name | Description | Required | Default value | Possible values |
|---|---|---|---|---|
percentage |
The current progress. | Yes | undefined | Integer |
<doughnut-chart
percentage="50">
</doughnut-chart>Author: yura.l@webcodium.com