Title:
$VALUE$ , $ITEMLABEL$ and $SERIESLABEL$ for attribute URL of CFCHART only work with PNG/JPG and not FLASH/HTML
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/Fixed
Reporter/Name(from Bugbase): Eric Tabet / Eric Tabet (etabet)
Created: 11/28/2014
Components: Charting/Graphing
Versions: 2016,11.0
Failure Type: Non Functioning
Found In Build/Fixed In Build: CF11_Final / CF2016U12,CF2018U5
Priority/Frequency: Critical / All users will encounter
Locale/System: English / Win 2012 Server x64
Vote Count: 1
Problem Description:
$VALUE$ , $ITEMLABEL$ and $SERIESLABEL$ for attribute URL of CFCHART only work with PNG/JPG and not FLASH/HTML
Steps to Reproduce:
Use following code
<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 first bar shows litteral text "$VALUE$ / $ITEMLABEL$ / $SERIESLABEL$"
Expected Result:
Clicking on the first bar should show dynamic litteral text "X1 / 15 / Hits"
Any Workarounds:
Change format to PNG or JPG (but this has other issues such as wrong placement of mouse-over tip on position:relative...)
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3859367
Reason: BugVerified
External Customer Info:
External Company:
External Customer Name: etabet
External Customer Email:
External Test Config: My Hardware and Environment details:
Windows 2012 (VMWare)
Attachments:
Comments: