Skip to content
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

Open
hudhaifa93 opened this issue Aug 18, 2015 · 7 comments
Open

Print Option For The Chart #70

hudhaifa93 opened this issue Aug 18, 2015 · 7 comments

Comments

@hudhaifa93
Copy link

Will I be able to print the whole chart which i have dynamically made.??

thanks in advance

@Anjan-Inspheris
Copy link

Did you resolve this issue? can you share please?

@hudhaifa93
Copy link
Author

not yet. only the visible area of the chart is able to print.

@Anjan-Inspheris
Copy link

If we keep the chart inside a overflow scroll div and then make it print?

@hudhaifa93
Copy link
Author

even then we will need to scroll manually and call the print option again.

@dabeng
Copy link

dabeng commented May 8, 2016

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! 😊
screen-capture

@Mmannem
Copy link

Mmannem commented Oct 4, 2016

@dabeng Export working only with visible part of the chart container, if we enable Zoom feature.
Can't we get full chart (whatever is on Chart container ) even if we enable options
'pan': true,
'zoom': true
Any work around for this ?

@KingGeneral
Copy link

KingGeneral commented Mar 14, 2017

you can use html2Canvas,

and put the canvas inside div,
when print remove all css that overflow,
after print , apply them again.

hope this useful.

ref to #58

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants