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

Button issue with split code between JS and HTML #284

Closed MageRoyal closed 1 year ago

MageRoyal commented 1 year ago

Good Afternoon Sir,

I am using your design in Domo, I have all of the features working great, except I cannot get the buttons (FullScreen, expand all, etc.) to function.

Domo requires that I split the code into Java and HTML. The issue I am having is that I have to filter the data through its own function, so when I click on the button I get a "cannot read properties" error. I am assuming it's because it cannot get to the chart.fullscreen command to execute it due to it residing within another function.

I have tried everything and I am stuck! Do you have any recommendations?

MageRoyal commented 1 year ago

I was able to get this to work, Thank you!