Vizzu / Modules / vizzu / Config / Channels
Interface: Channels
Channel configuration. A data series' name or a list of the data series' names can be used as a short-hand - instead of the channel object - to set data series for the channel. Setting a channel to null will remove all data series from it.
Hierarchy
-
Channels
↳
Chart
Properties
color
• Optional
color: SeriesList
|
Channel
Parameters for the markers' base color. The markers' actual color can also be affected by the lightness channel.
label
• Optional
label: SeriesList
|
Channel
Parameters for the content of the labels that appear on the markers.
lightness
• Optional
lightness: SeriesList
| Channel
Parameters for markers' lightness.
noop
• Optional
noop: SeriesList
|
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: SeriesList
|
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: SeriesList
|
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: SeriesList
|
Channel
Parameters for the Y-axis, determining the position of the markers on the y-axis - or their radius when using polar coordinates) .