ColorScale {xlcharts} | R Documentation |
ColorScale
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.formatting.rule.html
Usage
ColorScale(cfvo = NULL, color = NULL, ...)
Arguments
cfvo |
cfvo |
color |
color |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
first <- FormatObject(type = 'min')
last <- FormatObject(type = 'max')
# colors match the format objects:
colors <- list(Color('AA0000'), Color('00AA00'))
cs2 <- ColorScale(cfvo = list(first, last), color = colors)
## End(Not run)
[Package xlcharts version 0.0.2 Index]