Hello, I'm using 2009.2 beta.

I have some data like:

'Jan'=>20.000,
'Feb'=>50.000,
'Mar'=>12.500,
...

an so on.

I tried to set:

$graph->yAxis->max = 20.000;
$graph->yAxis->min = 0;

and I have:

$graph->data['data']->highlight = true;

But I get, in the y axis, the number "20" as the maximum, not "20.000"

I've tried several axisLabelRenderer, but no luck. Also tried
$graph->options->label = '%2$.3f (%3$.1f%%) ';
but no luck as well
-- 
Components mailing list
Components@lists.ez.no
http://lists.ez.no/mailman/listinfo/components

Reply via email to