Sign in to follow this  
jvl

Scatter Chart Yaxismaxvalue Issue

Recommended Posts

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?

post-4873-0-87724000-1317115251_thumb.png

Edited by jvl

Share this post


Link to post
Share on other sites

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.

post-4873-0-83662100-1317115234_thumb.png

Share this post


Link to post
Share on other sites

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

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

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

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

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