Vizzu / types/config / Channels
Interface: Channels
Channel configuration. Setting a channel to null will remove all data series from it.
Properties
color?
optional
color:Channel
Parameters for the markers' base color. The markers' actual color can also be affected by the lightness channel.
label?
optional
label:Channel
Parameters for the content of the labels that appear on the markers.
lightness?
optional
lightness:Channel
Parameters for markers' lightness.
noop?
optional
noop:Channel
Splits the markers as all the other channels, but have no effect on the markers' appearance. Thus, it only works with dimensions.
size?
optional
size:Channel
Parameters for the markers' size. Effective only for circle and line geometry affecting the circle area or the line width respectively.
x?
optional
x:AxisChannel
Parameters for the X-axis, determining the position of the markers on the x-axis - or their angle when using polar coordinates. Note: leaving x and y channels empty will result in a chart "without coordinates" like a Treemap or a Bubble Chart.
y?
optional
y:AxisChannel
Parameters for the Y-axis, determining the position of the markers on the y-axis - or their radius when using polar coordinates) .