Vizzu / types/styles / Marker
Interface: Marker
Rendering related properties of a marker.
Extends
Properties
borderOpacity?
optional
borderOpacity:null
|number
Opacity of the marker border.
borderWidth?
optional
borderWidth:null
|number
Width of the marker border in pixels.
circleMaxRadius?
optional
circleMaxRadius:null
|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
circleMinRadius?
optional
circleMinRadius:null
|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
colorGradient?
optional
colorGradient:null
|string
Color gradient used for the measure on the color channel.
Inherited from
colorPalette?
optional
colorPalette:null
|string
Color palette used for the dimension on the color channel.
Inherited from
fillOpacity?
optional
fillOpacity:null
|number
Opacity of the marker fill color.
guides?
optional
guides:null
|Guides
Style settings for guide lines drawn for the markers.
label?
optional
label:null
|MarkerLabel
Style settings for the marker labels.
lineMaxWidth?
optional
lineMaxWidth:null
|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
lineMinWidth?
optional
lineMinWidth:null
|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
maxLightness?
optional
maxLightness:null
|number
Lightness value associated with the maximum value of the lightness channel's range.
Inherited from
minLightness?
optional
minLightness:null
|number
Lightness value associated with the minimum value of the lightness channel's range.
Inherited from
rectangleSpacing?
optional
rectangleSpacing:null
|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