tracker issue : CF-3840078

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

CFCHART should accept absolute paths as the 'style' argument, not only retaliative ('../../foo.json')

| View in Tracker

Status/Resolution/Reason: To Fix//FixLater

Reporter/Name(from Bugbase): Tom Chiverton / Tom Chiverton (Tom Chiverton)

Created: 10/16/2014

Components: Charting/Graphing

Versions: 11.0

Failure Type: Enhancement Request

Found In Build/Fixed In Build: CF11_Final /

Priority/Frequency: Normal / Some users will encounter

Locale/System: ALL / Linux All

Vote Count: 1

Enhancement Request

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

Watson Bug ID:	3840078

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

Attachments:

Comments:

Are you talking about something like this? I see this doesn't work in CF9 either. <cfchart style="C:\ColdFusion9\wwwroot\bugs\CF-3840078\blue.xml"> <cfchartseries type="bar" > <cfchartdata item="yes" value="10"> <cfchartdata item="no" value="20"> </cfchartseries> </cfchart>
Comment by Himavanth R.
10614 | October 17, 2014 04:44:51 AM GMT
#expandPath('/')&'foo.xml'# works in CF9 here.
Comment by External U.
10615 | October 17, 2014 12:51:47 PM GMT
Giving absolute path of xml file doesnt work in CF9 as well. <cfchart style=#expandPath('/')&'test.xml'#> <cfchartseries type="bar" > <cfchartdata item="yes" value="10"> <cfchartdata item="no" value="20"> </cfchartseries> </cfchart> I tried in Windows and Linux and this piece of code doesn't work in either. Can you please attach the files. (Comment added from ex-user id:nawani)
Comment by Adobe D.
10616 | October 28, 2014 05:26:00 AM GMT
So it's not a regression. Should still work.
Comment by External U.
10617 | October 28, 2014 07:21:29 AM GMT
+1 ......................
Vote by External U.
10618 | November 24, 2014 06:06:16 AM GMT