Represent data points as a bar with each bar consisting of segments and each segment representing a value.
if true, center the tooltip
type: bool
defaultValue: false
Additional sscss classes passed from parent
type: string
defaultValue: ''
Array of colors as hex color codes
type: array
defaultValue: [ '#41c9a2', '#3ec0a1', '#39b4a1', '#36aba0', '#2f98a0', '#28859f', '#22769e', '#1e699e', ]
Array of data points
type: array
if true, increase the size of segment on Hover
type: bool
defaultValue: true
if true, hide label name
type: bool
defaultValue: false
Select a key for each segment/ data element
type: func
defaultValue: e => e.key
Select a label for each data element
type: func
defaultValue: e => e.label
Title of the HealthBar
type: string
defaultValue: undefined
Select a value for each element
type: func
defaultValue: e => e.value
Represent a segment of HealthBar. Length of segment corresponds to the value of the data element
if ture, center tooltip
type: bool
defaultValue: false
if true, increase the size of segment on hover
type: bool
if ture, hide the label
type: bool
name of the segment
type: string
defaultValue: ''
additional styling classes
type: object
value of the segment
type: number