203 questions
2
votes
1
answer
100
views
Modifying the colors in David Bacci's PowerBI Deneb Org chart
I am trying to modify David Bacci's Org Chart. https://github.com/PBI-David/Deneb-Showcase/tree/main/Organisation%20Tree%20Chart. My goal is to change the color of the node borders based on ...
0
votes
1
answer
138
views
PrimeVue OrgChart - how to show last nodes in vertical table?
in PrimeVue OrgChart (https://tailwind.primevue.org/organizationchart/), I need to display last "leafs" of tree structured data as list (like table rows) rather than horizontal table cells.
...
1
vote
1
answer
78
views
How to export User Detail pdf while using OrgChart.Js Library & Laravel
Hey There Developers I am facing some Problem While Using the OrgChart.Js library
I Was able to successfully Create my Tree hierarchy system as you can see in the Screen shot
Now this is the Sample ...
0
votes
1
answer
181
views
How to Reposition Child Nodes Dynamically in Balkan Chart API?
I'm currently working with the Balkan Chart API to create an organizational chart, and I need to dynamically reposition child nodes when a parent node is expanded. My goal is to keep the heights ...
0
votes
1
answer
810
views
PowerApps - Office365Users.DirectReports
I'm encountering an issue with my application's Office365Users.DirectReports function. The error message states:
office365users.directreports failed: the function 'directreports' has an invalid value ...
2
votes
1
answer
118
views
How to center title in PDF Export in Balkan OrgChartJS
function preview() {
/*centerElement();*/
let fileNameWithTitle = MyTitle.replace(/\s+/g, '_');
let PdfTitle = "<center>" + MyTitle + "</center>";
...
0
votes
1
answer
602
views
How can I ensure my ReactJS Bumbeishvili D3-Org-Chart updates correctly when layout is changed or data is changed?
I have replicated and simplified my problems on CodeSandbox which can be viewed here: https://codesandbox.io/p/sandbox/d3-org-chart-react-functional-org-chart-gvfz4l?file=%2Fsrc%2Fcomponents%...
-2
votes
2
answers
1k
views
How to automatically expand specific levels in d3-org-chart on initial render?
I am working with the d3-org-chart library to create an organizational chart, and I'm encountering an issue where I want to automatically expand the root level and the next two levels (levels 0, 1, ...
0
votes
1
answer
71
views
JQUERY JSON data for Google Orgchart --- parsing nested nodes properly
I am trying to get an array created with v and f nodes like in the image.
The raw data looks like this but for some reason I can get it split properly with jquery code.
[{v:'12345678', f:'Employee 1'}...
1
vote
2
answers
578
views
Balkan OrgChart nodeMenu stops working if I edit its HTML
The menu works fine but it is off to the right so i need to move it left. Once i edit it, the button no longer brings up the nodeMenu.
var chart = new OrgChart(document.getElementById("tree")...
0
votes
1
answer
357
views
Navigate throughout balkan org chart
I am using balkan org chart and want to navigation throughout the diagram when click and hold the mouse on the nodes also in mobile device when i touch and hold the on nodes can't navigate . is this ...
0
votes
0
answers
94
views
unable to display node data when using fetch api to generate OrgChart by dabeng
I have created a WebForm to display OrgChart using jquery.orgchart.js plugin, chart is loading but only one node is displayed saying undefined.
This is my Client-Side Code
<!DOCTYPE html>
<...
2
votes
1
answer
206
views
How to apply Export Pdf option for Customized Edit Form in OrgChartJS by Balkan
I have made a customized Edit form using OrgChartJS by Balkan but i am now unable to export that edit form in pdf. Can anyone help?
This is my JS file:
var chart;
fetch('url', {
method: '...
0
votes
2
answers
564
views
How to move the full tree of orgchart js balkan using javascript?
I would like to move the tree of Balkan orgchart js using javascript.
(https://balkan.app/OrgChartJS/Docs/GettingStarted)
Ideally with button right , left , top , bottom for each moves.
The tree can ...
1
vote
0
answers
946
views
Refresh Excel table connected to Visio Org Chart (insert rows)
I am having an issue with Visio Professional. I have successfully linked an Excel table as an external data source to the Visio Org Chart, when I alter a row in the Excel table and refresh the Visio ...
0
votes
0
answers
122
views
Jquery Orgchart- Display all nodes one by one with slide down animation after page load completed
I want to display all nodes one by one with expanding animation after page load completes.
https://www.jqueryscript.net/demo/Fully-Customizable-Organisational-Chart-Plugin-With-jQuery-OrgChart/
I ...
0
votes
1
answer
520
views
In d3-org-chart how can i add arrow for edges
In d3 org chart I need to show arrow edge towards child how I can get that. I tried using connection but those edges are not coming properly as through links it is coming.
I tried adding marker-end , ...
0
votes
1
answer
605
views
OrgChartjs : How to make all children directly connected to parent
Is it possible if I can directly connect all children to 1 parent in Balkan OrgChart.js?
This is what I have as a starting point from the documentation of OrgChart.js.
window.onload = function () {
...
0
votes
0
answers
222
views
Creating dynamic children of a JSON object from data source
I'm creating a plugin using this library to create an organizational chart for my application (built on bubble.io) that gets the data from the application and wants that data to get inside the ...
0
votes
1
answer
693
views
Angular primeng organization chart from api call
I am trying to assign API value to primeng organization chart but not working. it display empty page.I have tried code as follows.
I expect assign API value to primeng organization chart and display ...
0
votes
1
answer
178
views
Need to put more information in NetworkX graph
I'm trying to build an organizational chart, but I need to enter more than one piece of information in the chart and insert people's photos. I will put it below as I did and I would like to know how I ...
0
votes
2
answers
3k
views
d3-org-chart, how to expand and highlight a node in onNodeClick event
var chart = new d3.OrgChart()
.container('.chart-container')
.data(dataFlattened)
.nodeWidth((d) => 250)
.initialZoom(0.7)
.nodeHeight((d) => 175)
.childrenMargin((d) =&...
0
votes
2
answers
189
views
Hide Data Field in an Org Chart in all Shapes in Visio Using VBA
I have code that runs and imports a lot of data from Excel to Visio, adds fields, formats, etc. It all works fine but recently we decided we want to be able to hide one of the fields (the top/first ...
0
votes
2
answers
87
views
Finding the distance between two data points in an org hierarchy using two columns of data in R?
For my dataset, I have two columns of data containing employee names and I am trying to the find the distance between two employees in the org's hierarchy. Here's a snippet of what the data looks like:...
2
votes
1
answer
2k
views
How to work with JSON data - D3 org chart?
I'm new to D3 and using v7 bumbeishvili
/
org-chart and spent already a few hours to find out dealing with this below listed JSON data.
I want to create an organization chart using JSON data
want to ...
0
votes
1
answer
111
views
Drilldown issue in Orgchart Highcharts - Formating Links
I started exploring highcharts. Created report with organization hierarchy with drilldown.
Unable to format the links in drilldown report, they look like triangles instead of straight lines like in ...
1
vote
1
answer
364
views
Filter Excel data when importing into Visio OrgChart
In Visio I am creating an Org Chart, using the 'Import Organization Data', and using 'Information that's already stored in a file or database'. When I select my xlsx file, it pulls in all of the data. ...
0
votes
1
answer
236
views
How to get childrenIndexes of a node in Angular Google Charts (OrgChart)?
I am using angular google charts to draw an org chart. Everything works fine, but I cannot use the method getChildrenIndexes(row) of the library. If anyone can help me with a way to get child indexes ...
1
vote
0
answers
765
views
PrimeNg : Export Org Chart as Image / PDF
We are using PrimeNg Org chart and we need to send that chart as part of PDF report.
PrimeNg Org Chart : https://primefaces.org/primeng/organizationchart
How can we achieve this?
Tried the below ...
1
vote
2
answers
169
views
Tricky transformation of JSON data
I have json data of supervisor to supervisee. I need to get it into a nested form to use lib_ggOrgChart. The issue is.... it is very difficult! Struggling to see a straightforward way to do this. ...
0
votes
1
answer
2k
views
Organization Chart with Azure AD users or User Information list users in SharePoint Online
I need the Orgchart web part which gets data from Azure AD users or User Information List in SharePoint online.
It needs to display all staff from top to bottom of the organization.
Is SharePoint ...
1
vote
0
answers
2k
views
Laravel display related users via orgchart.js
I am new to laravel and i barely managed to do up until this point.
I need guidance on putting the data @dump on the organigram.
I really have no idea where to start this. Any direction or idea is ...
-1
votes
1
answer
63
views
Terinary operator to add user symbol
how can add <i class="fa fa-users symbol"></i> on manager box to show user symbol icon in Maansger2nodes
below is the picture
tying this line where checking ${data.tcount}>0 ...
1
vote
1
answer
877
views
How to show image on hover over org chart
I am writing below code to create org chart using Jquery plugin reference as below
https://www.jqueryscript.net/demo/Fully-Customizable-Organisational-Chart-Plugin-With-jQuery-OrgChart/
It shows image ...
0
votes
1
answer
2k
views
D3 Org Chart with custom React components returning object Object
I'm creating an org chart using React and this library: https://github.com/bumbeishvili/org-chart. It uses D3 to create the org chart.
I want to use custom React components to style each node in the ...
0
votes
1
answer
117
views
Is it possible to position the leaf nodes one below the other instead of next to each other?
I use d3-org-chart and I wonder if it's possible to position the bottommost elements below each other instead of on the same level:
There are some exposed variables that can be adjusted but I couldn'...
0
votes
1
answer
6k
views
Find Dynamic Org Chart Library to integrate with Angular
I am trying to find a organizational chart library that I can integrate with Angular.
Where I can add/delete nodes in the chart dynamically, like when I click on add button it shows a dialog box to ...
0
votes
0
answers
282
views
How to set up <text> element in d3, to fill all remaining space of its parent?
folks!
I am creating an app using unicef/react-org-chart based on d3. I'm doing some customisation, and I have a problem with width of a text element. It basically contains last and first name, job ...
0
votes
1
answer
3k
views
Uncaught ReferenceError: jQuery is not defined (Thymeleaf)
Hi so i have a school project the only problem i have left is the "jquery not found" error. I've being struggling with it for 5 days now and i don't know how the heck to solve it. I'm using ...
1
vote
0
answers
372
views
Can we drag N drop Slinks in BALKAN GRAPH OrgChartJS
I am trying to implement an ORG chart using BALKAN GRAPH OrGChartjs . In the BALKAN GRAPH we have something called Slinks , which seems like dotted line connected from one node to another. Is it ...
1
vote
0
answers
592
views
dabeng's OrgChart place the main node in the center of the screen
i want to make a bi-directional chart (i use for it two charts left to right and right to left directions). At the moment i got this https://codepen.io/awesomefalm/pen/MWpoaJb
And now I want to make ...
0
votes
1
answer
712
views
Onclick of a org chart another org chart will open as a modal popup
I'm working on a Hichcharts project where my requirement is i need to show a modal popup onclick of a org chart's node. And the popup should be another org chart.
here's is my code
[enter link ...
0
votes
1
answer
2k
views
PrimeNg Organization Chart refresh programmatically
I am using p-organizationChart to display hierarchy. I am adding child dynamically. After adding child, it's not displaying expand arrow, but when I select any Node then it reflects.
So, I would like ...
1
vote
0
answers
144
views
Visio how do I restore layout defaults?
I have built an org chart in Visio. I have been fooling with the automatic layout and then tried dragging things to where I want them. I guess the dragging creates overrides of the automated layout, ...
0
votes
1
answer
55
views
How to expand the Connector of ORG Chart
I am working on org chart on highcharts. Want to make the connector little wider. highlighted the part which one i want to make little wider
here's the picture
0
votes
1
answer
1k
views
OrgChart.js module not defined
I'm trying to creata an orgChart using https://github.com/dabeng/OrgChart. I did everything as shown in the github repo but when I try to create a new OrgChar I get the Uncaught ReferenceError: ...
0
votes
0
answers
122
views
Facing Issue in getOrgChart library ( version - 2.5.3) , field is present in data source but missing in ,render node function, args.node.data
I am using the getOrgChart library (version 2.5.3) for my project,
The issue I am facing is that the datasource is getting the proper data but when the renderNod function is called to modify the nodes,...
0
votes
1
answer
877
views
Python or PBI visualization - condensed tree chart - how to achieve and how the visual is properly called?
Maybe a bit odd and random question but still.
A little while back I have seen the below visual in one webinar, which visualizes the org strcture of an organization (who reports to whom etc):
As you ...
3
votes
1
answer
3k
views
How do I collapse an orgChart with all nodes when first displayed and then show first level of its children by select event?
I create an orgChart by pulling data from json data.
at first ı want only show first level of orgChart. ı mean top of chart.
and then when ı click the node ı want to list children of clicked node. ı ...
0
votes
0
answers
183
views
Python DiGraph - Dynamic Source Data
This is probably a moon shot, but I'm looking to get started with my first Python project and I'm looking for advice.
The goal is to write some code that would be able to create the following graph. ...