@graph-viz

@graph-viz

  • Guide
  • API
  • Help

›Interfaces

Introduction

  • README
  • Globals

Modules

  • core
  • layouts
  • react

Classes

  • DisplayGroups
  • GraphVisualization
  • Labels
  • Links
  • MouseInteraction
  • Nodes
  • ForceSimulation
  • GraphVizComponent

Interfaces

  • ConfigurationOptions
  • DisplayGroup
  • DisplayLink
  • DisplayNode
  • GroupStyleAttributes
  • LabelStyleAttributes
  • LinkStyleAttributes
  • NodeStyleAttributes
  • Point
  • PopulatedDisplayLink
  • TextTexture
  • Uniforms
  • VisualizationInputData
  • ForceConfig
  • NodePosition
  • SimulationData
  • SimulationGroup
  • SimulationLink
  • SimulationNode
  • GraphVizComponentProps
  • NodeTooltipsProps
  • State
  • TooltipFields
  • TooltipNode
  • Vec2

SimulationLink

@graph-viz › Globals › layouts › SimulationLink

Hierarchy

  • SimulationLink

Index

Properties

  • source
  • strengthMultiplier
  • target

Properties

source

• source: string

Defined in packages/layouts/src/ForceSimulation.ts:29


Optional strengthMultiplier

• strengthMultiplier? : undefined | number

Defined in packages/layouts/src/ForceSimulation.ts:39

Multiplicative factor applied to default d3 link force, which serves as an attractive force between the endpoints. A value between 0 and 1 will reduce the attractive force, tending to increase the length of the link.

see https://github.com/d3/d3-force#link_strength


target

• target: string

Defined in packages/layouts/src/ForceSimulation.ts:30

← SimulationGroupSimulationNode →
  • Hierarchy
  • Index
    • Properties
  • Properties
    • source
    • Optional strengthMultiplier
    • target
@graph-viz
Guides
InstallationCreating your first graph vizAPI Reference
More
GitHubStar
Copyright © 2020, Uplevel Technology