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>
Change Message ''no Data To Display' With Jquery Plugin
Started by _Darryl, May 10 2011 03:12 PM
1 reply to this topic
#2
Posted 11 May 2011 - 08:52 AM
Hi,
Welcome to FusionCharts Forum!
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!
Welcome to FusionCharts Forum!
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!
Help us improve our documentation with your precious feedback at:
[url="http://documentation-survey.g.fusioncharts.com/"][url][url]http://documentation...sioncharts.com/[/url][/url][/url]
Best,
Angshu
[url="http://twitter.com/fusioncharts"]Follow us on @Twitter[/url]
[url="http://documentation-survey.g.fusioncharts.com/"][url][url]http://documentation...sioncharts.com/[/url][/url][/url]
Best,
Angshu
[url="http://twitter.com/fusioncharts"]Follow us on @Twitter[/url]










