tracker issue : CF-4044685

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

CFchart URL value not populating properly

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): Marc Ehrenkrantz / Marc Ehrenkrantz (Marc Ehrenkrantz)

Created: 08/27/2015

Components: Charting/Graphing

Versions: 11.0

Failure Type: Data Corruption

Found In Build/Fixed In Build: CF11_Final /

Priority/Frequency: Normal / All users will encounter

Locale/System: English / Win 2012 Server x64

Vote Count: 0

Listed in the version 2016.0.0.297996 Issues Fixed doc
Verification notes: verified_fixed on July 30, 2017 using build 2016.0.01.298513
Problem Description:  CFchart URL: URL values after the 10th itemlabel are incorrect (repeats 2nd value)

Steps to Reproduce:

<cfchart chartwidth="1000" chartheight="450" format="png" url="test.cfm?value='$ITEMLABEL$'">                                                                                                                                                                                                                                                        
                <cfchartseries type  = "bar">                      
                                <cfchartdata item="2009" value=9>      URL argument = 2009
                                 <cfchartdata item="2010" value=10>   URL argument = 2010
                                <cfchartdata item="2011" value=11>   URL argument = 2011
                                <cfchartdata item="2012" value=12>   URL argument = 2012
                                <cfchartdata item="2013" value=21>   URL argument = 2013
                                <cfchartdata item="2014" value=23>   URL argument = 2014
                                <cfchartdata item="2015" value=25>   URL argument = 2015
                                <cfchartdata item="2016" value=28>   URL argument = 2016
                                 <cfchartdata item="2017" value=29>  URL argument = 2017
                                <cfchartdata item="2018" value=21>   URL argument = 2018
                                <cfchartdata item="2019" value=28>     URL argument = 2010
                                <cfchartdata item="2020" value=12>     URL argument = 2010
                                <cfchartdata item="2021" value=18>     URL argument = 2010
                                <cfchartdata item="2022" value=19>     URL argument = 2010
                </cfchartseries> 
</cfchart>





Actual Result:

Expected Result:

Any Workarounds: none known

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

Watson Bug ID:	4044685

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



Installed software:

OS Name         Microsoft Windows Server 2012 R2 Standard 

Version            6.3.9600 Build 9600

System Manufacturer VMware, Inc.

System Type    x64-based PC

Processor        Intel(R) Xeon(R) CPU E5-4650 0 @ 2.70GHz, 2700 Mhz, 4 Core(s), 4 Logical Processsor(s)

System Directory        C:\WINDOWS\system32  

IIs 8.5.6900

Oracle 11

JavaScript 1.8



Coldfusion 11 update 5

Attachments:

  1. August 27, 2015 00:00:00: 1_adobe-CFchart-error.docx

Comments:

The error occurs using either the direct URL in CFchart or using javascript The source view shows that two href are inserted. the first href is bogus the second href is correct. <area shape="rect" href="test.cfm?value=2010" target="_self" href="test.cfm?value=2019" target="_self" id="9577994400113931-graph-id0-plotset-plot-0-node-10" coords="516,193,557,404" />
Comment by External U.
6096 | August 27, 2015 09:41:40 AM GMT
Verified this is fixed in CF2016 Update 1 (build 2016.0.01.298513). Thanks!, -Aaron
Comment by Aaron N.
6097 | July 30, 2017 08:45:54 PM GMT