@balkangraph/orgchart.js 8.10.12 → 8.10.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/orgchart.d.ts +1 -1
- package/orgchart.js +1 -1
- package/package.json +1 -1
package/orgchart.d.ts
CHANGED
|
@@ -1664,7 +1664,7 @@ declare namespace OrgChart {
|
|
|
1664
1664
|
* Link binding in Org Chart JS maps node data to link template parameters.
|
|
1665
1665
|
* ```typescript
|
|
1666
1666
|
* var chart = new OrgChart('#tree', {
|
|
1667
|
-
*
|
|
1667
|
+
* linkBinding: {
|
|
1668
1668
|
* link_field_0: "createdAt"
|
|
1669
1669
|
* },
|
|
1670
1670
|
* nodes: [
|