arya-blue
luna-amber
luna-blue
luna-green
luna-pink
nova-dark
nova-light
saga-blue
vela-blue
OrgChart - Color Coded
Use CSS classes to color-code nodes by department, role, or any other criteria. Set the className property on each node to apply custom styling.
How it works

Each node has a className property that adds CSS classes to the node. Use these classes to style different types of nodes (e.g., by department, role, or status).

  • gold-level - Executive Team
  • green-level - Middle Management
  • blue-level - Tech Staff
  • red-level - Sales Staff
  • purple-level - Support Staff
Source

<style type="text/css">
            .orgchart .gold-level .title { background-color: #DAA520; }
            .orgchart .gold-level .content { border-color: #DAA520; }
            .orgchart .green-level .title { background-color: #228B22; }
            .orgchart .green-level .content { border-color: #228B22; }
            .orgchart .blue-level .title { background-color: #4169E1; }
            .orgchart .blue-level .content { border-color: #4169E1; }
            .orgchart .red-level .title { background-color: #DC143C; }
            .orgchart .red-level .content { border-color: #DC143C; }
            .orgchart .purple-level .title { background-color: #8B008B; }
            .orgchart .purple-level .content { border-color: #8B008B; }
        </style>

        <pe:orgchart id="orgChart"
                     widgetVar="colorWidget"
                     value="#{colorCodedOrgchartController.colorCodedChart}"
                     nodeId="id"
                     nodeContent="title"
                     nodeTitle="name"
                     style="height:400px">
        </pe:orgchart>
            
Components and more
Use Cases
Documentation pe:
Attributes (move mouse over the names to see data types)
Name Description
No attributes available for this component.
PrimeFaces Extensions Showcase - © 2011-2025,PrimeFaces: 15.0.13,PrimeFaces Extensions: 15.0.14-SNAPSHOT,JSF: Apache MyFaces JSF-2.3 Core Impl 2.3.10,Server: Apache Tomcat (TomEE)/9.0.82 (8.0.16),Build time: 2026-02-23 00:32