tree: 'd3 v4 Treemap htmlwidget'

Description Usage

Description

Create a d3 v4 based treemap htmlwidget as a foundation for other interactivity

Usage

1
2
3
4
5
tree(data = NULL, sizeField = "value", valueField = NULL,
  labelField = "name", style = list(fill = "none", stroke = "black"),
  styleRect = NULL, styleText = NULL, clipText = FALSE,
  margin = list(left = 0, top = 0, right = 0, bottom = 0), ...,
  width = "100%", height = NULL, elementId = NULL)

timelyportfolio/d3hierR documentation built on May 12, 2019, 2:03 p.m.