Skip to content

Commit

Permalink
remove redundant tooltip initialize (chartjs#4655)
Browse files Browse the repository at this point in the history
  • Loading branch information
xg-wang authored and silverspectro committed Aug 21, 2017
1 parent 8391383 commit 4bd4c40
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 4bd4c40

Please sign in to comment.