Sign in to follow this  
cja

Scatter Chart Formatting Challenges

Recommended Posts

Hi,

 

I'm having difficulty getting my Scatter chart format working as I want it. Specifically:

1. The drawLine='1' doesn't seem to work (ie no line visible)

2. The x-axis scaling isn't working (I want the axis to go from -45 to 405)

3. The x-axis labels aren't appearing

4. I can't hide the anchors for the first dataset. Have tried a few different options including seting the anchor Alpha to 0 for each point.

 

I'm rendering in Javascript and embedding the xml data in the html.

 

I attach the code and an image of the webpage I get.

 

Thanks for any help!

 

Charles.

file.htmpost-19697-0-24866300-1312187960_thumb.png

 

 

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

Please note that this issue will be fixed in the next release of FusionCharts i.e v 3.2.2.

 

Meanwhile, please find the evaluation beta js file attached for your reference.

 

In case you are an existing customer, please send us your orderID to: [email protected] quoting this forum thread and we will provide you the licensed js file.

 

Looking forward to your mail.

Share this post


Link to post
Share on other sites

Hi,

 

Using the latest code solves my problems #1 and #4 - ie I can now see the line, and I can adjust the anchor formats.

 

I'm still having a problem with getting the x-axis labels to show (using <categories>) and the x-axis scaling.

 

Thanks for any advice,

 

Charles.

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Thanks for your response.

 

Regarding problem #2:

 

Please try the same by setting <xAxisMinValue> and <xAxisMaxValue> attribute inside the <chart> element of your XML code.

 

Regarding problem #3:

 

Please try the same by replacing label with name inside <category> element.

 

ex: <category label='45'>

 

This is a known issue of scatter chart and will be fixed in our upcoming release i.e FusionCharts v3.2.2.

 

Hope this helps.smile.gif

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Glad to know that you have managed to resolve your problem.

 

Happy FusionCharting!biggrin.gif

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