From 066ed107ede7c88d01e35aab555b64274345ad52 Mon Sep 17 00:00:00 2001 From: Andreas <6977712+AndreasK79@users.noreply.github.com> Date: Thu, 9 Feb 2023 12:44:51 +0100 Subject: [PATCH] [Continents] Removed filter for labels with low percentage --- assets/js/sections/continents.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/assets/js/sections/continents.js b/assets/js/sections/continents.js index 0b53400e..b0acfd95 100644 --- a/assets/js/sections/continents.js +++ b/assets/js/sections/continents.js @@ -123,9 +123,6 @@ function totalContinentQsos(data) { align: "middle" }, outlabels: { - display: function(context) { // Hide labels with low percentage - return ((context.dataset.data[context.dataIndex] / totalQso * 100) > 1) - }, backgroundColor: COLORS, borderColor: COLORS, borderRadius: 2, // Border radius of Label