@balkangraph/orgchart.js 8.0.0 → 8.0.4
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 -2
- package/orgchart.js +1 -1
- package/package.json +1 -1
package/orgchart.d.ts
CHANGED
|
@@ -518,7 +518,6 @@ Code example:
|
|
|
518
518
|
- mila
|
|
519
519
|
- diva
|
|
520
520
|
- luba
|
|
521
|
-
- derek
|
|
522
521
|
- base
|
|
523
522
|
- deborah
|
|
524
523
|
|
|
@@ -529,7 +528,7 @@ Code example:
|
|
|
529
528
|
Code example:
|
|
530
529
|
```
|
|
531
530
|
var chart = new OrgChart(document.getElementById("tree"), {
|
|
532
|
-
template: "
|
|
531
|
+
template: "ana"
|
|
533
532
|
});
|
|
534
533
|
```
|
|
535
534
|
*/
|