Reputation: 58662
My goal is to create 6 donut pie charts using easypiechart.js like this:
I follow every step of the instruction from here
I believe I link all the external resources in my JSFiddle. I am not sure why, I still couldn't get them to display. Can someone help me?
Upvotes: 1
Views: 889
Reputation: 991
Apparently you had a problem with a reference to an external resource. In your case, you should have used jquery.easypiechart.js
, which is available on this CDN: https://cdnjs.cloudflare.com/ajax/libs/easy-pie-chart/2.1.4/jquery.easypiechart.js
I included into your Fiddle, and worked here
I think you still have some css problems. You should re-check your external resources.
Upvotes: 3