From: Xingan Wang Date: Mon, 14 Aug 2017 11:37:17 +0000 (-0700) Subject: remove redundant tooltip initialize (#4655) X-Git-Tag: v2.7.0~1^2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b9afeaf973999516cd3fdfdf4ec7c86b223d9263;p=thirdparty%2FChart.js.git remove redundant tooltip initialize (#4655) --- diff --git a/src/core/core.controller.js b/src/core/core.controller.js index b4739c6af..03dfedb71 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(); }, /**