jquery - Why my easypie number don't show inside? -


i'm using easypie plugin. but, number isn't showing inside pie , don't know why. try many things. how put number inside pie? i'm using css:

jsfiddle

.easychart {  position: relative;  text-align: center;  margin:10px; } 

your css fine:

.easychart {     position: relative;     text-align: center;     margin:10px; } 

you forgot bring in required css file. check update: jsfiddle.

please see documentation.


Comments

Popular posts from this blog

jQuery Mobile app not scrolling in Firefox -

c++ - How to add Crypto++ library to Qt project -

php array slice every 2th rule -