Module

VISX.Shape

Package
purescript-visx
Repository
i-am-the-slime/purescript-visx

#BarPropsCommon Source

type BarPropsCommon :: Row Type -> Row Typetype BarPropsCommon r = (fill :: String, height :: Number, key :: String, onClick :: EventHandler, width :: Number, x :: Number, y :: Number | r)

#barImpl Source

barImpl :: forall r. ReactComponent (Record r)

#bar Source

bar :: forall attrs attrs_. Union attrs attrs_ BarProps => ReactComponent { height :: Number, width :: Number, x :: Number, y :: Number | attrs }

#barRoundedImpl Source

#BarRoundedProps Source

type BarRoundedProps :: Row Typetype BarRoundedProps = BarPropsCommon (all :: Int, bottom :: Int, bottomLeft :: Int, bottomRight :: Int, left :: Int, radius :: Int, right :: Int, top :: Int, topLeft :: Int, topRight :: Int)

#barRounded Source

barRounded :: forall attrs attrs_. Union attrs attrs_ BarRoundedProps => ReactComponent { height :: Number, radius :: Int, width :: Number, x :: Number, y :: Number | attrs }

#linePathImpl Source

#LinePathProps Source

type LinePathProps :: Type -> Row Typetype LinePathProps a = (curve :: CurveType, data :: Array a, fill :: String, height :: Number, key :: String, markerEnd :: String, markerMid :: String, markerStart :: String, onClick :: EventHandler, shapeRendering :: String, stroke :: String, strokeOpacity :: Number, strokeWidth :: Number, width :: Number, x :: Number, y :: Number)

#linePath Source

linePath :: forall a attrs attrs_. Union attrs attrs_ (LinePathProps a) => ReactComponent { curve :: CurveType, data :: Array a, height :: Number, width :: Number, x :: Number, y :: Number | attrs }

#arcImpl Source

arcImpl :: forall r. ReactComponent r

#pieImpl Source

pieImpl :: forall r. ReactComponent r

#lineImpl Source

lineImpl :: forall r. ReactComponent r

#lineRadialImpl Source

#areaImpl Source

areaImpl :: forall r. ReactComponent r

#areaClosedImpl Source

#areaStackImpl Source

#barGroupImpl Source

#barGroupHorizontalImpl Source

#barStackImpl Source

#barStackHorizontalImpl Source

#stackImpl Source

stackImpl :: forall r. ReactComponent r