itsnotme01

Results 9 comments of itsnotme01

Hello @LeanSaucecode, For fixing this issue I installed d3 in my project root folder. Edit: You need to install the 3.5.17 version of d3 for avoiding issues: https://github.com/unicef/react-org-chart/issues/13 Edit 2:...

Hello, I finally manage to display the tree by editing the svg width and height in my web browser. I now need to edit it in the code to perenise...

Thank you, I had the same error and it solved it, did you found a way to display something?

Hello thank you for the fix, sorry if it's a newbie question but how can i get this fix? I checked on the main branch and it seems it is...

@vgarro Thank you for the answer i'm new to github. If I do npm install changes will be erased, no?

Hello everyone, I chose to fix the problem directly in the setter by refreshing all columns as you can see: ``` typescript @Input() public set columns(values:Array) { // Column reset...

Hello, I'm a bit late but you can fork the repository and modify it then use your repository as source instead of the default one. For the column change bug,...

Hello, I hope you resolved your problem since you posted this message but for others: The item[column.name].match error is due to an item with null value in your data. You...

I've deleted my previous post on this issue, after further investigation it was an issue in my code.