Learn R Programming

upsetjs (version 1.11.1)

chartStyleFlags: specify chart flags

Description

specify chart flags

Usage

chartStyleFlags(upsetjs, id = NULL, export.buttons = NULL, class.name = NULL)

Value

the object given as first argument

Arguments

upsetjs

an object of class upsetjs or upsetjs_proxy

id

the optional HTML ID

export.buttons

show export SVG and PNG buttons

class.name

extra CSS class name to the root element

Examples

Run this code
upsetjs() %>%
  fromList(list(a = c(1, 2, 3), b = c(2, 3))) %>%
  chartStyleFlags(id = "test")

Run the code above in your browser using DataLab