Skip to content

Type Alias: GeometryOptions

ts
type GeometryOptions = {
  yAxis?: YAxis;
};

Defined in: api/geometry.ts:52

Options for getLayout.

Properties

yAxis?

ts
optional yAxis?: YAxis;

Defined in: api/geometry.ts:52

Coordinate direction. Default 'down' (origin top-left, y increases downward — screen convention). Use 'up' to get native graphviz coordinates (origin bottom-left, y increases upward).