RenderOrgChartTooltip<TOrgChartItem extends OrgChartItem>

A default template for the organization chart’s tooltip that shows the name property of the data item.

function OrganizationChart() {
  return (
    <OrgChart data={data} renderTooltip={RenderOrgChartTooltip}></OrgChart>
  )
}

Props

RenderTooltipProps

NameDescriptionType
data
The data item for which the tooltip should be rendered.
TDataItem