chartjs / Chart.LinearGauge.js

Linear Gauge chart type for Chart.js
https://chartjs.github.io/Chart.LinearGauge.js/example
MIT License
55 stars 58 forks source link

Chart.js version and usage with angular-chart.js #1

Open intensite opened 7 years ago

intensite commented 7 years ago

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.

roccomuso commented 7 years ago

it's not compatibile with Chart.js 2x?

eeve commented 7 years ago

can not work in Chart.js 2.5.0

fezde commented 7 years ago

Can confirm that. Seems not to be compatible with 2.x