rendro / easy-pie-chart

easy pie chart is a lightweight plugin to draw simple, animated pie charts for single values

Home Page:http://rendro.github.io/easy-pie-chart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

easypiechart

Nandita286 opened this issue · comments

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>