Using latest v2.0-dev
branch (d31db87) and following config:
var chart = new Chart(ctx, {
data: data,
type: 'radar',
options: {
tooltips: {
mode: 'label'
}
}
})
I get following error when tooltip should be displayed:
Uncaught TypeError: Cannot read property 'getPixelForDecimal' of undefined
It appears to be because it's attempting to use the ._yScale
property, which does not exist. There are checks elsewhere in the method to handle this for polar/radar charts but they're not applied for this line.
(Will try and have a closer look if I get a chance)
Codepen demo here: http://codepen.io/timcroydon/pen/RrOKdq
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4