Title:
CFChart : provide value to legend attribute when showlegend="no" shows legend box
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): / ext-user (Anuj Nawani)
Created: 11/07/2014
Components: Charting/Graphing, Server
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: 291985 / CF11 Update5
Priority/Frequency: Normal / All users will encounter
Locale/System: English / Win XP All
Vote Count: 0
Code snippet:
<cfchart showlegend="no" legend="# {"shadow":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 not show the legend box
Actual: Shows the legend box
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3848704
External Customer Info:
External Company:
External Customer Name:
External Customer Email:
Attachments:
Comments: