为什么我的easypie号码不在里面显示?

时间:2014-04-21 15:36:33

标签: jquery html css easypie

我正在使用easypie插件。 但是,这个数字并没有显示在馅饼里面,我也不知道为什么。我已经尝试了很多东西。 如何将数字放入馅饼? 我正在使用这个css:

JSFiddle

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

2 个答案:

答案 0 :(得分:0)

你的CSS很好:

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

你实际上忘了引入所需的CSS file。查看更新:JSFiddle

请参阅documentation

答案 1 :(得分:0)

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

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

Fiddle