wesleywong Report post Posted September 4, 2013 I was using a design with fluid width which mean the website width will auto resize when the browser resize and im currently tested FusionChart in my site, not problem during resizing browser, it work perfectly. But the problem only during when using native "Print", all the chart won't resize automatically and the width is over or shorter than container. Kindly advise a solution for this. code: var chart = new FusionCharts("js/fusionchart/MSCombi2D.swf", chartID, "100%", "200", "0", "0"); Share this post Link to post Share on other sites
Guest Sumedh Report post Posted September 4, 2013 Hi Wesley, What browser did you use for printing? can you please share the browser version details? Also, mention FusionCharts version that you have used. Share this post Link to post Share on other sites
wesleywong Report post Posted September 5, 2013 Hi, Please see the details: Browser: Chrome - Version 29.0.1547.65 Firefox - Version 23.0.1 FushionChart fusioncharts/3.3.1-sr2.19840 JavaScript chart Share this post Link to post Share on other sites
wesleywong Report post Posted September 6, 2013 Hi Sumedh, So far didn't hear any update from you? Is there any workable way? Share this post Link to post Share on other sites
benben Report post Posted September 6, 2013 Hi I have any questions: http error : can't find resource; Request Url:/newchart-xml-2004-quarterly; code sample: <chart caption="Yearly sales" xAxisName="Year" yAxisName="Sales"> <set label="2004" value="37800" link="newchart-xml-2004-quarterly" /> <linkeddata id="2004-quarterly"> <chart caption="Quarterly Sales Summary" subcaption="For the year 2004" xAxisName="Quarter" yAxisName="Sales" > <set label="Q1" value="11700" /> <set label="Q2" value="8600" /> <set label="Q3" value="6900" /> <set label="Q4" value="10600" /> </chart> </linkeddata> </chart> But ,unload flash player in my machine,It's run right. why? Share this post Link to post Share on other sites
Guest Sumedh Report post Posted September 6, 2013 Wesley, We tried printing chart with 100% width and chart is getting resized and the print output is also working as per dynamic width adjustment in Chrome v29 and Firefox 23 browsers. Please find attached print outputs. Chrome29_Resized.pdf Chrome29_Normal.pdf Firefox23_Normal.pdf Firefox23_Resized.pdf Share this post Link to post Share on other sites
Guest Sumedh Report post Posted September 6, 2013 Hi I have any questions: http error : can't find resource; Request Url:/newchart-xml-2004-quarterly; code sample: <chart caption="Yearly sales" xAxisName="Year" yAxisName="Sales"> <set label="2004" value="37800" link="newchart-xml-2004-quarterly" /> <linkeddata id="2004-quarterly"> <chart caption="Quarterly Sales Summary" subcaption="For the year 2004" xAxisName="Quarter" yAxisName="Sales" > <set label="Q1" value="11700" /> <set label="Q2" value="8600" /> <set label="Q3" value="6900" /> <set label="Q4" value="10600" /> </chart> </linkeddata> </chart> But ,unload flash player in my machine,It's run right. why? Hello Ben, What issue are you facing exactly? Are you trying to implement linked charts? Can you please elaborate more on your issue? Share this post Link to post Share on other sites