add shipping rules

This commit is contained in:
Ludovic CANDELLIER
2023-07-16 14:45:42 +02:00
parent 297dcc62d2
commit 39c80ce6d1
459 changed files with 6219 additions and 5416 deletions

View File

@@ -87,19 +87,19 @@ return [
'pad' => 0.5,
'ranksep' => 2,
'esep' => true,
'fontname' => 'Helvetica Neue'
'fontname' => 'Helvetica Neue',
],
'node' => [
'margin' => 0,
'shape' => 'rectangle',
'fontname' => 'Helvetica Neue'
'fontname' => 'Helvetica Neue',
],
'edge' => [
'color' => '#003049',
'penwidth' => 1.8,
'fontname' => 'Helvetica Neue'
'fontname' => 'Helvetica Neue',
],
'relations' => [
@@ -121,6 +121,6 @@ return [
'arrowhead' => 'crow',
'arrowtail' => 'none',
],
]
],
];