Questions tagged [organizational-chart]
30 questions
6
votes
2 answers
Creating an organizational chart in R
I need to draw an organizational chart of the company in R. I have an example but I would like the arrows to leave the same point.
What I expect (from PowerPoint):
What I got (in R):
Code:
grViz("
digraph {
graph[splines=ortho, nodesep=1]
…

Andre Luiz
- 61
- 1
- 2
6
votes
3 answers
How to implement an organizational chart in android
I want to know how can I implement an organizational chart in Android?
Here is a schema for my layout:

Hadi
- 159
- 1
- 9
4
votes
5 answers
is there anyway to vertically align the boxes in google org chart visualization
i am using google org chart visualization API and i want to have the vertical alignment set to top on the cells. (i am showing multiple people in each org chart box so i want every "level" to align to the top instead of the middle. So in the…

leora
- 188,729
- 360
- 878
- 1,366
2
votes
2 answers
Open source Organizational Chart Creation
I was wondering what free or open source options there are out there for creating organizational charts?

Sherwin Flight
- 2,345
- 7
- 34
- 54
2
votes
2 answers
GetOrgChart: How do I disable the default behaviour of a click going to the details view?
Using getOrgChart.com
How do I disable the default behaviour of a click going to the details view? I have set editable to false. I am including an xlink in the box which works but the details view is initially visible before the link goes to the…

steve
- 41
- 6
2
votes
1 answer
Draw a graphic structure with JSF
I would like to create a JSF web application to display a graphic structure (composed of hierarchical elements organised in a database) where, if possible, the user could eventually zoom in/out, add new elements...
But I haven't been able to…

user1882817
- 21
- 1
- 3
2
votes
1 answer
Add image to orgchart shape using VSTO for Visio
I am working on Implementation of dynamic organization chart.
In my project (in visual studio 2010 - winformapplication) i used VSTO for Visio (visio 2010).
Now I want to add an image to my shapes (Microsoft.Office.Interop.Visio.Shape) in OrgChart…

Meg Mytemp
- 21
- 2
1
vote
1 answer
How to make an certain instance of a class to have only one predicate from the desired list of predicates?
As part of my bachelor's thesis, I am trying to create a universal ontology for organizations (I know about the existence of The Organizational Ontology from the W3C). In the process, I came up with the following scheme (ontology drawn in pencil).…

iXtreme3
- 15
- 5
1
vote
1 answer
Google OrgChart line issue
I am trying to use Google OrgChart but somehow on some cases the line connection between node is not horizontally centered. Is there any workaround for this? Thank you.
The line is not horizontally aligned.

Raymond Natio
- 556
- 3
- 22
1
vote
0 answers
Make tooltip for organization chart using Jquery
I'm still new to javascript and also Jquery. What I trying to do is to pop up image with full description when hover to the organization chart box. After a few days, I finally find the solution. However, it only work for one box which is at the top.…

Wan1234
- 35
- 2
- 9
1
vote
1 answer
Image with full description when hovering over an organization chart
I want to hover my mouse over an organization chart box and have the image with full description. However, the image do not pop out and the description also in the straight line with the name. Any thoughts? Thank you.
This is my coding. I try to…

Wan1234
- 35
- 2
- 9
1
vote
1 answer
Excel VBA to create Visio Org Chart
My boss has asked me to try to figure out a way to automate our company's org charts. They have been using Visio and would like to continue. So far they just take the previous years drawings and go in and manually do the changes to all of the…

Cocoberry2526
- 187
- 3
- 15
1
vote
0 answers
Backup & restore of data Like organization chart
I have a database that every username should Enter some information in system & his (Admin,Admin User) then his (Admin) should give those Update Information to his (Users).
Now, I have some Problems to solve this & need your help
This program…

user3079837
- 11
- 2
0
votes
0 answers
How to create organizational chart in oracle apex
I am trying to create an organizational chart using Apex D3 Organization Chart Plugin. But it is only able to show the name of the employee. I can't show designation, department or employee image. Can someone please help me? How can I show images of…

Ahmad Mirza
- 31
- 11
0
votes
0 answers
Centering organizational highcharts with custom nodes width
I use highcharts to draw dynamically organizational charts (horizontal or vertical) in the same frame (fixed width and height) but with different data (depending of previous action of the user to choose the organizational he wants to display).
I…

vegaelce
- 115
- 6