If you access the image path from the inserted source directly does that work?
Blair On Tue, May 25, 2010 at 2:44 PM, AJ Mercer <[email protected]> wrote: > This is sooo finge I am not sure if anyone else has seen this issue ... > > I have a webskin that contains a chart. > The template is called with bAxax set to true > > <skin:view typename="stockbroker" > > webskin="displayMarketInformationSecurityChart" > bAjax="false" > > This works in all the cool browsers > but fails in IE8 > > if I turn on ajax it works > > I can call the template directly and it works > > /stockbroker/view/portfolio-chart/accountType/patersons/accountnumber/tester > > Charts are saved as PNG - not Flash > <cfchart showlegend="false" format="png" showMarkers="false" > show3d="false" chartwidth="300" chartheight="300" pieslicestyle="solid" > title="Account Value by GICS" labelformat="percent" > > <cfchartseries > colorlist="#ValueList(qryGICS.gicsParentColourCode)#" type="pie" > query="qryGICS" valueColumn="MARKETVALUE" itemColumn="gicsDisplayName" /> > </cfchart> > > > Anyone got any ideas? > -- > > AJ Mercer > http://webonix.net > http://twitter.com/webonix > > -- > You received this message cos you are subscribed to "farcry-dev" Google > group. > To post, email: [email protected] > To unsubscribe, email: > [email protected]<farcry-dev%[email protected]> > For more options: http://groups.google.com/group/farcry-dev > -------------------------------- > Follow us on Twitter: http://twitter.com/farcry -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry
