From: Tanner Linsley Date: Tue, 12 May 2015 21:47:24 +0000 (-0600) Subject: hoverMode: "single" tooltips X-Git-Tag: v2.0-alpha~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63e115e7a8547ada3d334826a3620af965029066;p=thirdparty%2FChart.js.git hoverMode: "single" tooltips --- 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;