Sign in to follow this  
asifchouhan

FusionChart Hides other controls

Recommended Posts

Hi all,

 

 

 

I have used FusionChart in one of chart viewing module in which I have used Bar Chart and Pie Chart. User select an Date from calendar and according to that date data loads in respective charts.

 

My query is when any user goes for date selection from calendar, calendar opens for date selection but it hides under chart control and it is partially visible for user.

 

 

 

How to overcome this weird problem? PLease get me sort it out.

 

Any help would be appreciated.

 

 

 

Regards

 

 

 

Asif

Share this post


Link to post
Share on other sites
Guest Rajroop

Hey Asif,

 

 

 

Could you please provide us with a picture/image/snap-shot of the error you are experiencing here?

 

 

 

Oh, and - Welcome to the FusionCharts Forum! :)

 

 

 

Looking forward to your post.

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi Asif,

In case the chart is getting displayed on top of the calendar then please try setting the Transparency of the chart to 'true'.

Ref.- <div id="chartdiv" align="center">The chart will appear within this DIV. This text will be replaced by the chart.</div>

<script type="text/javascript">

var myChart = new FusionCharts("../FusionCharts/Column3D.swf", "myChartId", "900", "300", "0", "0");

myChart.setDataURL("Data.xml");

myChart.setTransparent(true);

myChart.render("chartdiv");

</script>

</div>

Hope this helps.

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi Asif,

We are glad to help you.

Keep smiling and keep FusionCharting. :)

Share this post


Link to post
Share on other sites

PDF to GIF Converter is an ultimatec PDF to GIF converting tool for rendering PDF files. It can convert PDF files to most common image formats, such as JPEG, PNG, GIF, BMP, PCX, TGA, TIFF and so on. This PDF to GIF Converter can convert all the PDF files to any image formats with high quality, and very easy to use, only by a few clicks users can finish the PDF to GIF conversion.

 

pdf to gif converter

 

pdf to ppt converter

 

:):P

Share this post


Link to post
Share on other sites

 

 

Hi,

 

We are creating fusionchart by using "FusionChartsCreator.createChartHTML" method and we want to set transparent true with in this method.

 

Any one have any idea please help.Thanks in Advance

Amit

 

 

 

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

Could you please confirm the server side language you are using for rendering FusionCharts?

 

Awaiting for your response.

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