bumbeishvili / org-chart

Highly customizable org chart. Integrations available for Angular, React, Vue
https://stackblitz.com/edit/web-platform-o5t1ha
MIT License
928 stars 330 forks source link

Is tooltip available org-chart? #266

Closed Karthik-code1010 closed 1 year ago

Karthik-code1010 commented 1 year ago

I have org-chart. if I hover single element I need to get name in tooltip.

image

bumbeishvili commented 1 year ago

No, but you have an exposed method called toonNodeUpdate, where you can access the DOM elements of each node (this refers to the DOM element) and attach anything to them

Karthik-code1010 commented 1 year ago

ok thanks.