From ecd3b58b281cf604ad871f91f167d4374e5cc75e Mon Sep 17 00:00:00 2001 From: Evert Timberg Date: Sat, 13 Jun 2015 14:47:13 -0400 Subject: [PATCH] Fix typo in linear scale. --- src/scales/scale.linear.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scales/scale.linear.js b/src/scales/scale.linear.js index 0ddd956b5..60caae477 100644 --- a/src/scales/scale.linear.js +++ b/src/scales/scale.linear.js @@ -133,7 +133,7 @@ if (this.options.labels.userCallback) { // If the user provided a callback for label generation, use that as first priority - label = this.options.lables.userCallback(tick, index, ticks); + label = this.options.labels.userCallback(tick, index, ticks); } else if (this.options.labels.template) { // else fall back to the template string label = helpers.template(this.options.labels.template, {