0.8.3.0
This commit is contained in:
@@ -707,6 +707,7 @@ const D3OrgChartFlowComponent = forwardRef<D3OrgChartRef, D3OrgChartFlowProps>(
|
||||
">
|
||||
${sp.birthYear}${sp.deathYear ? `-${sp.deathYear}` : '-'}
|
||||
</div>
|
||||
${sp.ageText ? `<div style="font-size: 9px; color: #000000; margin-top: 2px; font-weight: 500; font-family: serif;">${sp.ageText}</div>` : ''}
|
||||
` : ''}
|
||||
</div>
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user