Chartjs-Chart.options returns "Property 'options' does not exist on type 'chart'"

1👍

Got it working.
I do not know exactly what was causing this error however by treating the properties as array elements I was able to get it working perfectly fine.

this.LQChart['options']['scales']['yAxes'][0]['type'] = 'logarithmic';

Leave a comment