You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the LinearGauge extension with the angular-chart.js wrapper for Angular.js.
So far I am not really successful as I get the following error message: Uncaught TypeError: Cannot read property 'extend' of undefined Chart.LinearGauge.js:313
The line 313 reads: Chart.Type.extend({ name: "Linear", defaults: defaultConfig, ....
I am wondering if it could be caused by LinearGauge not being designed for Chart.js version 2x.
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to use the LinearGauge extension with the angular-chart.js wrapper for Angular.js.
So far I am not really successful as I get the following error message:
Uncaught TypeError: Cannot read property 'extend' of undefined Chart.LinearGauge.js:313
The line 313 reads:
Chart.Type.extend({ name: "Linear", defaults: defaultConfig, ....
I am wondering if it could be caused by LinearGauge not being designed for Chart.js version 2x.
The text was updated successfully, but these errors were encountered: