This module provides the standard Drawers for drawing a graph. These are default drawers for the draw function.
svgDrawEdge : List (Attributes.Attribute (ConfigTypes.EdgeDrawerConfig e msg)) -> Render.Types.EdgeAttributes e -> TypedSvg.Core.Svg msg
Standard Edge Drawer. It can be configured using Rander.StandardDrawers.Attributes
svgDrawNode : List (Attributes.Attribute (ConfigTypes.NodeDrawerConfig n msg)) -> Render.Types.NodeAttributes n -> TypedSvg.Core.Svg msg
Standard Node Drawer. It can be configured using Rander.StandardDrawers.Attributes
svgDrawXLabel : List (Attributes.Attribute (ConfigTypes.XLabelDrawerConfig n)) -> Render.Types.NodeAttributes n -> TypedSvg.Core.Svg msg
Standard xLabel Drawer for NodeDrawer's xLabel attribute. It can be configured using Rander.StandardDrawers.Attributes
Note: All Values are in px
Note: All missing attributes don't have any preset values
Note: All missing attributes don't have any preset values
Note: