0

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;
}
4

2 回答 2

0

你的 CSS 很好:

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

您实际上忘记了引入所需的CSS 文件。检查更新:JSFiddle

请参阅文档

于 2014-04-21T15:43:12.400 回答
0

您的代码工作正常,您只需要添加 css 资源,因为您已经有了引导程序,您需要设置jquery.easy-pie-chart.js

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

小提琴

于 2014-04-21T15:44:03.090 回答