okey
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "PROD-Animulichki-SkillHub",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"node_modules/@balkangraph/orgchart.js": {
|
||||
"version": "8.14.19",
|
||||
"resolved": "https://registry.npmjs.org/@balkangraph/orgchart.js/-/orgchart.js-8.14.19.tgz",
|
||||
"integrity": "sha512-pa4km/5mTWmMcVLBIsHcuC73s4y1La9BOx4AU9ilGetQwlAbWfrFcSU7hf8FO49otmk1AysfBhPrcBoRl2i46w=="
|
||||
}
|
||||
}
|
||||
}
|
||||
+61
@@ -0,0 +1,61 @@
|
||||
#  Org Chart JS
|
||||
Build organizational chart app with BALKAN OrgChartJS JavaScript library. Org Chart JS is a simple, flexible and highly customizable organization chart plugin for presenting the structure of your organization and the relationships in an elegant way.
|
||||
|
||||

|
||||
|
||||
## [Demos](https://balkan.app/OrgChartJS/Demos/BasicUsage) [Docs](https://balkan.app/OrgChartJS/Docs/GettingStarted) [Download](https://balkan.app/OrgChartJS/Download) [Support](https://balkan.app/OrgChartJS/Support)
|
||||
|
||||
## Features
|
||||
- Supports both local data and remote data (JSON)
|
||||
- Smooth expand/collapse effects
|
||||
- Align the chart in 8 orientations
|
||||
- Allows user to change orgchart structure by drag/drop nodes
|
||||
- Supports pan and zoom
|
||||
- Edit Form
|
||||
- Node Customization
|
||||
- Search
|
||||
- Scroll Bars
|
||||
- Lazy Loading
|
||||
- Mixed Hierarchy
|
||||
- Exporting
|
||||
- Assistant
|
||||
- Partners
|
||||
- Sub Trees
|
||||
- Family Tree
|
||||
|
||||
## Installation
|
||||
Option 1 - [standalone build](https://balkan.app/OrgChartJS/Docs/GettingStarted)
|
||||
|
||||
Option 2 - NPM
|
||||
```
|
||||
npm i @balkangraph/orgchart.js
|
||||
```
|
||||
|
||||
Option 3 - Bower
|
||||
```
|
||||
bower install orgchart.js
|
||||
```
|
||||
|
||||
|
||||
## Usage
|
||||
```
|
||||
<script src="https://balkan.app/js/orgchart.js"></script>
|
||||
<div id="tree"/>
|
||||
<script>
|
||||
var chart = new OrgChart(document.getElementById("tree"), {
|
||||
nodeBinding: {
|
||||
field_0: "name"
|
||||
},
|
||||
nodes: [
|
||||
{ id: 1, name: "Amber McKenzie" },
|
||||
{ id: 2, pid: 1, name: "Ava Field" },
|
||||
{ id: 3, pid: 1, name: "Peter Stevens" }
|
||||
]
|
||||
});
|
||||
</script>
|
||||
```
|
||||
|
||||
|
||||
## 1 click to talk 2 us
|
||||
|
||||
[](https://webcall.me/BALKANGraph)
|
||||
+2704
File diff suppressed because it is too large
Load Diff
+1
File diff suppressed because one or more lines are too long
+1
@@ -0,0 +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.14.19"}
|
||||
Reference in New Issue
Block a user