Sign in to follow this  
mybanker

Change text on back button

Recommended Posts

Hi there.

 

I'm trying to change the text label on the back-button on a drilled down chart.

 

I'm using version 3.2.2 (XT) and Flash to render.

 

Can anyone give me some guidelines to how I can change this (if possible).

 

/Uffe

Share this post


Link to post
Share on other sites

Hi,

 

Welcome to FusionCharts Forum Post.

 

"message"  attribute can be set through overlayButton property, to change the text  appearing in the Back button.

 FusionCharts("myChartId").configureLink (
  {
    swfUrl : "../../../../Charts/Pie3D.swf",
    overlayButton:
    {    
      message: 'close',
     .......
    }
  }, 0 ); 

Hope this helps.

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