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';
Source:stackexchange.com