Questions tagged [orgchart]

An organizational chart. A diagram that shows the structure of an organization and the relationships and relative ranks of its parts and positions/jobs.

The term is also used for similar diagrams, for example ones showing the different elements of a field of knowledge or a group of languages.

A company's organizational chart typically illustrates relations between people within an organization. Such relations might include managers to sub-workers, directors to managing directors, chief executive officer to various departments, and so forth. When an organization chart grows too large it can be split into smaller charts for separate departments within the organization.

196 questions
65
votes
13 answers

Are there any better javascript org charts compared with Google Org Chart API?

We are using google org chart API to display our org charts. This works well but we need something that supports: One person reporting to multiple managers Co heads of a functional areas. Are there any competing tools that give better support for…
leora
  • 188,729
  • 360
  • 878
  • 1,366
11
votes
1 answer

Printing getOrgChart

I am using the getOrgChart library from here, and I am trying to print out the entire chart instead of just the visible section. Unfortunately when using the standard libraries print function it will only print out the first section and I can't…
Mr Dansk
  • 766
  • 3
  • 8
  • 23
9
votes
4 answers

What is the best way to model an organization using people, positions and teams when people have multiple jobs?

I have an interesting modeling problem. I am trying generate an org chart on a website (the backend is C# / SQL server and the frontend is javascript / google orgchart API, but the crux of the modeling problem is more generic so I didn't include…
leora
  • 188,729
  • 360
  • 878
  • 1,366
7
votes
2 answers

Google Visualization API - Org Chart Layout

Using the Org Chart in the Google Visualization API, is there a way to flip the chart to a vertical layout instead of horizontal.
leora
  • 188,729
  • 360
  • 878
  • 1,366
7
votes
1 answer

Google Orgchart create marriage

Hi im using Google Orgchart to create a family tree, where I combine three families. How can I create lines between people who are married but from different families like below. +----------+ +----------+ | Family 1 | …
Michael Tot Korsgaard
  • 3,892
  • 11
  • 53
  • 89
5
votes
4 answers

How can i build dynamic organizational chart?

I'm trying to build an dynamic organizational chart with php. Do i need to build it myself or is there some tools for that? specification: all the positions in the company are predefined in the org chart, we only add persons in the correspondent…
SUN Jiangong
  • 5,242
  • 16
  • 57
  • 76
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
4
votes
0 answers

Centering Google OrgChart in node

My problem is using google orgchart. My question is how to center the chart at a specific node? As it is very large and is in a smaller div , just cut in half and I use to show the position of a person in the orgchart... so if the position is in the…
André
  • 41
  • 4
4
votes
4 answers

Is there any way to export a Google Visualization org chart as an image?

Is there anyway to have an export function to export the Google Visualization organizational chart as an image? I want this as a feature of my website, so people can click a button or a link and have it save as an image or a pdf file
leora
  • 188,729
  • 360
  • 878
  • 1,366
3
votes
1 answer

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. ı mean showing first degree relative children of…
3
votes
3 answers

Generate a flat array of ids from a multilevel tree using reduce function with recursion?

I am trying to implement a user hierarchy using the js library orgChart. by getHierarchy() method in the library is outputting a object like the following. var datascource = { "id": "1", "children": [{ "id":…
Sankha Karunasekara
  • 1,636
  • 18
  • 19
3
votes
2 answers

Google Org Chart with hyperlink and 1 click expand/collapse

I am trying to use the Google Org Chart control. I would like it to have a single click expand/collapse of nodes (instead of the default double click one) and also provide a hyperlink to the profile page of the user. My hyperlink code works fine…
xdev
  • 659
  • 11
  • 23
3
votes
1 answer

does google org chart visualization api support mutliple managers (coheads)

is there a way to support the use case where there are a bunch of people that report to two co heads of a group. it doesn't look like it from my initial testing but wanted to verify to be sure. i have a use case where some people report to Joe and…
leora
  • 188,729
  • 360
  • 878
  • 1,366
3
votes
0 answers

How to change the orientation of gvisOrgChart in R?

I have built a giant org chart in R by using gvisOrgchart. My data has values and the parents. When I run the following script: Org1 <- plot(gvisOrgChart(data, idvar = "value", parentvar = "parent", tipvar="rand", options=list(width=100, …
user3122260
  • 53
  • 1
  • 5
3
votes
0 answers

adding big and dynamic org chart in gwt

I need to add to my GWT site a dynamic org chart which: List item can handle large number of nodes. can be changed dynamically, e.g. selecting a specific node will draw it's children in case they were hidden. (preferably without redrawing the whole…
Dave Begun
  • 31
  • 2
1
2 3
13 14