Status/Resolution/Reason: Closed/Fixed/BugVerified
Reporter/Name(from Bugbase): / ()
Created: 05/24/2017
Components: Document Management, PDF generation
Versions: 2016,11.0
Failure Type: Non Functioning
Found In Build/Fixed In Build: 11,0,12,302575 / 303586
Priority/Frequency: Normal / Some users will encounter
Locale/System: /
Vote Count: 4
Problem: cfdocument does not generate a chart in a pdf after CF11 update 12.
Method: After update 12, pdf created using cfdocument doesn't have a chart.
Repro code:
<cfdocument format="PDF" filename="test.pdf" overwrite="true">
<cfoutput>
<table>
<tr>
<td>This is a test page</td>
<td>Chart print test case</td>
</tr>
<tr><td>
<cfchart format="png" type="bar" showlegend="false" chartHeight="600" chartWidth="400" title="Basic Chart">
<cfchartseries>
<cfchartdata item="2015" value=20>
<cfchartdata item="2016" value=40>
<cfchartdata item="2017" value=60>
</cfchartseries>
</cfchart>
</tr></td>
</table>
</cfoutput>
</cfdocument>
Result: It is giving red X in a generated PDF.
Expected: It should generate PDF with a chart on it.
Workaround: Revert to CF11 update 11.
Note: Working fine in CF2016 update 4.
Attachments:
- September 14, 2017 00:00:00: 4198761.zip
Comments: