Skip to main content
Module

x/graphviz/mod.ts>attribute.labeljust

🦕 Simple Graphviz library for Deno.
Latest
variable attribute.labeljust
import { attribute } from "https://deno.land/x/graphviz@v0.2.1/mod.ts";
const { labeljust } = attribute;

Justification for cluster labels. If "r", the label is right-justified within bounding rectangle; if "l", left-justified; else the label is centered. Note that a subgraph inherits attributes from its parent. Thus, if the root graph sets labeljust to "l", the subgraph inherits this value.

type

"labeljust"