diff --git a/src/js/chart-controller.js b/src/js/chart-controller.js index ff92c78e3..8b9563621 100644 --- a/src/js/chart-controller.js +++ b/src/js/chart-controller.js @@ -247,7 +247,7 @@ export let accountHistory = new Chart($(".pageAccount #accountHistoryChart"), { label: function () { return; }, - afterLabel: function (tooltip, data) { + afterLabel: function (tooltip) { Account.setActiveChartIndex(tooltip.index); return; },