chartStyleFlags {upsetjs} | R Documentation |
specify chart flags
Description
specify chart flags
Usage
chartStyleFlags(upsetjs, id = NULL, export.buttons = NULL, class.name = NULL)
Arguments
upsetjs |
an object of class |
id |
the optional HTML ID |
export.buttons |
show export SVG and PNG buttons |
class.name |
extra CSS class name to the root element |
Value
the object given as first argument
Examples
upsetjs() %>%
fromList(list(a = c(1, 2, 3), b = c(2, 3))) %>%
chartStyleFlags(id = "test")
[Package upsetjs version 1.11.1 Index]