tracker issue : CF-3193632

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

Missing "width" attribute in CFCHART attributes in new features guide

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): Ron Stewart / Ron Stewart (Ron Stewart)

Created: 05/18/2012

Components: Documentation

Versions: 10.0

Failure Type: Unspecified

Found In Build/Fixed In Build: Public Beta /

Priority/Frequency: Trivial / Unknown

Locale/System: English / Platforms All

Vote Count: 0

Listed in the version 2016.0.0.297996 Issues Fixed doc
Verification notes: verified_fixed on February 16, 2019 using build 2016.0.01.298513
The previously-published CF10 "new features guide" at http://www.adobe.com/support/documentation/en/coldfusion/10/cf10betafe atures.pdf includes a description of the CFCHART's attributes, listing a new "height" attribute but not a corresponding "width" attribute. In the Adobe Labs forum for CF10, Himavanth Rachamsetty indicated this was an error in the documentation. Docs need to be updated.

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

Watson Bug ID:	3193632

External Customer Info:
External Company:  
External Customer Name: cf_ron
External Customer Email:  
External Test Config: N/A

Attachments:

Comments:

Assigning to Frank (Comment added from ex-user id:ramachan)
Comment by Adobe D.
19435 | June 26, 2013 01:15:42 AM GMT
This seems to be dated. Please confirm the changes in the latest docs: https://learn.adobe.com/wiki/display/coldfusionen/cfchart
Comment by Frank J.
19436 | January 27, 2014 11:36:34 AM GMT
Yes, it is dated, as it was logged almost two years ago. Current version of the docs do show both height and width attributes in the table describing the attributes supported by the tag. Height attribute is listed in the syntax example on the cfchart page, although the width attribute is not, so there is still a bit of this same hole there.
Comment by External U.
19437 | January 27, 2014 11:01:17 PM GMT
Hi Adobe, I've verified this is fixed. However, the "Syntax" (https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-c/cfchart.html#Syntax) section still needs fixed. All attributes, in Syntax, are alphabetical (good) except for the "width" attribute (bad). Example snippets: ----------- [....] foregroundColor = "hexadecimal value|web color" format = "jpg|png|html" gridlines = "integer number of lines" height = "height in pixels" width = "width in pixels" ID = "chart identifier" labels = "JSON string representation" legend = "JSON string representation" [....] title = "title of chart" tooltip = "JSON string representation" url = "onClick destination page" xAxis = "JSON string representation" xAxis2 = "JSON string representation" [....] ----------- See? The "width" attribute is directly after "height" but should be directly after "url". I won't log a ticket for that minor issue. But.. if it's eventually fixed, then I'll know you saw this message :) Thanks!, -Aaron
Comment by Aaron N.
30268 | February 16, 2019 12:31:01 AM GMT