eagene

Scatter plot x axis

Recommended Posts

Is it necessary to explicitly define the x axis values/labels in a scatter plot? The y axis is calculated automatically. Am I missing something?

 

 

 

This is a pain to do because the data comes from a database and I don't want to write my own algorithm for auto-scaling.

 

 

 

Thanks,

 

 

 

Elizabeth

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi Elizabeth,

Could you please let us know the name of the scripting language that you are using to render the chart?

Share this post


Link to post
Share on other sites

Hi Eagene,

In scatter chart x axis value is required in 2 place

 1.category tag.

  if you didn't give the x axis value in any category tag the category will not be shown in the chart.

2. set tag

  if you didn't give the x axis value in any set tag the tag will be shown at 0 x position.

labels are not explicitly required at any place.

you may refer to the link http://www.fusioncharts.com/Docs/Contents/ChartSS/Scatter.html

Edited by Guest

Share this post


Link to post
Share on other sites

So even though the chart could automatically calculate the scale and labels for the x-axis as it does for the y (since we specify the x for each plot point), we need to specify them explicitly?

 

 

 

Are there any plans on your side to support automatic labeling for the scatter plot x axis as you do on the y axis for all the chart types?

 

 

 

Thanks,

 

 

 

Elizabeth

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

You are welcome.

Keep smiling and keep FusionCharting. :D

Share this post


Link to post
Share on other sites

Hi Elizabeth,

 

Currently all charts need to specify x scale labels.

 

Next major release will add this feature.

 

 

 

Hi Ayan,

So is it available in current release now ??

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

First of all, we would like to thank you for showing interest in FusionCharts.

 

We will try to implement this feature in our next major release.

 

Thank you very much for your continued patience and patronage.

 

Hope you have a great day!

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