diff --git a/src/Chart.Core.js b/src/Chart.Core.js index f3b000806..db7d16da4 100755 --- a/src/Chart.Core.js +++ b/src/Chart.Core.js @@ -1305,7 +1305,7 @@ switch(this._options.hoverMode){ case 'single': helpers.extend(this, { - text: template(this._tooltipTemplate, this._active) + text: template(this._options.tooltipTemplate, this._active) }); return this;