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

before showing tree i m getting, one text i dont want to show text if tree data is loading #848

Open PoojaSwami3010 opened 3 months ago

PoojaSwami3010 commented 3 months ago

PFA before showing tree i m getting,

extra text

one text i dont want to show text if tree data is loading,

thanks

ZornitsaPesheva commented 3 months ago

Code example: https://code.balkan.app/org-chart-js/its-lonely-here-text#JS You can do this:

OrgChart.RES.IT_IS_LONELY_HERE_LINK = "";
PoojaSwami3010 commented 3 months ago

thank you for you reply, this code is working for me.