Sign in to follow this  
oburixus

How to: Reverse the reading/displaying of data values

Recommended Posts

Hello,

 

 

 

The default way of Fusioncharts reading the data is from top to bottom:

 

 

 

 

 

 

-> This is read 1st and displayed 1st

 

-> This is read 2nd and displayed to the right

 

 

 

-> This is read 1st and displayed 1st

 

-> This is read 2nd and displayed to the right

 

 

 

 

 

 

 

 

but the data should be (in our case) displayed FEB '06 first, this way:

 

 

 

 

-> This is should be read 2nd and displayed to the right, since newest data

 

-> This is should be read 1st

 

 

 

-> Same, reversed

 

-> Should be displayed 1st

 

 

 

 

 

 

I looked around but couldn't see a propert, such as reversedata="1" so that chart reads the top data as the newest and displays to the right. I am sure there should be one, but probably overlooked.

 

 

 

How could this be done?

 

 

 

Thanks

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello,

I'm afraid, there is no such functionality to reverse the display of datasets. They will be displayed in the order in which they are written.

If you want the newest entry to display to the right, then please add the category at the end. :P

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