Page 1 of 1

Problemas con un Eje Logaritmico

Posted: Wed Oct 21, 2009 8:40 pm
by 13045598
Parte del código que estoy utilizando,

Code: Select all

$tChart1->getAxes()->getBottom()->setAutomatic(false);

$tChart1->getAxes()->getBottom()->setInverted(false); 
$tChart1->getAxes()->getBottom()->setIncrement(1); 
//$tChart1->getAxes()->getBottom()->setLogarithmic(true); //<-----
//$tChart1->getAxes()->getBottom()->setLogarithmicBase(10); //<------

$tChart1->getAxes()->getBottom()->setMinimum(10);
$tChart1->getAxes()->getBottom()->setMaximum(0.01);

$Area0 = new Area($tChart1->getChart());
$Area0->addYTextColor(40, "pears", Color::GREEN());
$Area0->addYTextColor(50, "apples", Color::RED()); 
$Area0->addYTextColor(40, "bananas", Color::YELLOW());
$Area0->addYTextColor(20, "oranges", Color::ORANGE());  
Este código funciona , pero si quito los comentarios a las lineas señaladas ya no me genera la gráfica con el eje inferior logarítmico.

Los tutoriales de PHP siguen teniendo muchos errores y están generados como para java, ¿cuando tendremos una documentación más precisa? Lo pregunto por que esperaba que con la ultima versión se mejoraran.

Gracias y saludos.

Re: Problemas con un Eje Logaritmico

Posted: Tue Oct 27, 2009 10:13 am
by yeray
Hola amyt-arteche,

Hemos podido reproducir el problema e intentaremos solucionarlo para la siguiente versión.
Y respecto a la documentación, ciertamente ésta viene de la versión java y también está previsto que se vaya mejorando en las siguientes versiones.
Permitame que lo resuma en inglés para que ésta experiencia sirva para toda la comunidad.

ENGLISH:

amyt-arteche found that setting the axes as logarithmic gives some errors. We could reproduce it and we'll try to fix it for the next release.
He also demanded an improvement on the documentation and we will try to satisfy that version by version.