David Bumbeishvili

Results 293 comments of David Bumbeishvili

@venky18 I plan to add [compact layout option](https://davidb.dev/project/leadership-connect-org-chart) You can track it in #14 (Note, I am not sure about time frame, it could be done be within a month,...

I see. That's an interesting concept. I will keep this issue alive since other people also requested a similar feature. It won't be implemented for v2, but I'll keep it...

@venky18 - In the new version which is already released, by default chart is centered around active node[s]

Currently, I am implementing the paging functionality like this It will work like this: 1. You will need to set the paging step using `chart.pagingStep(d=>4)` (default will be `Infinity`), a...

Video of how pagination will work https://user-images.githubusercontent.com/6873202/169758544-707b9ae9-2e17-46a9-9e8a-7b1be58ef334.mp4

Hi Mike, it's not included. It's not in the development branch yet, it's just on my radar for the next set of updates, not sure when, it depends on my...

You have two choices: Choice 1. Apply those styles as inner CSS - it's tested and working well Choice 2. Write a js function that will loop over Org Chart...

Looking forward to seeing the result

So it seems inline styles are the only variant

In that case, maybe try to find some script that will generate inline styles for foreignObject elements? In theory, it should not be hard, it's just a traversing a dom...