Open Shmata opened 3 years ago
Hi @Shmata, I'm not able integrate this with my data getting 0 function not found , and Cannot read properties of undefined (reading 'length') error can u please help me out in this.
Hi @Shmata, I'm not able integrate this with my data getting 0 function not found , and Cannot read properties of undefined (reading 'length') error can u please help me out in this.
Hi @shivamjain169 , Could you please provide me with two things? First, one record of your JSON data (it seems your data is undefined). Make sure it is valid so we can generate an org chart from it. Second, the exact error you've encountered.
Hi @Shmata
Thanks for you Response,
But now issue is resolved, and working fine
@Shmata The deployment issue is due to a version mismatch of the D3 library . We need to install the specific version (3.5.17) of the D3 library, and after that, it will work fine.
Hello guys,
I have changed json data in react-org-chart then connect shaped json to my required datasource, everything worked well on localhost. Then I deployed, built version of react-org-chart to SharePoint, but as it obviously clear on screen shot there isn't any error in console and chart doesn't appear but data are fetched from DB.
Is there any trick, may I forgot in deployment process ?