I had a problem with cfchart crashing my development machine (but the same code 
 working fine on the server). We Mike Nimer's help, we traced it to some fonts 
installed in my machine (they were chess fonts - bitmapped fonts for chess 
diagrams). As soon as we iuninstalled the fonts (just taking them out of the 
font's folder) the problem went away. Just a possibility....


>We have recently had three CF7/IIS2003 servers set up for us at a third
>party hosting company. These are brand new installs on brand new
>machines. All is well except that cfchart is not working for us. It
>works fine for us on our local CF7/IIS2003 machine. We've been unable to
>spot the difference between the setups. 
>
> 
>
>We are running the test example listed at the end of this post. It
>doesn't run for any format. You can see the result here:
>http://www.christchurchnz.net/chart.cfm
>
> 
>
>I have looked in c:\cfusionmx7\charting\cache\
><http://www.christchurchnz.net/chart.cfm>  and found that the jpg files
>are indeed getting generated in there. We have mappings set up on both
>servers: "/CFIDE" = "D:\Inetpub\wwwroot\CFIDE" although graphdata.cfm
>(which shows up in the image source) isn't a physical file as far as I
>can tell so I'm guessing that  mapping doesn't make any difference.
>
> 
>
>Any ideas where I should look? 
>
> 
>
>The sample we're testing:
>
> 
>
><cfchart format="jpg"
>
>    chartwidth="400"
>
>    chartheight="300"
>
>    seriesplacement="stacked"
>
>    show3d="true"
>
>> 
>
> 
>
>    <cfchartseries type="bar" seriesLabel="January">
>
>        <cfchartdata item="Books" value="60"/>
>
>        <cfchartdata item="DVD's" value="30"/>
>
>        <cfchartdata item="Videos" value="25"/>
>
>        <cfchartdata item="CD's" value="39"/>
>
>        <cfchartdata item="Magazines" value="55"/>
>
>    </cfchartseries>
>
>    <cfchartseries type="bar" seriesLabel="February">
>
>        <cfchartdata item="Books" value="40"/>
>
>        <cfchartdata item="DVD's" value="57"/>
>
>        <cfchartdata item="Videos" value="25"/>
>
>        <cfchartdata item="CD's" value="29"/>
>
>        <cfchartdata item="Magazines" value="15"/>
>
>    </cfchartseries>
>
>    <cfchartseries type="bar" seriesLabel="March">
>
>        <cfchartdata item="Books" value="36"/>
>
>        <cfchartdata item="DVD's" value="20"/>
>
>        <cfchartdata item="Videos" value="20"/>
>
>        <cfchartdata item="CD's" value="45"/>
>
>        <cfchartdata item="Magazines" value="20"/>
>
>    </cfchartseries>
>
> 
>
></cfchart>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:209205
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to