Skip to main content
Module

x/graphviz/mod.ts>attribute.width

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

Width of node, in inches. This is taken as the initial, minimum width of the node. If fixedsize is true, this will be the final width of the node. Otherwise, if the node label requires more width to fit, the node's width will be increased to contain the label. Note also that, if the output format is dot, the value given to width will be the final value.

type

"width"