Vizzu / types/config / AxisChannel
Interface: AxisChannel
AxisChannels are special channel settings for the positional channels.
Extends
Properties
align?
optionalalign:"none"|"center"|"stretch"
Sets the alignment of the markers along the axis.
attach?
optionalattach:SeriesList
List of data series descriptors to be added to the channel beside the ones already added.
Inherited from
axis?
optionalaxis:AutoBool
Enables the axis line on axis channels.
detach?
optionaldetach:SeriesList
List of data series descriptors to be removed from the channel.
Inherited from
guides?
optionalguides:AutoBool
Enables the grid lines on axis channels showing dimension data.
interlacing?
optionalinterlacing:AutoBool
Enables the interlacing on axis channels showing measure data.
labelLevel?
optionallabelLevel:number|"auto"
Only one dimension can be shown on an axis or legend by name. This index specifies which attached series should be used.
Inherited from
labels?
optionallabels:AutoBool
Enables the axis labels on axis channels.
markerGuides?
optionalmarkerGuides:AutoBool
Enables the guide lines on axis channels showing measure data for all marker positions.
range?
optionalrange:ChannelRange
Specifies the range that determines how the represented data scales on the channel.
Inherited from
reverse?
optionalreverse:boolean
Reverts the order of the markers if set.
set?
optionalset:null|SeriesList
List of data series descriptors on the channel.
Inherited from
sort?
optionalsort:"none"|"byValue"|"byLabel"
- 'none': markers are sorted in the order as the corresponding data appear in the data set.
- 'byValue': markers will be sorted by the corresponding measure (if present) in decreasing order.
- 'byLabel': markers will be sorted by the corresponding shown categories (if present) in natural order (ASCII case-insensitive, space-insensitive alphabetical order and numbers are compared by value).
split?
optionalsplit:boolean
If set to true, markers will be split by the dimension(s) along the axis.
step?
optionalstep:number|"auto"
Base interval of the interlacing on the axis.
ticks?
optionalticks:AutoBool
Enables the axis ticks on axis channels showing measure data.
title?
optionaltitle:null|string
This title is shown on the axis or legend corresponding to the channel. If 'auto', the title will be the name of the measure attached to that channel.
Inherited from