@balkangraph/orgchart.js 8.13.25 → 8.13.27
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
|
@@ -1651,7 +1651,7 @@ declare namespace OrgChart {
|
|
|
1651
1651
|
*/
|
|
1652
1652
|
nodeContextMenu?: OrgChart.menu,
|
|
1653
1653
|
/**
|
|
1654
|
-
* Enables export to
|
|
1654
|
+
* Enables export to csv, export to svg and other OrgChart operations. Also you can define your own OrgChart operation.
|
|
1655
1655
|
* ```typescript
|
|
1656
1656
|
* var chart = new OrgChart('#tree', {
|
|
1657
1657
|
* menu:{
|