daniel-hauser / react-organizational-chart

Simple react hierarchy tree - any React children accepted for nodes
https://daniel-hauser.github.io/react-organizational-chart
MIT License
182 stars 36 forks source link

How to export react-organizational-chart in pdf or png/jpg #21

Closed muhammadadnan371 closed 2 years ago

muhammadadnan371 commented 3 years ago

Hi,

I am using react-organizational-chart in one of my project and it's working perfect. Now I want to export my chart in pdf or png/jpg format. I tried react-to-pdf but it only show one or two nodes of my chart. I want whole chart even there is horizontal scroll.

Please help help me to achieving this functionality. Thanks!

daniel-hauser commented 2 years ago

You can try using https://github.com/niklasvh/html2canvas. Ill appreciate if you comment on this thread if it worked for you