tracker issue : CF-3935191

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

$VALUE$ , $ITEMLABEL$ and $SERIESLABEL$ for attribute URL of CFCHART do not work. on CF 11 Update 3

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/Duplicate

Reporter/Name(from Bugbase): Claudio Cabete / Claudio Cabete (Claudio Cabete)

Created: 02/05/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$ for attribute URL of CFCHART do not work. Similar to Reported Bug 3859367 
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 literal text "$VALUE$ / $ITEMLABEL$ / $SERIESLABEL$"

Expected Result:
Clicking on the first bar should show dynamic litteral text "X1 / 15 / Hits"

Any Workarounds:
No.

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3935191

External Customer Info:
External Company:  
External Customer Name: Claudio
External Customer Email:  
External Test Config: My Hardware and Environment details:



windows 2012 Server with CF 11 with update 3.0

Attachments:

Comments:

I'm the process to update from CF 9 to CF 11 and what a disappointment to find out that most of my custom charts via WebCharts styles no longer work. and the ones that work look horrible.
Comment by External U.
8555 | February 05, 2015 08:52:26 PM GMT