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());
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.