// bower i jquery-circle-progress
// script(src='bower/jquery-circle-progress/dist/circle-progress.min.js')
// doc https://github.com/kottenator/jquery-circle-progress
$('.circle').circleProgress({
size: 120,
startAngle: 4.75,
thickness: 2,
emptyFill:'#f3f3f3', //цвет задника
fill:"#41cf1c" //цвет полоски
});
.circle(data-value="0.9")