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

    boolean | null
  • valueLabelColor

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

    string | null
  • valueLabelFont

    The font to be used for the value labels

    FontStyle | null
  • 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

    number | null
  • valueLabelGapVertical

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

    number | null
  • valueLabelStrokeColor

    The color to be used to stroke the value-labels

    string | null