我需要创建按钮“导出到PDF”和转移一个甘特图的所有数据到PDF与相同的布局。有谁能帮我出主意或出处吗?
或者,它可以打印整个页面,而不是打印屏幕。
多谢了。
您可以使用从1.66开始提供的sap.gantt.simple.ganttprinting
controllerName="sap.gantt.sample.GanttPrinting.Gantt"
height="100%"
xmlns="sap.gantt.simple"
xmlns:mvc="sap.ui.core.mvc"
xmlns:m="sap.m">
<GanttChartContainer id="ganttContainer">
<toolbar>
<ContainerToolbar stepCountOfSlider="6">
<m:Button text="Export to PDF" press="onExportPDF" />
</ContainerToolbar>
</toolbar>
</GanttChartContainer>
<gnt2:GanttChartWithTable shapeDoubleClick="onSahpeDblClick" id="gantt1" ghostAlignment="Start" adhocLineLayer="Bottom"> </gnt2:GanttChartWithTable>
</mvc:View>
并且在控制器文件中:
onExportPDF: function () {
var oGantt = this.getView().byId("gantt1");
var oGanttPrinting = new sap.gantt.simple.GanttPrinting();
oGanttPrinting.setGanttChart(oGantt);
oGanttPrinting.open();
}
其中GanttChartContainer id=“GanttContainer”
您可以使用jsPDF,它不是完美的,但它可能是您需要的。
下面是如何使用VizFrame
图表或与SAP应用程序一起实现JSPDF
的片段
您需要使用图表视图的高度/宽度和jsPDF设置来适应您的偏好。
null
var doc = new jsPDF('p', 'mm');
$("#print_btn").click(() => {
html2canvas(document.body, {
onrendered: function(canvas) {
var img = canvas.toDataURL("image/jpg");
doc.addImage(img, 'JPEG', 0, 0);
doc.save("Chart.pdf");
}
})
});
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/1.3.2/jspdf.min.js"></script>
<div id="UIComp_0" class="v-info" aria-labelledby="UIComp_0-title" tabindex="0" style="height: 230px; width: 380px; position: relative; font-size: 10px; box-sizing: border-box; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);"><svg class="v-m-root" focusable="false" tabIndex="-1" width="100%" height="100%" style="left: 0px; top: 0px; height: 100%; width: 100%; display: block; cursor: default;"><defs></defs><g class="v-m-desc-title"><title id="UIComp_0-title">An Interactive Column Chart </title></g><g class="v-m-action-layer-group"></g><g class="v-m-decoration-layer-group"></g><g class="v-m-background"><rect class="v-background-body viz-plot-background v-morphable-background" x="0" y="0" width="380" height="230" style="fill:#ffffff"></rect></g><g class="v-m-title" transform="translate(62.34765625, 16)"></g><g class="v-m-legendGroup" transform="translate(16, 214)" role="listbox"><g class="v-m-legend" transform="translate(0,0)"><rect class="v-bound" width="0" height="0" visibility="hidden"></rect></g></g><g class="v-m-main" transform="translate(16, 16)"><g class="v-m-plot" transform="translate(46.34765625, 0)"><rect class="v-background-body viz-plot-background v-morphable-background" x="0" y="0" width="301.65234375" height="130.6" style="fill:#ffffff"></rect><clipPath id="plot_main_clipPath_246d5cd1-5ec9-41a1-b6bd-91685857ac7e"><rect y="-1" width="302.65234375" height="131.6"></rect></clipPath><rect class="v-plot-bound v-bound v-zoom-plot" width="301.65234375" height="130.6" fill="transparent"></rect><g clip-path="url(#plot_main_clipPath_246d5cd1-5ec9-41a1-b6bd-91685857ac7e)"><g class="v-plot-main" role="list" transform="translate(0, 0)"><g class="v-gridline-group"><g class="v-gridline" stroke="#e5e5e5" stroke-width="1" shape-rendering="crispEdges"><line class="v-gridline-mainline" x1="0" y1="130.6" x2="301.65234375" y2="130.6"></line></g><g class="v-gridline" stroke="#e5e5e5" stroke-width="1" shape-rendering="crispEdges"><line class="v-gridline-mainline" x1="0" y1="97.94999999999999" x2="301.65234375" y2="97.94999999999999"></line></g><g class="v-gridline" stroke="#e5e5e5" stroke-width="1" shape-rendering="crispEdges"><line class="v-gridline-mainline" x1="0" y1="65.3" x2="301.65234375" y2="65.3"></line></g><g class="v-gridline" stroke="#e5e5e5" stroke-width="1" shape-rendering="crispEdges"><line class="v-gridline-mainline" x1="0" y1="32.650000000000006" x2="301.65234375" y2="32.650000000000006"></line></g><g class="v-gridline" stroke="#e5e5e5" stroke-width="1" shape-rendering="crispEdges"><line class="v-gridline-mainline" x1="0" y1="0" x2="301.65234375" y2="0"></line></g></g><g class="v-datapoint-group"><g><path d="M102.82617187499999,130.6L102.82617187499999,8.1625L198.826171875,8.1625L198.826171875,130.6" fill="none" stroke-linejoin="round" stroke="#5899da" stroke-width="1" class="v-bar-series-path" display="none"></path><g data-id="0" data-datapoint-id="1" class="v-datapoint v-morphable-datapoint v-datapoint-default" transform="translate(102.82617187499999, 8.1625)" fill-opacity="1"><rect width="96.00000000000003" height="122.4375" fill="#5899da" stroke="#ffffff" stroke-width="1px" stroke-opacity="1"></rect></g></g></g></g></g><g class="v-referenceline-group" clip-path="url(#plot_main_clipPath_246d5cd1-5ec9-41a1-b6bd-91685857ac7e)"><g class="v-referenceline-labels-group"></g></g></g><g class="v-m-categoryAxis v-m-xAxis" transform="translate(46.34765625, 130.6)" role="listbox"><rect class="v-bound" width="301.65234375" height="59.4" fill="transparent"></rect><g class="v-axis"><g class="v-m-axisScrollbar" transform="translate(0,25.4)"><g><rect class="v-m-scrollbarTrack" visibility="hidden" fill="#f7f7f7" stroke-width="0" stroke="#ffffff" width="301.65234375" height="12"></rect><rect class="v-m-scrollbarThumb" visibility="hidden" fill="#e6e6e6" width="301.65234375" height="12" transform="translate(0, 0)"></rect></g></g><g class="v-m-axisTitle" transform="translate(0,45.4)"><g class="v-title viz-axis-title" fill="#000000" font-size="12px" font-weight="regular" font-family="Arial, Helvetica, sans-serif" letter-spacing="0.5px" font-style="normal"><text dominant-baseline="auto" text-anchor="start" x="104.654296875" y="11">Chart Print PDF</text></g></g><g class="v-m-axisBody" transform="translate(0,0)" clip-path="url(#clip-path-bdc7fe18-34f8-4cca-8b3d-55fdc0a646da)"><clipPath class="v-clippath" id="clip-path-bdc7fe18-34f8-4cca-8b3d-55fdc0a646da"><rect x="-1" y="-1" width="303.65234375" height="27.4"></rect></clipPath><g class="v-line-group"><line class="v-valueaxisline v-line" shape-rendering="crispEdges" stroke="#cccccc" stroke-width="1" x1="-0.5" y1="0" x2="302.15234375" y2="0" style="pointer-events: none;"></line></g><g class="v-label-group"><g class="v-label v-morphable-label viz-axis-label v-axis-item index_0" fill="#333333" font-size="12px" font-weight="normal" font-family="Arial, Helvetica, sans-serif" font-style="normal" categorylabel-id="0" transform="translate(0,0)"><rect class="viz-axis-label-rect" fill="transparent" x="1" y="1" width="299.65234375" height="23.4"></rect><g class="v-axis-label-wrapper"><text x="122.58691406" y="17.4" text-anchor="start">chartValue</text></g></g></g></g></g></g><g class="v-m-valueAxis v-m-yAxis" transform="translate(0, 0)"><rect class="v-bound" width="46.34765625" height="130.6" fill="transparent"></rect><g class="v-axis"><g class="v-m-axisTitle" transform="translate(0,0)"><g class="v-title viz-axis-title" fill="#000000" font-size="12px" font-weight="regular" font-family="Arial, Helvetica, sans-serif" letter-spacing="0.5px" font-style="normal"><text dominant-baseline="auto" text-anchor="start" x="5.5" y="65.3" transform="rotate(-90,11,65.3)">%</text></g></g><g class="v-m-axisBody" transform="translate(22,0)"><clipPath class="v-clippath-labels" id="clip-path-f85dcd02-8845-4ac0-93d0-591dca6a8166"><rect x="-1" y="-11.2" width="26.34765625" height="153"></rect></clipPath><rect class="v-bound" width="24.34765625" height="130.6" fill="transparent"></rect><g clip-path="url(#clip-path-f85dcd02-8845-4ac0-93d0-591dca6a8166)"><g class="v-label-group"><g class="v-label v-morphable-label viz-axis-label" fill="#707070" font-size="12px" font-weight="normal" font-family="Arial, Helvetica, sans-serif" font-style="normal"><text text-anchor="start" x="6.67382812" y="134.79999999999998">0</text></g><g class="v-label v-morphable-label viz-axis-label" fill="#707070" font-size="12px" font-weight="normal" font-family="Arial, Helvetica, sans-serif" font-style="normal"><text text-anchor="start" x="0" y="102.14999999999999">20</text></g><g class="v-label v-morphable-label viz-axis-label" fill="#707070" font-size="12px" font-weight="normal" font-family="Arial, Helvetica, sans-serif" font-style="normal"><text text-anchor="start" x="0" y="69.5">40</text></g><g class="v-label v-morphable-label viz-axis-label" fill="#707070" font-size="12px" font-weight="normal" font-family="Arial, Helvetica, sans-serif" font-style="normal"><text text-anchor="start" x="0" y="36.85000000000001">60</text></g><g class="v-label v-morphable-label viz-axis-label" fill="#707070" font-size="12px" font-weight="normal" font-family="Arial, Helvetica, sans-serif" font-style="normal"><text text-anchor="start" x="0" y="4.2">80</text></g></g></g></g></g></g><g class="v-m-scrollbar" transform="translate(348, 0)"></g></g></svg>
<div
class="v-m-tooltip-container" actualwidth="380" actualheight="230" style="left: 0px; top: 0px; height: 0px; width: 0px; position: absolute;"></div>
</div>
<button id="print_btn">Export as PDF</button>
甘特图用于比较类别之间的数据。此外,它还可用于识别每个过程所花费的时间。 它显示了一段时间内任务值的进展。它在一段时间内广泛用于项目管理和其他类型的变异研究。 除时间维度外,甘特图也采用维度和度量。 例如,使用Sample-Superstore数据源,可以按照每种类型的发运模式进行运输。对于创建,甘特图遵循程序如下: 第1步:转到工作表。 单击“标记(Marks)”窗格中的下拉按钮。 从给定列表中
主要内容:什么是JFreeChart 甘特图,JFreeChart 甘特图的示例什么是JFreeChart 甘特图 甘特图是一种条形图,常用于计划和安排项目任务和事件。 下图显示了 JFreeChart 库中包含的甘特图的一些演示版本: JFreeChart 甘特图的示例 让我们以人口数量作为样本数据。 软件开发阶段 预计日期 实际日期 需求分析 2017-07-03 2017-07-07 2017-07-03 2017-07-05 需求设计 2017-07-10 201
1. 前言 Markdown 的原生语法不支持绘制图形,但通过扩展模块,我们可以将一些格式化的文字渲染成我们需要的图形。常用的图形有 “流程图”、“时序图”、“类图”、“状态图”、“甘特图”、"饼图" 等。 本节将重点介绍如何通过 Mermaid 绘制「甘特图」。 甘特图 (Gantt chart) 也被称为横道图、条状图(Bar chart)。通常用于展示项目进度,它的核心对象是「时间」,并在时
我不熟悉plotly,我有一些start=int和finish=int(以抽象时间单位)的任务。但x轴默认为日期格式。我想将x轴设置为数字格式(0,1,2…) 这是我的代码: df看起来像: 任何建议!
我有2个(或以上)海图,需要打印成PDF格式。我用PDf导出表单highchrt,它可以打印但只是打印1张图表。我的代码怎么了?或者有什么解决我问题的办法吗? 这是我的密码。 null null
我正在尝试创建一个双轴甘特图和折线图,以在左轴上显示任务(甘特图数据),在右轴上显示数值(折线图数据)。我想使用谷歌图表、高图或chartJs进行可视化,但不知道哪一个可以实现,请参阅我试图接近的视觉对象的问题所附的链接/图片。我可以单独显示每个图表,但不能作为组合的双轴图表一起显示。我已经尝试了各种组合图表配置,但没有任何东西接近工作。对此的任何帮助都将不胜感激。 以下是谷歌图表、HighCha