[Chartjs]-Chart JS not rendering on iOS devices

1👍

Have you tried commenting the following code under Chart.js ?

helpers.retinaScale(this.chart);

That tends to fix the issue.

1👍

It’s so silly, but removing the []’s from my backgroundColor and borderColor options fixed the rending issue I was having.

Leave a comment