tracker issue : CF-3863493

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

CFChart: format="png" does not show the background image in developer edition when given as url or absolute path

| View in Tracker

Status/Resolution/Reason: Closed/Won't Fix/ThirdParty

Reporter/Name(from Bugbase): / ext-user (Anuj Nawani)

Created: 12/07/2014

Components: Charting/Graphing, Server

Versions: 11.0

Failure Type:

Found In Build/Fixed In Build: 292480 /

Priority/Frequency: Normal / All users will encounter

Locale/System: English / Win XP All

Vote Count: 1

Code snippet:
image as url
<cfchart  format="png" background=#{"image":"http://localhost:8500/BugsCF11/3815366/whiteFlower.png"}#>
	<cfchartseries type="Bar">
		<cfchartdata item="English" value="100">
		<cfchartdata item="Science" value="200">
		<cfchartdata item="Math" value="300">	
		<cfchartdata item="History" value="400">
	</cfchartseries>
</cfchart>

image as absolute path
<cfchart  format="png" background=#{"image":"C:\ColdFusion11\cfusion\wwwroot\BugsCF11\3815366\whiteFlower.png"}#>
	<cfchartseries type="Bar">
		<cfchartdata item="English" value="100">
		<cfchartdata item="Science" value="200">
		<cfchartdata item="Math" value="300">	
		<cfchartdata item="History" value="400">
	</cfchartseries>
</cfchart>

This works in CF10.

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

Watson Bug ID:	3863493

External Customer Info:
External Company:  
External Customer Name:  
External Customer Email:

Attachments:

Comments:

+1 ......................
Vote by External U.
9674 | December 07, 2014 06:42:33 AM GMT
Thanks, Anuj, for filing this. For my reference, I'm noting the related tickets are: CF-3815366 and CF-3863490. Thanks!, -Aaron
Comment by External U.
9672 | December 07, 2014 06:45:54 AM GMT
BTW, same issue for format="jpg" Thanks!, -Aaron
Comment by External U.
9673 | December 07, 2014 07:32:13 AM GMT