@sqlrooms/recharts / ZAxisProps
Interface: ZAxisProps
Properties
type?
optional
type:"number"
|"category"
name?
optional
name:string
|number
The name of data displayed in the axis
unit?
optional
unit:string
|number
The unit of data displayed in the axis
zAxisId?
optional
zAxisId:string
|number
The unique id of z-axis
dataKey?
optional
dataKey:DataKey
<any
>
The key of data displayed in the axis
range?
optional
range:number
[]
The range of axis
scale?
optional
scale:Function
|ScaleType
domain?
optional
domain:AxisDomain
The domain of scale in this axis