by_json: Add a separator between lines in Graphviz
This commit is contained in:
parent
7a173006fc
commit
af5872d98e
@ -1 +1 @@
|
||||
\"${identifier}\" [shape=${shape} color=\"${border_color:-transparent}\" style=filled fillcolor=\"${color}\" label=${label} ${additionals}]
|
||||
\"${identifier}\" [shape=${shape} color=\"${border_color:-transparent}\" style=filled fillcolor=\"${color}\" label=${label} ${additionals}];
|
||||
|
@ -1 +1 @@
|
||||
\"${identifier}\" -> \"${relation}\"
|
||||
\"${identifier}\" -> \"${relation}\";
|
||||
|
Reference in New Issue
Block a user