Reference

ValueLabelsStyle

Describes the style to be used for value labels

Properties

  • showValueLabels

    Whether to show the value of a bar in a separate label

    null | boolean
  • valueLabelColor

    The color to be used for the value labels; set to null to use the same color as the bar

    null | string
  • valueLabelFont

    The font to be used for the value labels

    null | FontStyle
  • valueLabelFormat

    The format to be used for the value-label of a bar

  • valueLabelGapHorizontal

    The distance between a value label and its corresponding bar in pixels - horizontal gap

    null | number
  • valueLabelGapVertical

    The distance between a value label and its corresponding bar in pixels - vertical gap

    null | number
  • valueLabelStrokeColor

    The color to be used to stroke the value-labels

    null | string