CSS3 based radial progress bar
A CSS3 based radial progress bar
var newProgressBar = new Css3ProgressBar('container1');
document.getElementById('percentValue').addEventListener('keyup', function() {
newProgressBar.setProgress(this.value);
}, false);
@andsens/radial-progress-indicator-using-css-a917b80c43f9#.6bjwej9v3">This project was inspired from a colleague of mine and this post by Anders Ingemann