Sign in to follow this  
Ravikumar

Doughnut2D value is 375

Recommended Posts

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 

post-63486-0-88279800-1420794967_thumb.png

Share this post


Link to post
Share on other sites

Hi,

 

The issue has been replicated from our end. For some particular values in the chart type, it is showing the issue for this version.

 

To resolve this issue you need to upgrade the version of FusionCharts to latest release v3.5.1.

 

Download the Evaluation version of FusionCharts Suite XT v3.5.1, please visit the link: http://www.fusioncharts.com/download/
 
Hope this helps

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