Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/413.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/77.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript 简单的饼图没有效果_Javascript_Jquery_Html_Charts - Fatal编程技术网

Javascript 简单的饼图没有效果

Javascript 简单的饼图没有效果,javascript,jquery,html,charts,Javascript,Jquery,Html,Charts,我最近使用了插件简易饼图:rendro.github.io/easy-pie-chart/ 在页面上,我包含了js文件 <script src="vendor/easy-pie-chart-master/src/easypiechart.js"></script> 你们中的一些人可以帮助我:我提前感谢大家我认为easyPieChart.js路径不正确,请检查路径或给出答案 <script src="http://rendro.github.io/easy-pie-

我最近使用了插件简易饼图:rendro.github.io/easy-pie-chart/

在页面上,我包含了js文件

<script src="vendor/easy-pie-chart-master/src/easypiechart.js"></script>

你们中的一些人可以帮助我:我提前感谢大家

我认为
easyPieChart.js
路径不正确,请检查路径或给出答案

<script src="http://rendro.github.io/easy-pie-chart/javascripts/jquery.easy-pie-chart.js"></script>


感谢您的帮助,结果是:jsfiddle.net/VPKDA/在哪里可以找到您使用的css代码?。插件C有3个不同版本的easypiechart。如果您使用的是基于Jquery的应用程序,并且您使用的是angular cli引导应用程序。在.angular-cli.json“脚本”中添加以下脚本:[“./node_modules/jquery/dist/jquery.js”、“./node_modules/easy饼图/dist/jquery.easypiechart.js”],
<script type="text/javascript">
$(function() {
    $('.chart').easyPieChart({
        //your configuration goes here
    });
});
</script>
Uncaught TypeError: Object [object Object] has no method 'easyPieChart' 
<script src="http://rendro.github.io/easy-pie-chart/javascripts/jquery.easy-pie-chart.js"></script>