Curated Examples
Example Orgchart01
Source-owned example maintained with PSWriteHTML.
- Source repository: https://github.com/EvotecIT/PSWriteHTML
- Example group:
Example-OrganizationalCharts
Import-Module .\PSWriteHTML.psd1 -Force
New-HTML {
New-HTMLOrgChart {
New-OrgChartNode -Name 'Test' -Title 'Test2' {
New-OrgChartNode -Name 'Test' -Title 'Test2'
New-OrgChartNode -Name 'Test' -Title 'Test2'
New-OrgChartNode -Name 'Test' -Title 'Test2' {
New-OrgChartNode -Name 'Test' -Title 'Test2'
}
}
} -AllowExport -ExportExtension pdf -Draggable
} -FilePath $PSScriptRoot\Example-OrgChart01.html -ShowHTML -Online