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:
1👍
Did you look at the console? It says:
And that’s because:
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/
Source:stackexchange.com