我正在使用Easy Pie Chart:https://github.com/rendro/easy-pie-chart
除了没有显示在圆圈中间但在左下角(圆圈外)的百分比外,一切都很好。
我已经搜索了一个解决方案,我发现了这个问题:Easy Pie Chart : Bug percentage not centered?但它没有解决问题(在我的案例中,“图表”类已经过了。)
以下是代码:
HTML:
<div class="chart" data-percent="73">73%</div>
JS:
$(function() {
$('.chart').easyPieChart({
animate: 2000,
scaleColor: false,
lineWidth: 12,
lineCap: 'square',
size: 100,
trackColor: '#e5e5e5',
barColor: '#3da0ea'
});
});
帮助表示赞赏!
答案 0 :(得分:0)
您可以通过支持委员会找到此问题的解决方案。这取决于你是否使用jquery或angular。在使用jquery的情况下,您需要访问该事件,然后更新节点的内容。 https://github.com/rendro/easy-pie-chart/issues/88