Skip to content

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

Notifications You must be signed in to change notification settings

ddresch/meteor-svg-circle-progress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published