OptionalconcentrateWhen true, merge parallel edges with shared endpoints.
OptionaledgeMinimum rank distance per edge. Graphviz default 1.
OptionaledgeHow edges are visually distinguished; defaults to 'color'.
OptionalengineGraphviz layout engine; undefined leaves the engine's default in place.
Which output format to produce.
OptionalgraphOuter page margin, in inches. Graphviz default 0.5.
OptionalgraphOuter pad around the whole graph, in inches. Graphviz default ~0.055.
OptionalissueGraphviz shape name used for issue nodes.
OptionalnodePer-node text padding inside boxes, as "x" or "x,y". Graphviz default "0.11,0.055".
OptionalnodesepGap between nodes in the same rank, in inches. Graphviz default 0.25.
Optionalpackmode2D-component packing mode. Omit to leave Graphviz's default in place;
set to 'off' to explicitly disable; any other value emits pack=true
and the chosen packmode. See Packmode in to-dot.ts.
OptionalprGraphviz shape name used for pull-request nodes.
OptionalrankdirGraph rank direction; defaults to 'lr' (left-to-right).
OptionalranksepGap between ranks, in inches. Graphviz default 0.5.
OptionalsplinesEdge routing style; undefined leaves the DOT default (curved) in place.
Options for
renderGraph. Carries every layout knob the CLI exposes; svg/png/jpeg all share the same layout pipeline so they share the same options.