Skip to main content
Module

x/graphviz/mod.ts>attribute.clusterrank

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

Mode used for handling clusters. If clusterrank is "local", a subgraph whose name begins with "cluster" is given special treatment. The subgraph is laid out separately, and then integrated as a unit into its parent graph, with a bounding rectangle drawn about it. If the cluster has a label parameter, this label is displayed within the rectangle. Note also that there can be clusters within clusters. At present, the modes "global" and "none" appear to be identical, both turning off the special cluster processing.

type

"clusterrank"