mjames

Change export menu button

Recommended Posts

Hi all guys, I have a problem. I should change the export button to something more talkative, it would be nice to just write export data. But I have no idea if it can be done and how. Could you give me a hand?

Share this post


Link to post
Share on other sites

Hi,

Unfortunately the export button can not be customized as text as of now, however you can export your chart using FusionCharts exportChart() api method which can be called on any javascript events and you can hide the export option button from the chart using exportShowMenuItem attribute at the chart level asn set its value as 0

Please refer this doc url - http://www.fusioncharts.com/dev/api/fusioncharts/fusioncharts-methods.html#exportChart

Also for further reference please check this sample fiddle - http://jsfiddle.net/7czLkr0p/

Share this post


Link to post
Share on other sites

Hello,
thank you so much for your answer. I will try to add additional buttons to drive the event.

Edited by mjames

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