Chartjs-Chartjs fiddle not working

2👍

You need to add a link to the actual source such as:

https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.2.1/Chart.min.js

In the external resources, then press plus button.

See here:

http://jsfiddle.net/r7ahsn15/

1👍

Did you look at the console? It says:

enter image description here

And that’s because:

enter image description here

Meaning that the link you provided was over http rather than https as jsfiddle. Browsers don’t allow that kind of requests (http inside https sites) for security reasons.

Nevertheless, I’m searching for a working example and it seems that all the chart.js fiddles are having the same error:

https://jsfiddle.net/uc25erpc/

https://jsfiddle.net/achudars/NXPhL/

http://fiddle.jshell.net/leighking2/898kzyp7/

Leave a comment