我正在尝试将color_bar分配给formattable,我希望数据显示为货币,并且可以使用dollar_format来实现。
但是,如果值的格式为$ xxx,xxx,则color_bar仅填充数字。请参阅下面的格式化表格示例。
该表在通过formattable之前已添加“£”符号。
formattable(MI4,
align = c("l",rep("r", NCOL(MI4) - 1)),
list(`Client` = formatter("span", style = ~ style(color = "grey", font.weight = "bold")),
`Sum_Gross_Margin` = color_bar("#FA614B"),
`ProfitMargin` = color_bar("LightBlue")))