I'm using easypie plugin. But, the number isn't showing inside the pie and I don't know why. I already try many things. How to put number inside the pie? I'm using this css:
.easychart {
position: relative;
text-align: center;
margin:10px;
}
Your CSS is fine:
.easychart {
position: relative;
text-align: center;
margin:10px;
}
You actually forgot to bring in the required CSS file. Check the update: JSFiddle.
Please see the documentation.