Vizzu / Modules / types/config / Channels
Interface: Channels
types/config.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: Channel
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: Channel
Parameters for the Y-axis, determining the position of the markers on the y-axis - or their radius when using polar coordinates) .