Skip to contents

Usage

BarLabel(...)

Arguments

...

Props to pass to the component.

Value

Object with shiny.tag class suitable for use in the UI of a Shiny app.

Details

  • height number
    Default is - Height of the bar this label belongs to.

  • width number
    Default is - Width of the bar this label belongs to.

  • x number
    Default is - Position in the x-axis of the bar this label belongs to.

  • xOrigin number
    Default is - The x-coordinate of the stack this bar label belongs to.

  • y number
    Default is - Position in the y-axis of the bar this label belongs to.

  • yOrigin number
    Default is - The y-coordinate of the stack this bar label belongs to.

  • placement 'center', 'outside'
    Default is 'center' The placement of the bar label. It controls whether the label is rendered in the center or outside the bar.