kostos Report post Posted August 10, 2011 Hello!My problem is that the chart displays the values of "NAN", when all data are zero. Can we do something about etiu problem. Developers, many thanks. I love the simplicity and beauty of your product! Share this post Link to post Share on other sites
Guest Angshu Report post Posted August 11, 2011 Hi, Welcome to FusionCharts Forum! First of all, we would like to thank you for showing interest in FusionCharts. Could you please confirm the FusionCharts version you are using? Please send us the XML code to look into the issue. Awaiting for your response. Share this post Link to post Share on other sites
kostos Report post Posted August 11, 2011 Hello,Angshu! First of all, thanks for reply. FusionCharts version is last, as I think - I'm download it from "Download page". XML-file: <graph caption="Distribution postal objects by type" xAxisName="types of object" yAxisName="" decimalPrecision="0" formatNumberScale="0"> <set name="1" value="0" color="AFD8F8" /> <set name="2" value="0" color="F6BD0F" /> <set name="3" value="0" color="8BBA00" /> <set name="4" value="0" color="FF8E46" /> <set name="5" value="0" color="008E8E" /> <set name="6" value="0" color="D64646" /> <set name="7" value="0" color="8E468E" /> <set name="8" value="0" color="588526" /> </graph> Share this post Link to post Share on other sites
Guest Angshu Report post Posted August 11, 2011 Hi, Thanks for your response. Please find the modified XML code below: <graph caption="Distribution postal objects by type" xAxisName="types of object" yAxisName="" decimalPrecision="1" yaxisMinValue="0" yaxisMaxValue="1" formatNumberScale="0" showValues="0"> <set name="1" value="0" color="AFD8F8" /> <set name="2" value="0" color="F6BD0F" /> <set name="3" value="0" color="8BBA00" /> <set name="4" value="0" color="FF8E46" /> <set name="5" value="0" color="008E8E" /> <set name="6" value="0" color="D64646" /> <set name="7" value="0" color="8E468E" /> <set name="8" value="0" color="588526" /></graph> Hope this helps. Share this post Link to post Share on other sites
kostos Report post Posted August 11, 2011 Thanks! It's work! Share this post Link to post Share on other sites