BALKANGraph / OrgChartJS

OrgChart JS is a simple, flexible and highly customizable organization chart plugin for presenting the structure of your organization and the relationships in an elegant way.
https://balkan.app/orgchartjs
250 stars 85 forks source link

drag drop of tree is flas then also i can drag drop #851

Open PoojaSwami3010 opened 2 months ago

PoojaSwami3010 commented 2 months ago

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

ZornitsaPesheva commented 2 months ago

Check if this is what you need: https://code.balkan.app/org-chart-js/remove-click-animation-when-pan-is-disabled#JS

PoojaSwami3010 commented 2 months ago

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 image

ZornitsaPesheva commented 2 months ago

Please edit the above example to isolate the issue.

PoojaSwami3010 commented 2 months ago

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

ZornitsaPesheva commented 2 months ago

I have created a video record to show you that I don't get that dot in your example: screen-capture.webm

PoojaSwami3010 commented 2 months ago

okay thank you for your response. I will check my side share it again

PoojaSwami3010 commented 1 month ago
dot issue

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

ZornitsaPesheva commented 1 month ago

You just need to add this row at the top to disable this animation:

OrgChart.templates.ana.pointer = '<g data-pointer="pointer"></g>';
PoojaSwami3010 commented 1 month ago

hi ZornitsaPesheva, thank you so much for your quick response. the above code is working for me
thank again