R/default_opts_treemap.R

Defines functions default_opts_treemap

default_opts_treemap <- function(){
  list(
    #treemap
    treemap_layout = "squarified", # one of: stripes, squarified, strip, slice and dice (NULL)
    treemap_direction = "vertical", # horizontal
    treemap_borderWidth_levelOne = 3,
    treemap_borderColor_levelOne = "#ccccccc",
    treemap_dataLabels_levelTwo = TRUE,
    treemap_dataLabels_levelOne = TRUE
  )
}
datasketch/dsvizopts documentation built on May 16, 2023, 6:19 a.m.