Status/Resolution/Reason: Closed/Withdrawn/Duplicate
Reporter/Name(from Bugbase): Claudio Cabete / Claudio Cabete (Claudio Cabete)
Created: 02/06/2015
Components: Charting/Graphing
Versions: 11.0
Failure Type: Non Functioning
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Critical / All users will encounter
Locale/System: English / Win 2012 Server x64
Vote Count: 0
Duplicate ID: CF-3859367
Problem Description:
$VALUE$ , $ITEMLABEL$ and $SERIESLABEL$ attributes do not have the correct Values, instead it outputs the text : $VALUE$
This is the second case I file, please do not close as Duplicate, issue still not resolved.
Steps to Reproduce:
use this example:
<CFCHART FORMAT="flash" CHARTHEIGHT="480" CHARTWIDTH="640" URL="javascript:alert('$VALUE$ / $ITEMLABEL$ / $SERIESLABEL$');">
<CFCHARTSERIES TYPE="bar" SERIESLABEL="Hits">
<CFLOOP INDEX="i" FROM="1" TO="10">
<CFCHARTDATA ITEM="X#i#" VALUE="#Val(10+i*5)#">
</CFLOOP>
</CFCHARTSERIES>
</CFCHART>
Actual Result:
clicking on the bars, the Javascript Alert will show that the Attributes values are not being passed. it literally ouputs the attributes names.
Javascript Alert is Displaying: $VALUE$ / $ITEMLABEL$ / $SERIESLABEL$
Expected Result:
Javascript Alert Should display: 15 / X1 / Hits
Any Workarounds:
Not able to find one.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3935878
External Customer Info:
External Company:
External Customer Name: Claudio
External Customer Email:
External Test Config: My Hardware and Environment details:
Windows 2012 Server 64bit
Attachments:
- February 07, 2015 00:00:00: 1_cfchartissue.png
Comments: