From 0169efa30350ee3065c090a3a22aa920d7ab3d73 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Tue, 24 Nov 2020 10:42:52 +0100 Subject: [PATCH] statistics.html: Increase firmware pie threshold to 1 % Signed-off-by: Adrian Schmutzler --- ffmap/web/static/js/graph.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffmap/web/static/js/graph.js b/ffmap/web/static/js/graph.js index 87770be..bd7fa31 100644 --- a/ffmap/web/static/js/graph.js +++ b/ffmap/web/static/js/graph.js @@ -465,7 +465,7 @@ function global_router_firmwares_graph() { tooltip: {show: true, content: "%s: %p.1%", shifts: {x: 15, y: 5}, defaultTheme: true}, series: {pie: { show: true, radius: 99/100, label: {show: true, formatter: labelFormatter, radius: 0.5, threshold: 0.10}, - combine: {threshold: 0.005} + combine: {threshold: 0.010} }} }); placeholder.bind("plotclick", function(event, pos, obj) {