mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Use dot renderer for PDF
This commit is contained in:
parent
6e15181fab
commit
d2aa804ace
@ -418,7 +418,7 @@ class NetworkGraph:
|
||||
|
||||
import graphviz
|
||||
dot = graphviz.Digraph(
|
||||
'network', comment="Network Graph", engine="fdp")
|
||||
'network', comment="Network Graph", engine="dot")
|
||||
|
||||
for (i, node) in enumerate(self.nodes):
|
||||
if ((node.type != NodeType.client and node.type != NodeType.device) or showClients):
|
||||
|
Loading…
Reference in New Issue
Block a user