Module

Graphics.D3.SVG.Axis

Package
purescript-d3
Repository
pelotom/purescript-d3

#Axis Source

data Axis :: Type

#scale Source

scale :: forall d s. Scale s => s d Number -> Axis -> D3Eff Axis

#tickFormat Source

#renderAxis Source

renderAxis :: forall d s. Existing s => Axis -> s d -> D3Eff (Selection d)