Adding barplot overlay to DataTables
Usage
styleColorBar_divergent(data, color_pos, color_neg)
Arguments
- data
Column choice of underlying dataframe which shoud receive barplot overlay.
- color_pos
Color choice for positive values.
- color_neg
Color choice for negative values.
Value
Add styling based on choices.