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: