Module
DataViz.Layout.Hierarchy.Link
- Package
- purescript-hylograph-layout
- Repository
- afcondon/purescript-hylograph-layout
SVG path generators for hierarchical tree links.
Provides multiple link styles for connecting parent-child nodes in tree layouts:
- Step links: Right-angle paths (H-V-H or V-H-V) for orthogonal trees
- Bezier links: Smooth cubic curves for organic-looking trees
- Radial links: Curved paths for radial/polar tree layouts
- Diagonal links: Simple straight lines
Each generator takes source and target coordinates and returns an SVG path string.
Use linkGenerator to dispatch based on LinkStyle.
#linkBezierRadialCartesian Source
linkBezierRadialCartesian :: Number -> Number -> Number -> Number -> StringGenerate SVG path for radial bezier link from Cartesian coordinates
Takes Cartesian (x, y) coordinates and converts to polar internally
to calculate proper radial control points.
Complements linkBezierRadial which takes angle/radius coordinates.
- Modules
- DataViz.
Layout. Adjacency - DataViz.
Layout. Adjacency. Layout - DataViz.
Layout. Adjacency. Types - DataViz.
Layout. Chord - DataViz.
Layout. Chord. Layout - DataViz.
Layout. Chord. Types - DataViz.
Layout. Hierarchy. Cluster - DataViz.
Layout. Hierarchy. Core - DataViz.
Layout. Hierarchy. EdgeBundle - DataViz.
Layout. Hierarchy. EdgeBundle. Bilink - DataViz.
Layout. Hierarchy. EdgeBundle. BundleCurve - DataViz.
Layout. Hierarchy. EdgeBundle. Hierarchy - DataViz.
Layout. Hierarchy. EdgeBundle. RadialCluster - DataViz.
Layout. Hierarchy. EdgeBundle. Types - DataViz.
Layout. Hierarchy. Link - DataViz.
Layout. Hierarchy. Pack - DataViz.
Layout. Hierarchy. Partition - DataViz.
Layout. Hierarchy. Tree - DataViz.
Layout. Hierarchy. TreeStyle - DataViz.
Layout. Hierarchy. Treemap - DataViz.
Layout. Hierarchy. Types - DataViz.
Layout. Pattern - DataViz.
Layout. Pattern. Types - DataViz.
Layout. Sankey. CSV - DataViz.
Layout. Sankey. Compute - DataViz.
Layout. Sankey. ComputeWithSteps - DataViz.
Layout. Sankey. Path - DataViz.
Layout. Sankey. Types - DataViz.
Layout. StateMachine - DataViz.
Layout. StateMachine. Layout - DataViz.
Layout. StateMachine. Path - DataViz.
Layout. StateMachine. Types