I am currently using getorgchart plugin. When ı want to print the chart , ıt opens a blank page.
$("#people").getOrgChart("print");
You need to put the target document element (in your case people) inside something else. For example, nest it inside another div.
Example:
<div id="container">
<div id="people"></div>
</div>
来源:https://stackoverflow.com/questions/28457817/print-is-not-working-in-orgchart