tracker issue : CF-4198854

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

Piechart doesn't show with one item of 100%

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/Fixed

Reporter/Name(from Bugbase): Cody W / Cody W ()

Created: 06/13/2017

Components: Charting/Graphing

Versions: 2016,11.0

Failure Type: Non Functioning

Found In Build/Fixed In Build: 11,0,12,302575 / 303605

Priority/Frequency: Normal / All users will encounter

Locale/System: ALL / Win 2008 Server R2 64 bit

Vote Count: 0

Listed in the version 2016.0.05.303689 Issues Fixed doc
Problem Description:
Piechart doesn't show with one item of 100%

Steps to Reproduce:
<cfchart format="png" show3d="false" pieslicestyle="solid" chartwidth="400" chartheight="270" labelformat="percent" showborder="no">
<cfchartseries type="pie">
<cfchartdata item="Foobar" value="100">
</cfchartseries>
</cfchart>

Actual Result:
no pie chart shows

Expected Result:
pie chart shows

Any Workarounds:
none known

Attachments:

Comments: