Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 566 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 566 Bytes

SVG Circle Progress

Simple GUI component to display progress of any kind in form of a SVG based pie chart circle.

Demo

http://svg-circle-progress.meteor.com

Install

meteor add ddh:svg-circle-progress

How to use

{{>SvgCircleProgress radius=[integer] total=[total_number_of_steps] progress=[current_step] bgColor="[css_color]" progressColor="[css_color]"}}

Inspired by

Inspired by the official clock example, for those of you who didn't stumble across this one, check it out here:

https://www.youtube.com/watch?v=4I4gwdlHCgs