
Barry Andrew - 2006-06-15 19:19:41 -
In reply to message 1 from Cucos Sorin
This works OK
include 'baachart.php';
$ch = new baaChart(600,400);
$ch->addDataSeries('L',3,array(1.5, 3.2, 2.7),'');
$ch->setXLabels(array(1,2,3));
$ch->setYAxis('', 0, 5, 2.5, 0);
$ch->display();