tigrr / circle-progress

Responsive, accessible, animated, stylable with CSS circular progress bar available as plain (vanilla) JS and jQuery plugin.
https://tigrr.github.io/circle-progress
MIT License
171 stars 44 forks source link

Added Half Circle Progress #32

Open ac-mmi opened 4 months ago

ac-mmi commented 4 months ago

Fixes #11

Added a separate semi-circle-progress.js and the corresponding style file. To use this component, include the following tag in your HTML:

<semi-circle-progress value="[value]" max="[max-value]"></semi-circle-progress>

ac-mmi commented 3 months ago

@tigrr have you checked it