tracker issue : CF-3756744

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

cfchart 3d tooltip shows wrong values

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): Reto Aeberli / Reto Aeberli (Reto Aeberli)

Created: 05/07/2014

Components: Charting/Graphing

Versions: 11.0

Failure Type:

Found In Build/Fixed In Build: CF11_Final /

Priority/Frequency: Major / Most users will encounter

Locale/System: ALL / Win 2012 Server x64

Vote Count: 0

Problem Description: 
The Tooltip with the bar item shows wrong values depending on the position of the mouse pointer. This value changes when hovering over the same bar. It seems this happens only in 3d but with different formats and it worked in ColdFusion 10 as expected.

Steps to Reproduce:
create a template with the following code, open it in the browser and hover with the mouse pointer over a bar.
<cfchart chartHeight="500" chartWidth="800" show3d="yes" format="png">
	<cfchartseries type="bar" paintstyle="plain">
		<cfloop index="i" from="1" to="10">
			<cfchartdata item="Item #i#" value="#i#">
        </cfloop>
	</cfchartseries>
</cfchart>

Actual Result:
The tooltip value changes on the same bar.

Expected Result:
The same value for the same bar.

Any Workarounds:
don't know

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

Watson Bug ID:	3756744

External Customer Info:
External Company:  
External Customer Name: Reto CENTINATED GmbH
External Customer Email:  
External Test Config: My Hardware and Environment details:

Attachments:

Comments:

This has a third-party dependency. We will provide a fix as and when one is made available. (Comment added from ex-user id:nawani)
Comment by Adobe D.
12265 | August 26, 2014 04:14:06 AM GMT
This issue is fixed in CF11 Update 3. (Comment added from ex-user id:nawani)
Comment by Adobe D.
12266 | December 03, 2014 02:12:17 AM GMT