Status/Resolution/Reason: Closed/Withdrawn/Duplicate
Reporter/Name(from Bugbase): Jeff Harris / Jeff Harris ()
Created: 09/06/2017
Components: Charting/Graphing
Versions: 2016
Failure Type: Incorrectly functioning
Found In Build/Fixed In Build: 4 /
Priority/Frequency: Normal / All users will encounter
Locale/System: ALL / Win 2008 Server R2
Vote Count: 0
Problem Description:If you have a pie chart with only 1 slice the pie does not display at all unless you have show3d="yes"
Steps to Reproduce: Create a pie chart that has only 1 value.
<cfchart format ="jpg" type="pie" show3d="no" width="400" height="300">
<cfchartseries>
<cfchartdata item="New car sales" value="50000">
</cfchartseries>
</cfchart>
Actual Result: No pie chart is display
Expected Result:a solid pie chart should be displayed
Any Workarounds:set show3d="yes"
Attachments:
Comments: