mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2024-11-21 15:57:24 -06:00
Increase node font size on top tree sankey
This commit is contained in:
parent
ab3962c343
commit
573ceab9b4
@ -89,7 +89,7 @@ export class TopTreeSankey extends BaseDashlet {
|
||||
|
||||
msg.data.forEach((r) => {
|
||||
let label = {
|
||||
fontSize: 6,
|
||||
fontSize: 9,
|
||||
color: "#999"
|
||||
};
|
||||
if (redact) label.fontSize = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user