Merge pull request #2333 from nnnick/fix/2023

Fix/2023
This commit is contained in:
Evert Timberg 2016-04-22 20:54:56 -04:00
commit aac9726f7f

View File

@ -250,7 +250,7 @@ module.exports = function(Chart) {
datasetIndex: datasetIndex
});
}
}, null, element._yScale.options.stacked);
}, null);
helpers.each(this._active, function(active) {
if (active) {
@ -259,10 +259,9 @@ module.exports = function(Chart) {
backgroundColor: active._view.backgroundColor
});
}
}, null, element._yScale.options.stacked);
}, null);
tooltipPosition = this.getAveragePosition(this._active);
tooltipPosition.y = this._active[0]._yScale.getPixelForDecimal(0.5);
}
// Build the Text Lines