コード例 #1
0
 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);
 }
コード例 #2
0
ファイル: jpgraph.php プロジェクト: pipporazzo/achievo
 function Axis($img, $aScale, $color = array(0, 0, 0))
 {
     parent::Axis($img, $aScale, $color);
 }