Exscotticus
Exscotticus
Looks like you have some Windows OS specific code... ``` $ python3 server.py Starting Server... Running Server... Traceback (most recent call last): File "server.py", line 167, in run() File "server.py",...
I've noticed that coords change while zooming. Note I'm using options that should ensure no such changes... ``` doubleClickZoom: 'center', scrollWheelZoom: 'center', touchZoom: 'center', ``` To reproduce, simply note the...
Basic paging (hit the button and get more results) does indeed work. The problem is when you try to use it with pre-existing **attrs.allNodes** loops such as: [clearHighlighting()](https://github.com/bumbeishvili/org-chart/blob/master/src/d3-org-chart.js#L1670) and [expandAll()](https://github.com/bumbeishvili/org-chart/blob/master/src/d3-org-chart.js#L1789)....
**Describe the bug** In cases where no nodes list is supplied and the root node is used, the [fit function](https://github.com/bumbeishvili/org-chart/blob/cb1f376656bc83360a4fea6872597fd427fcd775/src/d3-org-chart.js#L1566C5-L1566C81) doesn't take the root node's location into account along with...