Hi,

I'm drawing a big series and I want to use bluff charts. The problem is that if I put something like this:

$canvas->x_labels = array("0:'200'", "200:'3000'", "1000:'5000'");

I obtain only 3 points, but I want to obtain all the series (1000 points) with only 3 labels in the x axis.
What is wrong?.

Thanks!,