Hi Friends,
This is my first post here.I tried to make a circular progress bar in my application and I done it by using SVG Path.
Here is the sample code,
HTML
In path tag ‘d=M200,200’ where (200,200) is the starting point from where the circular bar start.
JavaScript
Call drawCircle(); function onLoad or whenever required.drawCircle() create a circular progress bar that starts from point(200,200).