Title:
[ANeff] Bug for: CF10 vs CF11 wrt cfchart labelformat (CF10 supports it; CF11 doesn't)
| View in TrackerStatus/Resolution/Reason: To Fix//
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 11/10/2014
Components: Charting/Graphing
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Trivial / Some users will encounter
Locale/System: English / Win All
Vote Count: 1
CF10 supports cfchart's labelformat attribute but CF11 doesn't.
Repro (using labelFormat="currency"):
<cfchart labelFormat="currency">
<cfchartseries type="pie" datalabelstyle="value">
<cfchartdata item="one" value="1000">
<cfchartdata item="two" value="2000">
<cfchartdata item="three" value="3000">
<cfchartdata item="four" value="4000">
</cfchartseries>
</cfchart>
CF10 formats 1000 as $1,000.00 but CF10 formats it as 1000. (see attached image for comparison)
Related ticket: 3798825
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3849428
External Customer Info:
External Company:
External Customer Name: itisdesign
External Customer Email:
Attachments:
- November 10, 2014 00:00:00: 1_20141110_CF10vsCF11wrtCFChartLabelFormatSupport.jpg
Comments: