From b9afeaf973999516cd3fdfdf4ec7c86b223d9263 Mon Sep 17 00:00:00 2001 From: Xingan Wang Date: Mon, 14 Aug 2017 04:37:17 -0700 Subject: [PATCH] remove redundant tooltip initialize (#4655) --- 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 b4739c6af09..03dfedb7196 100644 --- a/src/core/core.controller.js +++ b/src/core/core.controller.js @@ -718,7 +718,6 @@ module.exports = function(Chart) { _data: me.data, _options: me.options.tooltips }, me); - me.tooltip.initialize(); }, /**