oburixus Report post Posted December 4, 2009 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 Report post Posted December 4, 2009 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. Share this post Link to post Share on other sites