From 8489f49999e9cf6f3da08ee13a7cec860ef35960 Mon Sep 17 00:00:00 2001 From: billz Date: Sat, 19 Oct 2019 22:56:26 +0100 Subject: [PATCH] Rename function to drawLinkQ --- app/js/linkquality.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/js/linkquality.js b/app/js/linkquality.js index 0e90bf90..1571c131 100644 --- a/app/js/linkquality.js +++ b/app/js/linkquality.js @@ -40,12 +40,12 @@ Chart.Chart.pluginService.register({ if (chart.config.centerText.display !== null && typeof chart.config.centerText.display !== 'undefined' && chart.config.centerText.display) { - drawTotals(chart); + drawLinkQ(chart); } } }); -function drawTotals(chart) { +function drawLinkQ(chart) { let width = chart.chart.width; let height = chart.chart.height;