rendro / easy-pie-chart

easy pie chart is a lightweight plugin to draw simple, animated pie charts for single values
http://rendro.github.io/easy-pie-chart
MIT License
2.07k stars 503 forks source link

easypiechart #164

Open Nandita286 opened 8 years ago

Nandita286 commented 8 years ago

I am not able to get the percentage value inside the progressbar

tceydeliler commented 8 years ago

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>