From 581ae935159772868e1013a534b7e2e3f8481e37 Mon Sep 17 00:00:00 2001 From: Xingan Wang Date: Sun, 13 Aug 2017 17:23:23 -0700 Subject: [PATCH] remove redundant tooltip initialize --- src/core/core.controller.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/core.controller.js b/src/core/core.controller.js index 28dd9765095..d41ba760154 100644 --- a/src/core/core.controller.js +++ b/src/core/core.controller.js @@ -727,7 +727,6 @@ module.exports = function(Chart) { _data: me.data, _options: me.options.tooltips }, me); - me.tooltip.initialize(); }, /**