Skip to content

Module: graphviz

Classes

Interfaces

Type Aliases

Format

Ƭ Format: "svg" | "dot" | "json" | "dot_json" | "xdot_json" | "plain" | "plain-ext"

Various graphic and data formats for end user, web, documents and other applications. See Output Formats for more information.

Defined in

graphviz.ts:7


Engine

Ƭ Engine: "circo" | "dot" | "fdp" | "sfdp" | "neato" | "osage" | "patchwork" | "twopi" | "nop" | "nop2"

Various algorithms for projecting abstract graphs into a space for visualization. See Layout Engines for more details.

Defined in

graphviz.ts:12

Released under the Apache-2.0 License.