Module
VISX.Util.SVG.Pattern
- Package
- purescript-visx
- Repository
- i-am-the-slime/purescript-visx
#PatternProps Source
type PatternProps :: Row Type
type PatternProps = (children :: Array JSX, height :: Number, id :: String, width :: Number)
#circles Source
circles :: forall attrs attrs_. Union attrs attrs_ CirclesProps => ReactComponent { height :: Number, id :: String, width :: Number | attrs }
#lines Source
lines :: forall attrs attrs_. Union attrs attrs_ LinesProps => ReactComponent { height :: Number, id :: String, width :: Number | attrs }
#PatternOrientation Source
data PatternOrientation
- Modules
- D3.
Format - D3.
TimeFormat - Topojson.
Client - VISX.
Annotation - VISX.
Axis - VISX.
Curve - VISX.
FFI - VISX.
Glyph - VISX.
Grid - VISX.
Interaction. Brush - VISX.
Interaction. Drag - VISX.
Interaction. Voronoi - VISX.
Interaction. Zoom - VISX.
Layout. Chord - VISX.
Layout. Geo - VISX.
Layout. Heatmap - VISX.
Layout. Hierarchy - VISX.
Layout. Network - VISX.
Layout. Stats - VISX.
Layout. Threshold - VISX.
Layout. XYChart - VISX.
Legend - VISX.
Marker - VISX.
Scale - VISX.
Shape - VISX.
Tooltip - VISX.
Util. Data. Bounds - VISX.
Util. Data. MockData - VISX.
Util. Data. Point - VISX.
Util. Data. Responsive - VISX.
Util. SVG. ClipPath - VISX.
Util. SVG. Event - VISX.
Util. SVG. Gradient - VISX.
Util. SVG. Group - VISX.
Util. SVG. Pattern