tracker issue : CF-3859368

select a category, or use search below
(searches all categories and all time range)
Title:

With ENABLECFOUTPUTONLY turned on, CFCHART in Flash or HTML format do not render, only PNG/JPG do

| View in Tracker

Status/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

Listed in the version 11.0.05.293506 Issues Fixed doc
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:

The fix for this bug is available in the pre-release build of ColdFusion 11 Update 5
Comment by CFwatson U.
9905 | February 20, 2015 09:23:36 AM GMT
Verified this issue is fixed (for both HTML and Flash formats) in CF11 Update 5 (build 11,0,05,293506). Thanks!, -Aaron
Comment by External U.
9906 | September 02, 2015 02:39:56 AM GMT