@balkangraph/orgchart.js 8.0.24 → 8.0.28
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 +0 -19
- package/orgchart.js +1 -1
- package/package.json +1 -1
package/orgchart.d.ts
CHANGED
|
@@ -1584,25 +1584,6 @@ Code example:
|
|
|
1584
1584
|
*/
|
|
1585
1585
|
fit(): void;
|
|
1586
1586
|
|
|
1587
|
-
/**
|
|
1588
|
-
* Finds node from the nodes collection.
|
|
1589
|
-
|
|
1590
|
-
Signature:
|
|
1591
|
-
```
|
|
1592
|
-
chart.find(value);
|
|
1593
|
-
```
|
|
1594
|
-
Parameters:
|
|
1595
|
-
|
|
1596
|
-
- value - search by definded value
|
|
1597
|
-
|
|
1598
|
-
Code example:
|
|
1599
|
-
```
|
|
1600
|
-
chart.find("John");
|
|
1601
|
-
```
|
|
1602
|
-
* @param value
|
|
1603
|
-
*/
|
|
1604
|
-
find(value: string | number) : void;
|
|
1605
|
-
|
|
1606
1587
|
/**
|
|
1607
1588
|
* Load nodes.
|
|
1608
1589
|
|