tracker issue : CF-4199616

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

Pie chart with only 1 slice does not display at all

| View in Tracker

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:

@Jeff closing this bug, as we already have a bug logged for this issue Bug#4198854. The fix for this issue will be available in HF5.
Comment by Dattanand M.
372 | September 07, 2017 05:14:42 PM GMT