easy-pie-chart
easy-pie-chart copied to clipboard
easypiechart
I am not able to get the percentage value inside the progressbar
add these between head clause
<style type="text/css">
.percent {
display: inline-block;
line-height: 110px;
z-index: 2;
}
.percent:after {
content: '%';
margin-left: 0.1em;
font-size: .8em;
}
</style>