Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Index

Properties

Optional color

Parameters for the markers' base color. The markers' actual color can also be affected by the lightness channel.

Optional label

Parameters for the content of the labels that appear on the markers.

Optional lightness

lightness: Channel | SeriesList

Parameters for markers' lightness.

Optional noop

Splits the markers as all the other channels, but have no effect on the markers' appearance. Thus, it only works with dimensions.

Optional size

Parameters for the markers' size. Effective only for circle and line geometry affecting the circle area or the line width respectively.

Optional x

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.

Optional y

Parameters for the Y-axis, determining the position of the markers on the y-axis - or their radius when using polar coordinates) .

Generated using TypeDoc