hoverMode: "single" tooltips

This commit is contained in:
Tanner Linsley 2015-05-12 15:47:24 -06:00
parent 9f98334d6f
commit 63e115e7a8

View File

@ -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;