tracker issue : CF-3849389

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

cfchart: set to datalabelstyle to columnlabel or pattern has issue for pie chart

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): / ext-user (Anuj Nawani)

Created: 11/10/2014

Components: Charting/Graphing, Server

Versions: 11.0

Failure Type:

Found In Build/Fixed In Build: 292024 /

Priority/Frequency: Normal / All users will encounter

Locale/System: English / Mac 10 All,Win XP All

Vote Count: 1

Listed in the version 11.0.03.292480 Issues Fixed doc
Code snippet:

<cfchart>
  <cfchartseries type="pie" datalabelstyle="columnlabel">
    <cfchartdata item="one" value="1000">
    <cfchartdata item="two" value="2000">
    <cfchartdata item="three" value="3000">
    <cfchartdata item="four" value="4000">
  </cfchartseries>
</cfchart>

Expected: should show items
Actual: Doesnt show items.

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

Watson Bug ID:	3849389

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

Attachments:

Comments:

+1, thanks, Anuj, for filing and noticing it also affects pattern
Vote by External U.
10212 | November 10, 2014 03:55:45 AM GMT
This isn't fixed in CF11 Update 3 (11,0,03,292024(PreRelease)). Items are shown for datalabelstyle="pattern" (good), but items are still not shown for datalabelstyle="columnlabel". Repro: <cfchart> <cfchartseries type="pie" datalabelstyle="columnlabel"> <cfchartdata item="one" value="1000"> <cfchartdata item="two" value="2000"> <cfchartdata item="three" value="3000"> <cfchartdata item="four" value="4000"> </cfchartseries> </cfchart> Thanks!, -Aaron
Comment by External U.
10210 | November 20, 2014 08:38:40 PM GMT
Hi Anuj, I've verified this is fixed in CF11 Update 3 (11,0,03,292245(PreRelease)). My mistake for saying it wasn't fixed. Thanks!, -Aaron
Comment by External U.
10211 | November 20, 2014 09:56:29 PM GMT