Search code examples
jqueryhtmlcsseasypie

Why my easypie number don't show inside?


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:

JSFiddle

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

Solution

  • 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.