-
Hello @tenbaset ,
In this OrgChartProvider module solution "node_modules" folder and other dependence are not included. Could you please include that files also.
```
```
-
Here is an [example](https://github.com/caprica/jquery-orgchart#simple-example):
![image](https://user-images.githubusercontent.com/271906/208166858-ee2388a2-8880-4fa0-bf69-96cb3f1f57d3.png)
Showi…
-
@dabeng
$('#chart-container').orgchart({
'data': this.datascource,
'nodeContent': 'title',
'pan': true,
'zoom': true,
'toggleSiblingsResp': true
}…
-
Hi,
I think the toggleSiblingsResp option is not working as expected. Even if it is set to false siblings can be hidden/shown
I think it's in line:
https://github.com/dabeng/OrgChart/blob/ead1…
-
I have a requirement to be able to re-draw the whole chart based on changes to the underlying data (which I'm doing using Angular). I followed the advice given in #173 which says to do:
```
$('#ch…
-
I'm working on organizational chart with angular library named orgchart. The code source work locally on my machine and when we deploy the code on nginx server we got this error linked to jQuery.
T…
-
![image](https://user-images.githubusercontent.com/7494892/53472041-94aca980-3aa1-11e9-8f3c-f7e67b7d9d11.png)
Could you support multiple parent as jquery orgchart does, so that we can make things l…
TimYi updated
4 years ago
-
Hi,
With Microsoft Edge and Internet Explorer, nodes are missing. For example, misses "Lao Lao" (at the top of the tree) on my computer.
You can see photos at .
The 'jQuery' version of Org…
-
log-errors.ts:15 log error TypeError: $(...).orgchart is not a function
at HTMLButtonElement. (org-chart-flyer.component.ts:59:29)
at HTMLButtonElement.dispatch (jquery.min.js:2:43043)
…
-
Hi everyone!
I'm having trouble implementing this library in angular-cli (ver. 1.2.6) project.
After npm install orgchart i do this:
![angular_error](https://user-images.githubusercontent.com/10…