tracker issue : CF-3989963

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

CF chart weird caching when rendering PNG

| View in Tracker

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:

Hi Alex, I tried reproducing this bug in CF10 and Cf11, created multiple bar charts with the snippet that you have shared, but I wasn't not able to hit this issue. Can you please shared the exact build number on which you are hitting this issue. It would be good if you could share cfm file as well.
Comment by Dattanand M.
7389 | July 10, 2015 12:31:30 AM GMT
We have not got response from you. Mite be your not facing this issue any more. Hence closing this bug. If you still face this issue please let us know so that we can open this.
Comment by Dattanand M.
7390 | September 13, 2015 10:21:41 PM GMT