EasyPieChart.js 不工作

EasyPieChart.js not working

我正在尝试使用 easypiechart,但我不知道为什么它没有显示任何东西...

我在 **</body>**

之前添加 easypiechart.js 和下面的代码
<script type="text/javascript">
    $(function() {
        $('.Chart').easyPieChart({
            //your configuration goes here
            size:170,
            animate: 2000,
            lineCap:'butt',
            scaleColor: false,
            barColor: '#ccc',
            lineWidth: 10
        });
    });
</script>

在我的 html 中,我使用此代码调用饼图..

 <div class="Chart" data-percent="73"><span class="percent">73%</span></div>

结果看起来像...

73%

73%左右没有圆圈显示。

请用示例代码解决...

首先确认所有文件都正确包含, 将脚本放在 easypiechart.js 文件之后 如果 javascript 不工作然后尝试使用此 Link

直接访问