Skip to content
This is the alpha v4 version website. Looking for the v3 documentation?

AutoRescaleContent

AutoRescaleContent = "positions" | "nodes" | "labels"

Defined in: packages/sigma/src/types.ts:110

Controls what the auto-rescale fit encloses (ignored when autoRescale is false):

  • "positions": node positions only
  • "nodes": node positions and sizes
  • "labels": node positions, sizes, and labels

Each level contains the previous one.