@balkangraph/orgchart.js 8.21.18 → 8.21.19
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 +2 -1
- package/orgchart.js +1 -1
- package/package.json +1 -1
package/orgchart.d.ts
CHANGED
|
@@ -5396,12 +5396,13 @@ declare namespace OrgChart {
|
|
|
5396
5396
|
* - OrgChart.match.height
|
|
5397
5397
|
* - OrgChart.match.width
|
|
5398
5398
|
* - OrgChart.match.boundary
|
|
5399
|
+
* - OrgChart.match.boundaryIfOutside
|
|
5399
5400
|
* - [number]
|
|
5400
5401
|
*
|
|
5401
5402
|
* Default value - *1*
|
|
5402
5403
|
* ```typescript
|
|
5403
5404
|
* var chart = new OrgChart('#tree', {
|
|
5404
|
-
* scaleInitial: OrgChart.match.
|
|
5405
|
+
* scaleInitial: OrgChart.match.boundaryIfOutside
|
|
5405
5406
|
* });
|
|
5406
5407
|
* ```
|
|
5407
5408
|
* {@link https://balkan.app/OrgChartJS/Docs/Layout | See doc...}
|
package/orgchart.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
/* eslint-disable */
|
|
1
|
+
/* eslint-disable */
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"author":{"name":"BALKAN App"},"bugs":{"email":"support@balkan.app","url":"https://github.com/BALKANGraph/OrgChartJS/issues"},"deprecated":false,"description":"Ultimate Organizational Chart JavaScript library, Interactive Diagrams","files":["orgchart.js","orgchart.d.ts","package.json","README.md"],"homepage":"https://balkan.app/","keywords":["diagram","chart","tree","orgchart","graph","svg","hierarchy","family-tree","decision-tree","visualization","tree-layout","hierarchical","javascript","js","html","html5"],"license":"SEE LICENSE IN https://balkan.app","main":"orgchart.js","types":"orgchart.d.ts","name":"@balkangraph/orgchart.js","repository":{"type":"git","url":"https://github.com/BALKANGraph/OrgChartJS"},"dependencies":{},"version":"8.21.
|
|
1
|
+
{"author":{"name":"BALKAN App"},"bugs":{"email":"support@balkan.app","url":"https://github.com/BALKANGraph/OrgChartJS/issues"},"deprecated":false,"description":"Ultimate Organizational Chart JavaScript library, Interactive Diagrams","files":["orgchart.js","orgchart.d.ts","package.json","README.md"],"homepage":"https://balkan.app/","keywords":["diagram","chart","tree","orgchart","graph","svg","hierarchy","family-tree","decision-tree","visualization","tree-layout","hierarchical","javascript","js","html","html5"],"license":"SEE LICENSE IN https://balkan.app","main":"orgchart.js","types":"orgchart.d.ts","name":"@balkangraph/orgchart.js","repository":{"type":"git","url":"https://github.com/BALKANGraph/OrgChartJS"},"dependencies":{},"version":"8.21.19"}
|