Questions tagged [getorgchart]

Questions about GetOrgChart javascript library

88 questions
12
votes
2 answers

Add scrollbar to svg container

I'm using GetOrgChart to make an organization chart for my company, but I ran into a little problem. If the SVG is bigger than the container we wish to add a scrollbar so you can use it to scroll since this will be a lot faster than dragging it all…
user7633892
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
4
votes
1 answer

GetOrgChart value not updating in jquery validator

I am trying to update element in GetOrgChart and for that I am doing following Html

NullPoiиteя
  • 56,591
  • 22
  • 125
  • 143
2
votes
1 answer

GetOrgChart Expanding nodes in IE

I have an issue in IE and Edge where the nodes expand on top of the currently displayed chart. This behavior is only in IE and Edge, Chrome and Firefox display the chart as expected. var peopleElement = document.getElementById("people"); …
2
votes
1 answer

Nodes order GetOrgChart, how to change?

How I can change the order of GetOrgChart nodes, I can't understand based on what it's ordering the nodes, I thought it's based on "id" but it's not working with me also.
2
votes
1 answer

GetOrgChart Mouse Movement Broken In Chrome and Firefox

I am trying to get the latest version of GetOrgChart working for my company website, but the latest version on their website does not work properly in Firefox and Chrome. The mouse scrolling and movement doesn't work, but it works fine in IE. I…
2
votes
0 answers

GetOrgChart On expanding show only first line of children

Im using GetOrgChart, and I'm trying to add a function so when you close top level and then exapand it again, it should only show the children dirrectly under it. Here is my Demo: var orgchart = new getOrgChart(document.getElementById("people"),…
user7633892
2
votes
1 answer

how do I save the state of my charts using local JSON file?

I'm able to initialize my chart with a JSON file write from my directory. However, I'm having a hard time trying to implement the system whereby all the changes made on my index.html (containing charts) will be saved and persistent. The ultimate…
ali farhad
  • 45
  • 5
2
votes
2 answers

GetOrgChart - InsertNode without expanding it directly

is it somehow possible to insert a Node with getorgchart.js without expanding the node directly? I want to dynamically insert a node (with the insertNode method). But the node should be collapsed. Is it maybe somehow possible in the renderEvent or…
Tobi Weißhaar
  • 1,617
  • 6
  • 26
  • 35
1
vote
0 answers

Toggle between Slinks in balkangraph OrgChart

I am trying to build a OrgChart from balkangraph framework (https://balkan.app/). In this we have nodelinks and slinks. I am trying to toggle between nodelinks and slinks. I have 3 different templates for slinks like below myorange, yellow, arrows …
learningmode
  • 137
  • 1
  • 10
1
vote
0 answers

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 possible , to drag and drop Slinks from one node to…
user2542953
  • 127
  • 1
  • 9
1
vote
0 answers

How to integrate/access getorgchart with reactjs

Is there any way to integrate/use getorgchart with reactjs as I want to include it in my react js application.I have tried below code(i.e render getorgchart html code in reactjs component) but it didn't work and having syntax error so please help me…
1
vote
0 answers

Initialize from html table

I have been trying to make an org chart using the code from this example http://www.getorgchart.com/Demos/Initialize-From-HTML-Table I am making my table dynamically from xml data (planning to do this for many different xml files so thats why I…
1
vote
1 answer

So Have GetOrgChart sold to Balkan Graph as OrgChartjs?

So Have GetOrgChart sold to Balkan Graph as OrgChartjs? Looks like it but the two products are incompatible. Would be nice for someone in either of these two companies to explain the full situation so that customers can make informed decisions. The…
1
vote
1 answer

Collapse all nodes on load for very large org chart

I have an org chart of ~6000 people that I need to get to render. As I'm sure you can imagine, it's a little too much to load all at once-- I was wondering if it's possible to load all of the nodes in collapsed, and then have the search function…
bean03
  • 13
  • 6
1
2 3 4 5 6