-
Notifications
You must be signed in to change notification settings - Fork 674
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Print Option For The Chart #70
Comments
Did you resolve this issue? can you share please? |
not yet. only the visible area of the chart is able to print. |
If we keep the chart inside a overflow scroll div and then make it print? |
even then we will need to scroll manually and call the print option again. |
Hi @hudhaifa93 @Anjan-Inspheris .OrgChart is derived from jOrgChart. It provides an option "exportButton" to help users to export orgchart as a png picture. Hope this feature can save your development efforts. This is a demo related to printing chart. Good luck! 😊 |
@dabeng Export working only with visible part of the chart container, if we enable Zoom feature. |
you can use html2Canvas, and put the canvas inside div, hope this useful. ref to #58 |
Will I be able to print the whole chart which i have dynamically made.??
thanks in advance
The text was updated successfully, but these errors were encountered: