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