Skip to content

Vizzu / Modules / vizzu / Styles / Marker

Interface: Marker

vizzu.Styles.Marker

Hierarchy

Properties

borderOpacity

Optional borderOpacity: number

Opacity of the marker border.


borderOpacityMode

Optional borderOpacityMode: "straight" | "premultiplied"


borderWidth

Optional borderWidth: number

Width of the marker border in pixels.


circleMaxRadius

Optional circleMaxRadius: number

Maximum circle radius specified as proportion of plot area size. e.g.: 0.01 means 1% of the width of the plot area.

Inherited from

DataPoint.circleMaxRadius


circleMinRadius

Optional circleMinRadius: number

Minimum circle radius specified as proportion of plot area size. e.g.: 0.01 means 1% of the width of the plot area.

Inherited from

DataPoint.circleMinRadius


colorGradient

Optional colorGradient: string

Color gradient used for the measure on the color channel.

Inherited from

DataPoint.colorGradient


colorPalette

Optional colorPalette: string

Color palette used for the dimension on the color channel.

Inherited from

DataPoint.colorPalette


fillOpacity

Optional fillOpacity: number

Opacity of the marker fill color.


guides

Optional guides: Guides

Style settings for guide lines drawn for the markers.


label

Optional label: MarkerLabel

Style settings for the marker labels.


lineMaxWidth

Optional lineMaxWidth: number

Maximum line width specified as proportion of plot area size. e.g.: 0.01 means 1% of the width of the plot area.

Inherited from

DataPoint.lineMaxWidth


lineMinWidth

Optional lineMinWidth: number

Minimum of line width specified as proportion of plot area size. e.g.: 0.01 means 1% of the width of the plot area.

Inherited from

DataPoint.lineMinWidth


maxLightness

Optional maxLightness: number

Lightness value associated with the maximum value of the lightness channel's range.

Inherited from

DataPoint.maxLightness


minLightness

Optional minLightness: number

Lightness value associated with the minimum value of the lightness channel's range.

Inherited from

DataPoint.minLightness


rectangleSpacing

Optional rectangleSpacing: number

Spacing between bars/columns. The value specifies the size of the spacing as a factor of the marker size. e.g.: 0.1 means 10% of marker height/width depending on the chart's orientation.

Inherited from

DataPoint.rectangleSpacing