![Picture of Romeu Gamelas Picture of Romeu Gamelas](/graphics/unknown.gif)
Romeu Gamelas - 2006-02-01 22:59:50
If you're unsure that your data will hit the chart with the correct format, maybe due to an early setlocale call or even user defined setlocale (eg. changing number format from 2.13 to 2,13) you must set the values as follow:
$PG->x[0] = "Some description";
$PG->y[0] = number_format($var_with_the_value, '.','');