From: Evert Timberg Date: Sat, 13 Jun 2015 18:47:13 +0000 (-0400) Subject: Fix typo in linear scale. X-Git-Tag: 2.0.0-alpha2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecd3b58b281cf604ad871f91f167d4374e5cc75e;p=thirdparty%2FChart.js.git Fix typo in linear scale. --- 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, {