Skip to content

Commit

Permalink
Return NaN value
Browse files Browse the repository at this point in the history
  • Loading branch information
nagix committed May 17, 2019
1 parent 61355da commit e953e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scales/scale.radialLinear.js
Expand Up @@ -413,7 +413,7 @@ module.exports = LinearScaleBase.extend({
var me = this;

if (helpers.isNullOrUndef(value)) {
value = NaN;
return NaN;
}

// Take into account half font size + the yPadding of the top value
Expand Down

0 comments on commit e953e8c

Please sign in to comment.