vsouto

Members
  • Content count

    3
  • Joined

  • Last visited

About vsouto

  • Rank
    Forum Newbie
  1. X Axis Limits Not Working

    ok, thanks.
  2. X Axis Limits Not Working

    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.
  3. X Axis Limits Not Working

    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. [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]