OrgChartSpec: OrgChartSpec Object

Description Usage Arguments Details Value

Description

OrgChartSpec Object

Usage

1
2
OrgChartSpec(tooltips = NULL, selectedNodeColor = NULL,
  parentLabels = NULL, nodeSize = NULL, labels = NULL, nodeColor = NULL)

Arguments

tooltips

The data containing the tooltip for the corresponding node

selectedNodeColor

The color of the selected org chart nodes

parentLabels

The data containing the label of the parent for the corresponding node

nodeSize

The size of the org chart nodes

labels

The data containing the labels for all the nodes in the chart

nodeColor

The color of the org chart nodes

Details

Autogenerated via gar_create_api_objects An <a href='/chart/interactive/docs/gallery/orgchart'>org chart</a>.Org charts require a unique set of labels in labels and mayoptionally include parent_labels and tooltips.parent_labels contain, for each node, the label identifying the parentnode. tooltips contain, for each node, an optional tooltip.For example, to describe an OrgChart with Alice as the CEO, Bob as thePresident (reporting to Alice) and Cathy as VP of Sales (also reporting toAlice), have labels contain 'Alice', 'Bob', 'Cathy',parent_labels contain ”, 'Alice', 'Alice' and tooltips contain'CEO', 'President', 'VP Sales'.

Value

OrgChartSpec object


lantanacamara/googleSheetsR documentation built on May 3, 2019, 11:52 p.m.