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

GapFilling

GapFilling = number | ValueSource<string>

Defined in: packages/sigma/src/rendering/edges/layers/dashed.ts:37

Specifies how gaps between dashes should be rendered.

  • 0: Fully transparent gaps
  • number (0-1): Same color as dash but with this opacity
  • string: CSS color for gaps (constant for all edges)
  • { attribute, default? }: Per-edge attribute name for gap color