code-8
code-8

Reputation: 58662

How to create donut pie charts using easypiechart.js?

My goal is to create 6 donut pie charts using easypiechart.js like this: enter image description here 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?

JS Fiddle

Upvotes: 1

Views: 889

Answers (1)

jmartins
jmartins

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

Related Questions