Archived
1
0

by_json: Add a separator between lines in Graphviz

This commit is contained in:
Olivier DOSSMANN 2020-02-07 17:15:41 +01:00
parent 7a173006fc
commit af5872d98e
2 changed files with 2 additions and 2 deletions

View File

@ -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}];

View File

@ -1 +1 @@
\"${identifier}\" -> \"${relation}\"
\"${identifier}\" -> \"${relation}\";