【问题标题】:Option to save chart as pdf or image when using GetOrgChart使用 GetOrgChart 时将图表保存为 pdf 或图像的选项
【发布时间】:2017-05-19 11:30:49
【问题描述】:

我正在使用 GetOrgChart 生成组织结构图,请建议如何将图表保存为图像或 pdf 文件。

【问题讨论】:

    标签: getorgchart


    【解决方案1】:

    您只需启用此标志 - 'enablePrint' 为 true,您将在 OrgChart 的标题上看到一个打印图标。使用它,您可以将您的 OrgChart 保存为 PDF 格式

    http://www.getorgchart.com/Documentation#enablePrint

    这是小提琴- http://jsfiddle.net/GetOrgChart/jgqyh81a/

    var orgchart = new getOrgChart(document.getElementById("people"),{
    enablePrint: true, dataSource: [ { id: 1, parentId: null, Name: "Amber McKenzie"}, { id: 2, parentId: 1, Name: "Ava Field"}, { id: 3, parentId: 1, Name: "Evie Johnson"}] });

    【讨论】:

      猜你喜欢
      • 2012-03-30
      • 2016-06-11
      • 2014-03-28
      • 2012-07-10
      • 2017-03-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多