Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dabeng committed May 10, 2023
1 parent 3fb3ae1 commit 8c6af3f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ var oc = $('#chartContainerId').orgchart(options);
<td>parentNodeSymbol</td>
<td>string</td>
<td>no</td>
<td>"oci-leader"</td>
<td>"oci-menu"</td>
<td>Using your own icon to imply that the node has child nodes.</td>
</tr>
<tr>
Expand Down Expand Up @@ -394,16 +394,16 @@ var oc = $('#chartContainerId').orgchart(options);
<td>Users can use this option to plug Font Awesome icons back in.
<pre>
<code>
'icons': {
'theme': 'fa-solid fa-sm',
'parentNode': 'fa-user-tie',
'expandToUp': 'fa-angles-up',
'collapseToDown': 'fa-angles-down',
'collapseToLeft': 'fa-angles-left',
'expandToRight': 'fa-angles-right',
'collapsed': 'fa-circle-plus',
'expanded': 'fa-circle-minus'
}
'icons': {
'theme': 'fa-solid fa-sm',
'parentNode': 'fa-user-tie',
'expandToUp': 'fa-angles-up',
'collapseToDown': 'fa-angles-down',
'collapseToLeft': 'fa-angles-left',
'expandToRight': 'fa-angles-right',
'collapsed': 'fa-circle-plus',
'expanded': 'fa-circle-minus'
}
</code>
</pre>
</td>
Expand Down

0 comments on commit 8c6af3f

Please sign in to comment.