function RadarAxis($img, $aScale, $color = array(0, 0, 0)) { parent::Axis($img, $aScale, $color); $this->len = $img->plotheight; $this->title = new Text(); $this->title->SetFont(FF_FONT1, FS_BOLD); $this->color = array(0, 0, 0); }
function Axis($img, $aScale, $color = array(0, 0, 0)) { parent::Axis($img, $aScale, $color); }