_Darryl Report post Posted May 10, 2011 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 Report post Posted May 11, 2011 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! Share this post Link to post Share on other sites