diff --git a/src/static/js/ui/UIGauge.mjs b/src/static/js/ui/UIGauge.mjs index dfb6ec2..4bdef33 100644 --- a/src/static/js/ui/UIGauge.mjs +++ b/src/static/js/ui/UIGauge.mjs @@ -59,7 +59,7 @@ class UIGauge extends AbstractUIItem { color: "white" }, margin: { - b: 40, l: 40, r: 40, t: 40 + b: 80, l: 40, r: 40, t: 40 } } @@ -112,7 +112,7 @@ class UIGauge extends AbstractUIItem { append(peer, table) { super.append(peer, table); - let label = peer.name; + let label = peer.name; //`${peer.name}\n${peer.id.slice(0, 7)}`; // Plotly doesn't support multiline labels :-/ let data_item = null; switch(typeof this.def.content) { case "function":