diff --git a/src/core/core.tooltip.js b/src/core/core.tooltip.js index 589d4292b1a..6ab623886ed 100755 --- a/src/core/core.tooltip.js +++ b/src/core/core.tooltip.js @@ -158,8 +158,8 @@ module.exports = function(Chart) { // Positioning xPadding: tooltipOpts.xPadding, yPadding: tooltipOpts.yPadding, - xAlign : tooltipOpts.yAlign, - yAlign : tooltipOpts.xAlign, + xAlign : tooltipOpts.xAlign, + yAlign : tooltipOpts.yAlign, // Body bodyFontColor: tooltipOpts.bodyFontColor,