stan92 Report post Posted April 24, 2008 Hi, I have some problems using the chart component. For the same datas,(it's a dynamical data source), sometimes the charts display well but the sometimes I have just a part of the title (caption) that displays. How can avoid that ? Kind regards, Stan Share this post Link to post Share on other sites
keithorama Report post Posted May 28, 2008 (edited) I get this occasionally too. Very hard to debug. Everything looks OK with the data. Any suggestions? Here's the embed code: <embed width="800" height="200" wmode="transparent" type="application/x-shockwave-flash" src="/sites/all/modules/sprout/flash/charts/MSColumn2D.swf" pluginspage="http://www.adobe.com/go/getflashplayer" flashvars="dataURL=%2Fservices%2Freports%2Freport-service.php%3Freport%3Dcustom_events%26cid%5B%5D%3D27986%26from%3D2008-05-21%26to%3D2008-05-28%26profile%3Dprod"/> Here's the XML data: <?xml version="1.0"?> <chart palette="1" bgcolor="ffffff" bordercolor="ffffff" xAxisName="Date" yAxisName="" showValues="0" decimals="0" formatNumberScale="0" plotGradientColor="" useRoundEdges="0" caption="Custom Events"> <styles> <definition> <style name="HeaderText" type="font" font="Verdana" size="13"/> <style name="SproutShadow" type="Shadow" distance="4" angle="60"/> </definition> <application> <apply toObject="DataPlot" styles="SproutShadow"/> <apply toObject="Caption" styles="HeaderText"/> </application> </styles> <categories><category label="5/21"/><category label="5/22"/><category label="5/23"/><category label="5/24"/><category label="5/25"/><category label="5/26"/><category label="5/27"/><category label="5/28"/></categories><dataset seriesName="Main Page"><set value="49"/><set value="55"/><set value="75"/><set value="23"/><set value="30"/><set value="98"/><set value="72"/><set value="23"/></dataset><dataset seriesName="News Click"><set value="0"/><set value="0"/><set value="2"/><set value="0"/><set value="0"/><set value="1"/><set value="0"/><set value="0"/></dataset><dataset seriesName="DB Click"><set value="0"/><set value="0"/><set value="0"/><set value="0"/><set value="0"/><set value="1"/><set value="0"/><set value="0"/></dataset></chart> Edited May 28, 2008 by Guest Share this post Link to post Share on other sites
Pallav Report post Posted June 3, 2008 Can you try the JS method of embedding the chart? Share this post Link to post Share on other sites