[Chartjs]-Chart.JS TypeError: this.scale is undefined

3👍

I figured it out after about 2 days. Its pretty annoying but I guess it was looking at the JSON as an array and not the object it needed. so i did a parseJson on the returned data and it worked perfectly into the graph….Any way thanks for your help you telling me to do that alert @potatopeelings helped me realize the JSON was not being read properly.

Leave a comment