@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

DisplayGroup

@graph-viz › Globals › core › DisplayGroup

Hierarchy

  • GroupStyleAttributes

    ↳ DisplayGroup

Index

Properties

  • fill
  • fillOpacity
  • id
  • padding
  • shape
  • visible

Properties

Optional fill

• fill? : undefined | string

Inherited from GroupStyleAttributes.fill

Defined in packages/core/src/DisplayGroups.ts:28

fill color hex string (default is #000000)


Optional fillOpacity

• fillOpacity? : undefined | number

Inherited from GroupStyleAttributes.fillOpacity

Defined in packages/core/src/DisplayGroups.ts:34

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


id

• id: string

Defined in packages/core/src/DisplayGroups.ts:43


Optional padding

• padding? : undefined | number

Inherited from GroupStyleAttributes.padding

Defined in packages/core/src/DisplayGroups.ts:39

inner padding from the boundary nodes


Optional shape

• shape? : "convexHull" | "circle"

Inherited from GroupStyleAttributes.shape

Defined in packages/core/src/DisplayGroups.ts:22

type of polygon to draw default is convexHull


Optional visible

• visible? : undefined | false | true

Inherited from GroupStyleAttributes.visible

Defined in packages/core/src/DisplayGroups.ts:16

boolean to toggle the visibility of a display group on or off

← ConfigurationOptionsDisplayLink →
  • Hierarchy
  • Index
    • Properties
  • Properties
    • Optional fill
    • Optional fillOpacity
    • id
    • Optional padding
    • Optional shape
    • Optional visible
@graph-viz
Guides
InstallationCreating your first graph vizAPI Reference
More
GitHubStar
Copyright © 2020, Uplevel Technology