Sign in to follow this  
vsouto

X Axis Limits Not Working

Recommended Posts

Hello.

 

Im trying to set some xAxisMinValue for my Graph, but its not working at all.

I also tried the dynamicAxis feature and the graph seems to ignore them all.

 

So because of that, my graph is showing a lot of non-used space insted of zooming in the line that interests.

 

post-26971-0-97306800-1328795479_thumb.jpg

 

 

[font=Consolas,]<graph caption='Evolução com tempo' subCaption='' xAxisName='' yAxisName='Evolução com tempo' xAxisMinValue='1800' showNames='1' dynamicAxis='1' numDivLines='6' formatNumberScale='0' decimalPrecision='0' anchorSides='10' anchorRadius='3' anchorBorderColor='009900' exportEnabled='1' exportAtClient='0' exportHandler='FCexporter.php' exportAction='save' exportFileName='Ferramenta de Análise de Performance de Projetos e Iterações'  ><set name='1' value='1908' 0='31'  /><set name='2' value='1908' 0='72'  /><set name='3' value='1908' 0='72'  /><set name='4' value='1909' 0='27'  /><set name='5' value='1910' 0='88'  /><set name='6' value='1912' 0='63'  /><set name='7' value='1912' 0='47'  /><set name='8' value='1913' 0='91'  /><set name='9' value='1913' 0='59'  /><set name='10' value='1914' 0='36'  /><set name='11' value='2914' 0='36'  /><set name='12' value='2914' 0='64'  /><set name='13' value='2915' 0='17'  /><set name='14' value='2915' 0='80'  /><set name='15' value='2916' 0='43'  /><set name='16' value='2916' 0='96'  /><set name='17' value='2918' 0='59'  /><set name='18' value='2920' 0='3'  /></graph>[/font]

 

Edited by vsouto

Share this post


Link to post
Share on other sites
Guest Sumedh

Greetings. smile.gif

 

I am afraid, I am not able to comprehend the issue.

 

Could you please confirm, which FusionCharts version are you using?

 

And also, what chart type used?

Share this post


Link to post
Share on other sites

I am using the last Free version (2.2) adapted by me for CakePHP .

 

The chart used is FCF_Line and the xml is the one above.

 

The problem is in the X limit that is not reading my xAxisMinValue and because of that, a lot of space in the chart is unused as seen in the screenshot.

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