Simple GUI component to display progress of any kind in form of a SVG based pie chart circle.
http://svg-circle-progress.meteor.com
meteor add ddh:svg-circle-progress
{{>SvgCircleProgress radius=[integer] total=[total_number_of_steps] progress=[current_step] bgColor="[css_color]" progressColor="[css_color]"}}
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