Vizzu / Modules / types/styles / DataPoint
Interface: DataPoint
types/styles.DataPoint
Data related properties of a marker.
Hierarchy
- 
DataPoint↳ Marker
Properties
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.
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.
colorGradient
• Optional colorGradient: null | string
Color gradient used for the measure on the color channel.
colorPalette
• Optional colorPalette: null | string
Color palette used for the dimension on the color channel.
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.
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.
maxLightness
• Optional maxLightness: null | number
Lightness value associated with the maximum value of the lightness channel's range.
minLightness
• Optional minLightness: null | number
Lightness value associated with the minimum value of the lightness channel's range.
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.