Sign in to follow this  
Guest Basundhara Ghosal

Need to rotate plot and axis'

Recommended Posts

I am building super custom PDF's on the fly. I am exporting each graph to the server(works), then building the PDF with those images, and some other text and tables.

 

 

 

The problem I have is I need to rotate the axis' and plot so when I export the graphs look correct. I could do this using GD on the server side, but if I rotate the graphs then the title and axis' labels will be in the wrong orientation.

 

 

 

I looked for a xml attribute to do this like:

 

[ code ]

 

 

[/ code ]

 

 

 

but couldn't find one. Is there an attribute for this or how would I make this work? This seems like a fairly simple chart transformation.

Edited by Guest

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

Welcome to FusionCharts forum. :)

I am afraid, FusionCharts does not support any functionality for the same. :)

However, as a hack, please try setting the TOP MARGIN of the chart as '200' and the BOTTOM MARGIN as '160'. But in that case you would not be able to display any Caption, Sub-caption or Datalabels of the chart.

Hope this helps. :)

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