Open PoojaSwami3010 opened 4 months ago
Check if this is what you need: https://code.balkan.app/org-chart-js/remove-click-animation-when-pan-is-disabled#JS
thank you , the above code is working but got one issue if i click on tree view i got one dot and on refresh of page only its removing
Please edit the above example to isolate the issue.
https://code.balkan.app/testing-123#HTML this above is my code can you please check, in your code i am not able to repeat that issue
I have created a video record to show you that I don't get that dot in your example: screen-capture.webm
okay thank you for your response. I will check my side share it again
in the below example i can see that issue can you please check im geetting same issue in my code also https://code.balkan.app/org-chart-js/importing#JS
You just need to add this row at the top to disable this animation:
OrgChart.templates.ana.pointer = '<g data-pointer="pointer"></g>';
hi ZornitsaPesheva, thank you so much for your quick response. the above code is working for me
thank again
How to stop drag drop of tree, enableDragDrop: false, added this property but then also I can drag drop the tree. how to fix this Thanks