@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

NodeStyleAttributes

@graph-viz › Globals › core › NodeStyleAttributes

Hierarchy

  • NodeStyleAttributes

    ↳ DisplayNode

Index

Properties

  • absoluteSize
  • fill
  • fillOpacity
  • innerRadius
  • scale
  • stroke
  • strokeOpacity
  • strokeWidth

Properties

Optional absoluteSize

• absoluteSize? : undefined | number

Defined in packages/core/src/Nodes.ts:25

the absolute side in pixels of the bounding square container of the node (default is 20 pixels)


Optional fill

• fill? : undefined | string

Defined in packages/core/src/Nodes.ts:13

node fill color hex string (default is #333333)


Optional fillOpacity

• fillOpacity? : undefined | number

Defined in packages/core/src/Nodes.ts:19

relative node fill opacity (must be between 0.0 - 1.0)


Optional innerRadius

• innerRadius? : undefined | number

Defined in packages/core/src/Nodes.ts:37

inner radius of the node circle relative to the absolute container size (must be between 0.0 to 1.0). (default is 0.2)


Optional scale

• scale? : undefined | number

Defined in packages/core/src/Nodes.ts:31

node container's scale factor (default is 1.0)


Optional stroke

• stroke? : undefined | string

Defined in packages/core/src/Nodes.ts:42

node strike color hex string


Optional strokeOpacity

• strokeOpacity? : undefined | number

Defined in packages/core/src/Nodes.ts:48

relative node stroke opacity (must be between 0.0 - 1.0)


Optional strokeWidth

• strokeWidth? : undefined | number

Defined in packages/core/src/Nodes.ts:54

relative node stroke width (This width is relative to the node container. Must be between 0.0 to 1.0)

← LinkStyleAttributesPoint →
  • Hierarchy
  • Index
    • Properties
  • Properties
    • Optional absoluteSize
    • Optional fill
    • Optional fillOpacity
    • Optional innerRadius
    • Optional scale
    • Optional stroke
    • Optional strokeOpacity
    • Optional strokeWidth
@graph-viz
Guides
InstallationCreating your first graph vizAPI Reference
More
GitHubStar
Copyright © 2020, Uplevel Technology