tracker issue : CF-3849267

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

cfchart : set showLegend attribute to true does not show legend on 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: Major / All users will encounter

Locale/System: English / Win XP All

Vote Count: 0

Listed in the version 11.0.03.292480 Issues Fixed doc
Code snippet:
<cfchart showlegend=true>
  <cfchartseries type="pie">
    <cfchartdata item="New car sales" value="50000">
    <cfchartdata item="Used car sales" value="25000">
    <cfchartdata item="Leasing" value="30000">
    <cfchartdata item="Service" value="40000">
  </cfchartseries>
</cfchart>

Expected: Should show legend
Actual: Legend is not shown

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

Watson Bug ID:	3849267

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

Attachments:

Comments:

Hi Anuj, I've verified this is fixed in CF11 Update 3 (11,0,03,292245(PreRelease)). Thanks!, -Aaron
Comment by External U.
10214 | November 20, 2014 10:00:35 PM GMT