I am having problems with the placement of the charts generated by CFCHART. 
No matter where in my code I call the tag, the chart displays at the bottom 
of the page. Here is the code I am calling along with the HTML source 
returned. Is this normal? Do I need to just call it inside of a layer or 
iframe to force it into location? The img tag is being output in the 
imagemap which is obviously why its not displaying in the table as coded, 
but how can this be fixed? Seems like something is not quite right about this.

Thanks.

Andrew Golden

<!--- CFM file Code Snippet. All variables evaluate and chat displays --->
<html>
<head>
<title>Advertiser Detail</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<table width="650" height="430" border="0" cellpadding="0" cellspacing="0">
   <tr>
     <td width="124"><cfoutput>#getAdv.company#</cfoutput></td>
     <td width="526"><cfchart databackgroundcolor="##FFFFFF"  format="jpg"
                                  xaxistitle="Time"
                                  yaxistitle="Pages"
                                  font="arial"
                                  chartwidth="280"
                                  chartheight="110"
                                  pieslicestyle="solid"
                                  show3d="yes">
                 <cfchartseries itemcolumn="date" valuecolumn="bdo" type="pie">
                         <cfchartdata item="BDO" value="#bdoSum#">
                         <cfchartdata item="Bus. Fac." value="#bfSum#">
                         <cfchartdata item="Area Dev." value="#adSum#">
                         <cfchartdata item="PS&P" value="#pspSum#">
                         <cfchartdata item="Exp. Mgmt." value="#expSum#">
                         <cfchartdata item="Site Sel." value="#ssSum#">
                 </cfchartseries>
                 </cfchart></td>
   </tr>
</table>
</body>
</html>

<!---- source code form html output to browser --->














<html>
<head>
<title>Advertiser Detail</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<table width="650" height="430" border="0" cellpadding="0" cellspacing="0">
   <tr>
     <td width="124">Ouachita Partnership for E. D. Inc.</td>
     <td width="526">&nbsp;</td>

   </tr>
</table>

<map name=Images_100015_JPG_map>
<area shape="poly" coords="188,74,226,50" alt="BDO: 0(0%)">
<area shape="poly" 
coords="188,74,189,75,190,76,190,77,191,78,192,79,193,80,193,81,194,82,195,83,196,84,197,84,198,85,199,86,200,86,201,87,202,88,203,88,204,89,205,89,206,90,207,90,208,91,209,91,210,91,211,92,212,92,213,92,214,92,215,93,216,93,217,93,218,93,219,93,220,94,221,94,222,94,223,94,224,94,225,94,226,94,226,94,227,94,228,94,229,94,230,94,231,94,232,94,233,93,234,93,235,93,226,50"
 
alt="Bus. Fac.: 18.797(19%)">
<area shape="poly" 
coords="235,93,236,93,237,93,238,92,239,92,240,92,241,92,242,91,243,91,244,91,245,90,246,90,247,89,248,89,249,88,250,88,251,87,252,86,253,86,254,85,255,84,256,84,257,83,258,82,259,81,259,80,260,79,261,78,262,77,262,76,263,75,264,74,265,73,265,72,266,71,266,70,267,69,267,68,268,67,268,66,269,65,269,64,269,63,270,62,270,61,270,60,226,50"
 
alt="Area Dev.: 18.797(19%)">
<area shape="poly" coords="270,60,226,50" alt="PS&P: 0(0%)">
<area shape="poly" 
coords="270,60,271,59,271,58,271,57,271,56,271,55,271,54,271,53,272,52,272,51,272,50,272,49,272,51,272,50,272,49,272,48,271,47,271,46,271,45,271,44,271,43,271,42,271,41,270,40,270,39,270,38,269,37,269,36,269,35,268,34,268,33,267,32,267,31,266,30,266,29,265,28,265,27,264,26,263,25,262,24,262,23,261,22,260,21,259,20,259,19,258,18,257,17,256,16,255,16,254,15,253,14,252,14,251,13,250,12,249,12,248,11,247,11,246,10,245,10,244,9,243,9,242,9,241,8,240,8,239,8,238,8,237,7,236,7,235,7,234,7,233,7,232,6,231,6,230,6,229,6,228,6,227,6,226,6,226,6,225,6,224,6,223,6,222,6,221,6,220,6,219,7,218,7,217,7,216,7,215,7,214,8,213,8,212,8,211,8,210,9,209,9,208,9,207,10,206,10,205,11,204,11,203,12,202,12,201,13,200,14,226,50"
 
alt="Exp. Mgmt.: 37.594(38%)">
<area shape="poly" 
coords="200,14,199,14,198,15,197,16,196,16,195,17,194,18,193,19,193,20,192,21,191,22,190,23,190,24,189,25,188,26,187,27,187,28,186,29,186,30,185,31,185,32,184,33,184,34,183,35,183,36,183,37,182,38,182,39,182,40,181,41,181,42,181,43,181,44,181,45,181,46,181,47,180,48,180,49,180,50,180,51,180,49,180,50,180,51,180,52,181,53,181,54,181,55,181,56,181,57,181,58,181,59,182,60,182,61,182,62,183,63,183,64,183,65,184,66,184,67,185,68,185,69,186,70,186,71,187,72,187,73,188,74,226,50"
 
alt="Site Sel.: 24.812(25%)">
</map>
<img SRC="/CFIDE/GraphData.cfm?graphID=Images/100015.JPG" 
id=Images_100015_JPG name=Images_100015_JPG usemap="#Images_100015_JPG_map" 
border=0>
</body>
</html>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Reply via email to