jvl Report post Posted September 27, 2011 (edited) Hello, I found that when the y values are all 0, the yAxisMaxValue has no effect on the chart and it is always rendered with 100. Changing any of the y values to non-zero will render the chart properly. Here is the XML I used: <chart yAxisMaxValue='3' yAxisMinValue='-3'> <dataset seriesName='data1'> <set x='1' y='0' /> </dataset> <dataset seriesName='data2'> <set x='2' y='0' /> </dataset> <dataset seriesName='data3'> <set x='3' y='0' /> </dataset> <dataset seriesName='data4'> <set x='4' y='0' /> </dataset> </chart> And the attached image is what is rendered. Any idea how to fix this? Edited September 27, 2011 by jvl Share this post Link to post Share on other sites
jvl Report post Posted September 27, 2011 Here is an XML with one value changed to non-zero: <chart yAxisMaxValue='3' yAxisMinValue='-3'> <dataset seriesName='data1'> <set x='1' y='1' /> </dataset> <dataset seriesName='data2'> <set x='2' y='0' /> </dataset> <dataset seriesName='data3'> <set x='3' y='0' /> </dataset> <dataset seriesName='data4'> <set x='4' y='0' /> </dataset> </chart> And I attached the correctly rendered result. Share this post Link to post Share on other sites
Sanjukta Report post Posted September 27, 2011 Hi, Please try using the latest version of FusionCharts, i.e FusionCharts XT that would resolve this issue. You can download the FusionCharts XT (v3.2.2) Evaluation version with the help of the following link. Ref.- http://www.fusioncharts.com/download/ Hope this helps. Share this post Link to post Share on other sites
jvl Report post Posted September 27, 2011 I have the enterprise license for all the products. Is the update backwards compatible with previous XML and widgets etc? I downloaded the package from PUC and seems like this scatter issue is fixed. There is one problem with the PUC itself when I tried to download the update it had "FusionCharts_EnterpriseEx.zip%A0" in the URL, I removed the %A0 and it worked, but I thought you might want to know that. Share this post Link to post Share on other sites
Sanjukta Report post Posted September 27, 2011 Hi, Thanks for reporting this. We would make a note of it and update accordingly. Also, FusionCharts XT is the upgraded version for FusionCharts. The FusionWidgets has not released its upgraded version, as of now, hence it would not support the HTML 5 charts like FusionCharts. However, you can use the latest JS files for the charts and widgets in case needed. Hope this helps. Share this post Link to post Share on other sites
jvl Report post Posted September 27, 2011 How about PowerCharts and FusionMaps? And is there a planned release for any of the ones that have not yet been released with HTML5? Share this post Link to post Share on other sites
Sanjukta Report post Posted September 27, 2011 Hi, The release plans for the upgraded version of FusionWidgets, PowerCharts and Fusionmaps are in the pipeline. But we are unable to commit any exact timeline for these as we are simultaneously working on various projects. We expect to come up with these in a year's time. Thank you for your continued patience and support. Share this post Link to post Share on other sites