Fix typo in linear scale.

This commit is contained in:
Evert Timberg
2015-06-13 14:47:13 -04:00
parent 47b25d1c6d
commit ecd3b58b28

View File

@@ -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, {