Sign in to follow this  
Guest Basundhara Ghosal

How to Alter the Y Axis Interval (Help Require Urgently )

Recommended Posts

Hi Guys,

 

 

 

I have a huge set of data and data range because of that I am using ScrollColumn2D.swf .The problem is that the max value in the data is in Lakhs and the min value is in hundreds so the problem is that the Y Axis data point is getting started at an interval of 15k,20k likewise... So the min data is very negligible if you compare to the Y axis interval or the with Max data and because of that negligible value is not at all getting visible in the chart even though its there.

 

 

 

 

 

So, is there is any way through which I can define my Y axis interval so that I will able to see those data more clearly.

 

 

 

Thanks

 

Ajay

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi Ajay,

Welcome to FusionCharts forum. :D

In order to explicitly specify the y-axis upper & lower limit values and also the number of divisional lines could you please try the following steps:-

1) Disable automatic adjustment of divisional lines using adjustDiv='0' in the chart element.

2)Specify the y-axis upper and lower limits using the "yAxisMaxValue" and "yAxisMinValue" attributes respectively.

3)Specify number of divisional lines using the "numDivLines" attribute.

Ref.- <chart ... adjustDiv='0' yAxisMaxvalue='100' yAxisMinValue='0' numDivLines='5'>

Also, please refer to the below link for further details on this:-

Ref.- http://www.fusioncharts.com/docs?/AttDesc/DivLines.html

Hope this helps. :)

Share this post


Link to post
Share on other sites
Guest Rajroop

Hello Ajay,

 

 

 

Could you please post your XML code as an attachment on this Forum?

 

 

 

Looking forward to your post. :)

Share this post


Link to post
Share on other sites

Thanks for the quick reply...

 

Here is your XML

 

try rendering this data on ScrollColumn2D.swf

 

 

 

As soon as you render it you will able to figure out that Y axis data interval is huge and because of that even though I have data but its not getting visible.

 

 

 

 

 

Thanks

 

Ajay

data.xml

Edited by Guest

Share this post


Link to post
Share on other sites
Guest Rajroop

Hello Ajay,

 

 

 

I tested the XML that you sent us. In the XML your using values in the range of '280' to '1111212'. Since the range is of a great/vast in character, the data values are showcasing as small on the chart. This is because they are being plot on a great scale difference. Thus, in terms of display of the data plots on the chart, the comparison to a Y-Axis max value of 1200000 and the value of '280', would be accordingly small.

 

 

 

I hope I am able to explain why this issue is occurring accurately. Please revert with your comments/feedback on this. :)

Share this post


Link to post
Share on other sites

Whatever You said is correct but is there is anyway through which I can display the smallest data in Y Axis.

 

Can we set the Y Axis interval like gap of 100 and so on. or can we do something with the scrollbar meaning can we reduce the height of scrollbar.

 

 

 

Do u guys have 3D View of the same chart.

 

 

 

Thanks

 

Ajay

Share this post


Link to post
Share on other sites
Guest Rajroop

Hello Ajay,

 

 

 

I can absolutely understand your requirements on this issue. However, I'm afraid there are no apparent workaround to this. FusionCharts draws it chart based on the data provided to it. Since the upper limit is of such high measure, the other (small)data plots are forced to be depicted on it's big scale.

 

 

 

Do u guys have 3D View of the same chart.

 

 

 

>>I'm afraid a 3D version of the ScollColumn chart is not available, as of now. Thank you for your suggestion. I have made a note of the same. :)

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