Status/Resolution/Reason: Closed/Withdrawn/CannotReproduce
Reporter/Name(from Bugbase): Alex Zimmerman / Alex Zimmerman (Alex Zimmerman)
Created: 05/18/2015
Components: Charting/Graphing
Versions: 10.0
Failure Type: Memory Leak
Found In Build/Fixed In Build: Final /
Priority/Frequency: Major / Some users will encounter
Locale/System: English / Win 2008 Server R2 64 bit
Vote Count: 0
Problem Description:
When loading multiple png based CF chart information jumps from chart to chart.
Steps to Reproduce:
Pull down multiple sets of values from stored procedures then use cf
Actual Result:
The charts load the wrong information with similar code.
<cfif metrics_by_month.recordcount GT 0>
<div class="metricsdata">
<cfchart format="png" scalefrom="0" scaleto="50" title="Number of permit request" show3D="yes">
<cfchartseries
type="bar"
serieslabel=""
seriescolor="red"
query="metrics_by_month"
itemcolumn="timespan_event_date"
valuecolumn="timespan_event_count">
</cfchartseries>
</cfchart>
</div>
</cfif>
Expected Result:
The chart loads the right information.
Any Workarounds:
If you render as JPG, flash or any other format the issue doesn't seem to appear. Only with PNG.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3989963
External Customer Info:
External Company:
External Customer Name: Alex
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: