Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Reto Aeberli / Reto Aeberli (Reto Aeberli)
Created: 05/07/2014
Components: Charting/Graphing
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Major / Most users will encounter
Locale/System: ALL / Win 2012 Server x64
Vote Count: 1
Problem Description:
The generated chart uses space and a border for a title even if no title atrribute is set or the value is empty. On earlier version in this case no space was reserved and no ugly empty box is rendered. Especially the empty box is now disturbing and makes existing charts look ugly.
Steps to Reproduce:
crerate a cfml template with the following code and open it in the browser:
<cfchart showlegend="no" showborder="no" backgroundcolor="F4F8FA">
<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>
Actual Result:
on top is an white box with a grey border that is empty. If title attribute is specified with a value, the value is rendered inside this box.
Expected Result:
a chart just without the white box and grey border
Any Workarounds:
can't find one
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3756789
External Customer Info:
External Company:
External Customer Name: Reto CENTINATED GmbH
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: