mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-05 16:04:03 +01:00
remove redundant tooltip initialize (#4655)
This commit is contained in:
committed by
Evert Timberg
parent
7dc71d009b
commit
b9afeaf973
@@ -718,7 +718,6 @@ module.exports = function(Chart) {
|
||||
_data: me.data,
|
||||
_options: me.options.tooltips
|
||||
}, me);
|
||||
me.tooltip.initialize();
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user