[Chartjs]-Code works fine on jsfiddle but one function is not working on website

1👍

In your jsFiddle you are loading only one instance of Chart.js (cdnjs.cloudflare.com/ajax/libs/Chart.js/1.0.2/Chart.min.js) and in the bottom of index on your website it looks to me like you’re loading another instance of Chart.js. The local version could be different from the version used in the jsFiddle (1.0.2).

Leave a comment