Angular Chart.js not displaying Chart (Legend is Displaying)

๐Ÿ‘:0

I fixed the problem. I had the chart canvas in a div with an ng-show and kept it hidden until a stock was selected.

I changed it to an ng-if and everything worked perfect after that.

Leave a comment