Sign in to follow this  
_Darryl

Change Message ''no Data To Display' With Jquery Plugin

Recommended Posts

I would like to change the message 'No data to display'. How can I do this with the jQuery Plugin?

 

In the code below I tried to add the ChartNoDatText attribute to the options object, but this did not work.

 

<script type='text/javascript'>

 

var chartDataXml17 = "<graph showNames='1' showPercentageValues='1' showPercentageInLabel='1' bgColor='f8f5ee' bgAlpha='0'><chart bgAlpha='0,0'></chart></graph>" ;

 

var options17 = {

swfPath: '/charts/',

type: 'Pie2D',

width: '500',

wMode: 'transparent',

ChartNoDataText: 'Please vote',

className: 'ChartBorder',

data: chartDataXml17,

dataFormat: 'XMLData'

};

 

$('#chart17div').insertFusionCharts(options17);

 

</script>

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

First of all, we would like to thank you for showing interest in FusionCharts.

 

I am afraid, FusionCharts free with jquery does not support the feature you are looking for, at this time.

 

We have taken a note of your request here and added the same in our wishlist.

 

Hope you have a great day!

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