tracker issue : CF-3935878

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

Please check Charting again. URL stoped working after update 3

| View in Tracker

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:

  1. February 07, 2015 00:00:00: 1_cfchartissue.png

Comments:

Please do not close this Bug report as Duplicate, issue not resolved. check attachment for proof
Comment by External U.
8525 | February 06, 2015 03:01:02 PM GMT
I agree with Claudio - if you are going to close a ticket at least leave a comment and provide a link to a fix This doesn't work for me either but I am not sure it ever has except with format jpg/png Regards Richard
Comment by External U.
8526 | February 11, 2015 10:52:07 AM GMT
This fix will be made available in an upcoming CF11 update. The bug CF-3859367 is closed since the fix is working as expected. (Comment added from ex-user id:nawani)
Comment by Adobe D.
8527 | February 16, 2015 06:42:42 AM GMT