Skip to content

Commit

Permalink
remove redundant tooltip initialize (#4655)
Browse files Browse the repository at this point in the history
  • Loading branch information
xg-wang authored and etimberg committed Aug 14, 2017
1 parent 7dc71d0 commit b9afeaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/core.controller.js
Expand Up @@ -718,7 +718,6 @@ module.exports = function(Chart) {
_data: me.data,
_options: me.options.tooltips
}, me);
me.tooltip.initialize();
},

/**
Expand Down

0 comments on commit b9afeaf

Please sign in to comment.