Title:
With ENABLECFOUTPUTONLY turned on, CFCHART in Flash or HTML format do not render, only PNG/JPG do
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Eric Tabet / Eric Tabet (etabet)
Created: 11/28/2014
Components: Charting/Graphing
Versions: 11.0
Failure Type: Non Functioning
Found In Build/Fixed In Build: CF11_Final / CF11 Update5
Priority/Frequency: Critical / All users will encounter
Locale/System: English / Win 2012 Server x64
Vote Count: 0
Problem Description:
With ENABLECFOUTPUTONLY turned on, CFCHART in Flash or HTML format do not render, only PNG/JPG do
Steps to Reproduce:
Use following code:
<CFSETTING ENABLECFOUTPUTONLY="Yes">
<cfchart format="html" showlegend="no" height="200" width="250" title="" show3d="no" style="Eric.json">
<cfchartseries type="bar" paintstyle="light" color="blue">
<cfchartdata item="2005" value="1000"/>
<cfchartdata item="2006" value="3000"/>
<cfchartdata item="2007" value="1000"/>
<cfchartdata item="2008" value="4000"/>
<cfchartdata item="2009" value="2000"/>
</cfchartseries>
</cfchart>
Actual Result:
Nothing is rendered
Expected Result:
A graph should show
Any Workarounds:
Change format to PNG/JPG or add <CFOUTPUT> around the <CFCHART> (!!??)
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3859368
External Customer Info:
External Company:
External Customer Name: etabet
External Customer Email:
External Test Config: My Hardware and Environment details:
Windows 2012 x64
Attachments:
Comments: