mganley2000

Overlaybutton In Ie9 Does Not Display

Recommended Posts

This works in Firefox and Chrome, not in IE. I have a linked chart via jsonurl, and the chart loads, but the "back button" does not show up in IE. There is actually a small invisible spot in the upper right corner that I can click to go back, but it should be showing the words "go back".

 

Please, I need assistance with this issue. Is it a known issue? I am setting up the configureLink correectly. Only fails in IE9.

 


           if (c.drillEnable) {
               FusionCharts(c.id).configureLink(
               {
                   swfUrl: c.drillType,
                   overlayButton:
                   {
                       message: c.drillBackText,
                       bgColor: 'ffffff',
                       borderColor: 'ffffff',
                       fontColor: '#519fed',
                       fontSize: '9',
                       bold: true,
                       show: true
                   }
               }, 0);
           }

Share this post


Link to post
Share on other sites

Actually, it looks like the overlay is getting overlapped by the new chart that loads a second later via the jsonurl call.

 

This must be a known issue. Although, I cannot seem to find any information on this.

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

We are looking into this.

 

We will update on this as it will be fixed.

 

Thanks for your time and support.

Share this post


Link to post
Share on other sites

mganley2000, Sumedh,

 

I am facing the same issue. Our supported browser is IE9, so this issue is high priority for us. Is there a fix available?

 

Thanks!

Share this post


Link to post
Share on other sites
Guest Sumedh

mganley2000, Sumedh,

 

I am facing the same issue. Our supported browser is IE9, so this issue is high priority for us. Is there a fix available?

 

Thanks!

 

Hi,

 

This issue has been fixed and the fix will be available in the next release.

 

Thanks for your time and support.

Share this post


Link to post
Share on other sites
Guest Sumedh

That's great. Is there a workaround for this issue?

 

Hi,

 

There is no work-around for this issue. You would need to wait till release.sad.gif

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