Skip to contents

Render a bar chart in the background of the cell

Usage

.background_bar_reactable_style(
  string_values,
  colors = NULL,
  height = "60%",
  width = "95%",
  background_color = "#FFFFFF",
  text_color = "#FFFFFF"
)

Arguments

string_values

String with values separated by '-'

colors

Vector of colors

height

Height of the bar

width

Width of the bar

background_color

Background color

text_color

Text color

Value

A list of CSS style properties