tracker issue : CF-3640436

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

Scales attribute of cfchartseries

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/NotABug

Reporter/Name(from Bugbase): Raymond Camden / Raymond Camden (Raymond Camden)

Created: 09/26/2013

Components: Charting/Graphing

Versions: 10.0

Failure Type:

Found In Build/Fixed In Build: Final /

Priority/Frequency: Major / Some users will encounter

Locale/System: English / Mac 10 All

Vote Count: 0

The scales attribute of cfchartseries does not seem to actually do anything.

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

Watson Bug ID:	3640436

External Customer Info:
External Company:  
External Customer Name: cfjedimaster
External Customer Email:  
External Test Config: My Hardware and Environment details:

Attachments:

Comments:

scales attribute for cfchartseries has been tested and works fine. Can you please share the code? (Comment added from ex-user id:nawani)
Comment by Adobe D.
14430 | September 30, 2013 01:47:33 AM GMT
I tried passing scales="foo", scales="#a struct#" and it didn't work for me. Can you share an example?
Comment by External U.
14431 | September 30, 2013 10:14:33 AM GMT
Here is an example: <cfchart format="html" yaxis2=#{"values":[0,10,20,30,40, 50]}#> <cfchartseries type="line" scales="x, y2"> <cfchartdata value="10"/> <cfchartdata value="20"/> <cfchartdata value="30"/> </cfchartseries> </cfchart> yaxis2=#{"values":[0,10,20,30,40, 50]}# : This draws yaxis 2 with the given ticker values scales="x, y2" : This will consider yaxis 2 as y-axis to draw the chart (Comment added from ex-user id:nawani)
Comment by Adobe D.
14432 | October 10, 2013 03:17:50 AM GMT