Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Reto Aeberli / Reto Aeberli (Reto Aeberli)
Created: 05/07/2014
Components: Charting/Graphing
Versions: 11.0
Failure Type: Usability Issue
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Normal / Most users will encounter
Locale/System: ALL / Win 2012 Server x64
Vote Count: 2
Problem Description:
cfchart with attribute style="blue" doesn't work anymore in ColdFusion 11. According to processmonitor ColdFusion tries to open a file called blue without extension. Using style="blue.xml" works and opens the default shipped style file. Just using blue has worked before and is even officially documented by adobe at: http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=graphing_06.html
On CF Versions before Version 11, using style="blue.xml" doesn't work.
Steps to Reproduce:
create cfml template with the following code from the cf docs:
<cfchart style="beige">
<cfchartseries type="pie">
<cfchartdata item="New car sales" value="50000">
<cfchartdata item="Used car sales" value="25000">
<cfchartdata item="Leasing" value="30000">
<cfchartdata item="Service" value="40000">
</cfchartseries>
</cfchart>
and open the template in the browser
Actual Result:
Could not locate the style file beige.
Ensure that the file exists and is readable.
Expected Result:
chart
Any Workarounds:
append .xml to the style value
But this makes the cfml application not compatible with CF before Version 11
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3756738
External Customer Info:
External Company:
External Customer Name: Reto CENTINATED GmbH
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
- October 18, 2014 00:00:00: 1_cfchart_error.png
- October 18, 2014 00:00:00: 2_example_for_style.xml
Comments: