tracker issue : CF-3863490

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

CFChart: format="flash" does not show chart when absolute path of the image is given as background image

| View in Tracker

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

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 / Mac 10 All,Win XP All

Vote Count: 1

Code snippet:
<cfchart  format="flash" 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>

Expected: Chart should render
Actual: This shows Loading data. Wait...

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

Watson Bug ID:	3863490

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

Attachments:

Comments:

+1 ......................
Vote by External U.
9678 | December 07, 2014 06:46:18 AM GMT
Thanks, Anuj, for filing this. For my reference, I'm noting the related tickets are: CF-3815366 and CF-3863493. Thanks!, -Aaron
Comment by External U.
9676 | December 07, 2014 06:46:37 AM GMT
Flash charts are generated at client side. So absolute paths cannot be supported for flash charts.
Comment by Himavanth R.
9677 | January 06, 2015 07:09:43 AM GMT