Menu

#37 text => label(php5-ofc-library/lib/OFC/Charts/OFC_Charts_Pi)

version-2
open
nobody
None
5
2008-09-24
2008-09-24
Anonymous
No

class OFC_Charts_Pie_Value
{
function OFC_Charts_Pie_Value( $value, $text )
{
$this->value = $value;
$this->text = $text;
}
}

should be

class OFC_Charts_Pie_Value
{
function OFC_Charts_Pie_Value( $value, $text )
{
$this->value = $value;
$this->label = $text;
}
}

Discussion


Log in to post a comment.

MongoDB Logo MongoDB