@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

SimulationNode

@graph-viz › Globals › layouts › SimulationNode

Hierarchy

  • SimulationNodeDatum

    ↳ SimulationNode

Index

Properties

  • charge
  • displayGroupIds
  • forceX
  • forceY
  • fx
  • fy
  • id
  • index
  • vx
  • vy
  • x
  • y

Properties

Optional charge

• charge? : undefined | number

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

d3 force manyBody strength

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


Optional displayGroupIds

• displayGroupIds? : string[]

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


Optional forceX

• forceX? : undefined | number

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

d3 forceX seed value

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


Optional forceY

• forceY? : undefined | number

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

d3 forceY seed value

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


Optional fx

• fx? : number | null

Inherited from SimulationNode.fx

Defined in node_modules/@types/d3-force/index.d.ts:51

Node’s fixed x-position (if position was fixed)


Optional fy

• fy? : number | null

Inherited from SimulationNode.fy

Defined in node_modules/@types/d3-force/index.d.ts:55

Node’s fixed y-position (if position was fixed)


id

• id: string

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


Optional index

• index? : undefined | number

Inherited from SimulationNode.index

Defined in node_modules/@types/d3-force/index.d.ts:31

Node’s zero-based index into nodes array. This property is set during the initialization process of a simulation.


Optional vx

• vx? : undefined | number

Inherited from SimulationNode.vx

Defined in node_modules/@types/d3-force/index.d.ts:43

Node’s current x-velocity


Optional vy

• vy? : undefined | number

Inherited from SimulationNode.vy

Defined in node_modules/@types/d3-force/index.d.ts:47

Node’s current y-velocity


Optional x

• x? : undefined | number

Inherited from SimulationNode.x

Defined in node_modules/@types/d3-force/index.d.ts:35

Node’s current x-position


Optional y

• y? : undefined | number

Inherited from SimulationNode.y

Defined in node_modules/@types/d3-force/index.d.ts:39

Node’s current y-position

← SimulationLinkGraphVizComponentProps →
  • Hierarchy
  • Index
    • Properties
  • Properties
    • Optional charge
    • Optional displayGroupIds
    • Optional forceX
    • Optional forceY
    • Optional fx
    • Optional fy
    • id
    • Optional index
    • Optional vx
    • Optional vy
    • Optional x
    • Optional y
@graph-viz
Guides
InstallationCreating your first graph vizAPI Reference
More
GitHubStar
Copyright © 2020, Uplevel Technology