Display percentage with angular directive
Hi,
That pie chart plugin is exactly what i'm looking for, thanks for the work.
However, I can't get to display the percentage at the center of the pie chart with the angular directive and you're not really explaining how we are supposed to. Do we add it and place it with css by ourself ? Or did you include a way to do it ?
Thx
I am experiencing the same issue.
Found an answer in a previously closed issue here : Value percentage into the circle
Still it might be interesting to specify it in the instructions, no ?
Hi,
Mine those not work how did you do it?
Just make your directive like this,
<div class="percent chart" easypiechart options="options" percent="percent"><span style="line-height:110px;">{{ percent }}</span></div>