mybanker Report post Posted February 18, 2014 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
Swarnam Report post Posted February 19, 2014 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