chartjs / chartjs/Chart.LinearGauge.js

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

Open
#1 3 comments 4 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
56
Forks
57
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.