Javascript plugin for percentage circles
var percentage_circle = new PercentageLy(container_id, options)| Option | Type | Description | Default |
|---|---|---|---|
| color | string | The color of circle and text | "#79be9b" |
| percentage | number | The initial percentage. | 0 |
| hidePercentageSymbol | boolean | If true, hide the percentage symbol on circle's text | false |
