Hi ,
   I am using Fusioncharts XT 3.3.1 . Now i want to use the chart "Doughnut2D" in my dashboard. But when the value is 375 , chart is not coming, only label is displaying in chart. it is rendering properly for all other values. I am not getting what is the problem. 
 Here is the code which i am using,
  
 <?php
  
 $strXML="<chart formatNumberScale='0'  showPercentValues='1'  bgcolor='FFFFFF'  xaxisname='Origin' yaxisname='# of Suppliers' exportEnabled='1'  exportAtClient='1' exportAction='download'  toolbarButtonWidth='50' toolbarButtonColor='008ee4' toolbarVAlign='bottom' chartBottomMargin='20' exportFileName='aaaa'>";
  
 $strXML.="<set label='Validation Under Progress'  value='0'  link='JavaScript:isJavaScriptCall=true;FN_Validation_under_progress_Drilldown(\"Validation Under Progress\");' />";
  
 $strXML.="<set label='Validation Complete'  value='375'  link='JavaScript:isJavaScriptCall=true;FN_Validation_Product_chart(\"Validation Complete\");' />";
  
 $strXML.="</chart>";
  
 ?>
  
 and also i am attaching the screenshot for your reference , Please give me solution as soon as possible. It is very urgent.
  
 Thank you,
 Regards,
 Ravikumar