easy-pie-chart icon indicating copy to clipboard operation
easy-pie-chart copied to clipboard

easypiechart

Open Nandita286 opened this issue 9 years ago • 1 comments

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

Nandita286 avatar Nov 17 '15 09:11 Nandita286

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>

tceydeliler avatar Jun 09 '16 12:06 tceydeliler