I wonder if this is a video driver problem--often strange problems with image libraries are related to the video driver in Windows.
Are you using the default system driver at the default color depth? Trying boosting the color settings up and if you have one, use a video driver made for your video chipset. -Dan >-----Original Message----- >From: Oðuz_Demirkapý [mailto:[EMAIL PROTECTED] >Sent: Wednesday, April 12, 2006 1:29 PM >To: CF-Talk >Subject: RE: CFCHART & blank graphs > >Hi, > >I am still looking for a solution for blank graphs with cfchart. > >I have just created a very basic test script like that to reproduce my >issue. > ><cfchart > format="png" > chartheight="200" > chartwidth="400" > showYGridlines="yes" > seriesplacement="stacked" > showborder="no" > yaxistitle="Y something" > xaxistitle="X something" > tipStyle = "none"> > > <cfchartseries type="bar" seriesColor="##990000" serieslabel="A"> > <cfchartdata item="col1" value="1"> > <cfchartdata item="col2" value="0"> > <cfchartdata item="col3" value="0"> > </cfchartseries> > <cfchartseries type="bar" serieslabel="B"> > <cfchartdata item="col1" value="1"> > <cfchartdata item="col2" value="0"> > <cfchartdata item="col3" value="0"> > </cfchartseries> ></cfchart> > >You can see output of this code as following. > >Test Server: >http://demirkapi.net/cfchart/cfchart_ok.png > > >Production server: >http://demirkapi.net/cfchart/cfchart_blank.png > > >As you can see it is working on test server but not on our production >server. > >I am clueless now but I am still looking for a solution. > > >Any idea? > > >Sincerely, > >Oðuz Demirkapý > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237618 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=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

