Sign in to follow this  
wesleywong

Chart resize issue [Print]

Recommended Posts

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");

post-55237-0-50742400-1378265627_thumb.png

Share this post


Link to post
Share on other sites
Guest Sumedh

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this