Organization chart
Bootstrap 5 Organization chart plugin
Responsive family tree chart built with the latest Bootstrap 5. Organize data with a branching visualization.Note: Read the API tab to find all available options and advanced customization
Basic example
Create simple Organization Chart.
You can initialize the component with MDBOrganizationChart
.
Advanced example
Create organization chart including avatar and name.
Mixed example
Create mixed organization chart.
Organization chart - API
Import
Properties
MDBOrganizationChart
Name | Type | Default | Description | Example |
---|---|---|---|---|
className
|
string | '' |
Adds user's custom class to charts wrapping div element |
<MDBOrganizationChart className="class" />
|
data
|
DataInterface | null |
Data for chart construction. |
<MDBOrganizationChart data={myData} />
|
style
|
React.CSSProperties | null |
Set styles to charts wrapping div element |
<MDBOrganizationChart style={myStyles} />
|