Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Raymond Camden / Raymond Camden (Raymond Camden)
Created: 02/22/2013
Components: Charting/Graphing
Versions: 10.0
Failure Type: Cosmetic Issue
Found In Build/Fixed In Build: Final /
Priority/Frequency: Minor / Some users will encounter
Locale/System: English / Mac All
Vote Count: 0
Given an incredibly simple pie chart, I find that CF's default settings is adding a lot of white space to the left of the pie chart. Because I have a label that has 3 words in it (not long, but not very short), I end up having to make the pie much more wider than necessary imo for it to render the label right.
Screenshot: https://www.evernote.com/shard/s3/sh/7d78a6df-8525-4388-a79c-05fe8ccfd5e1/f800ac8794ae8a45ff9946a4a47301a5
Sample code:
<cfset howd = [62,45,27]>
<cfchart format="html" chartwidth="600" chartheight="400" showlegend=false>
<cfchartseries type="pie">
<cfchartdata value="#howd[1]#" item="Totally Safe">
<cfchartdata value="#howd[2]#" item="Some Risk">
<cfchartdata value="#howd[3]#" item="Farmer with Shotgun!">
</cfchartseries>
</cfchart>
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3505076
External Customer Info:
External Company:
External Customer Name: cfjedimaster
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: