レーダーチャートの背景色変更
graphradar.inc.phpの
1つ目(一番外の線とその間)
<polygon points="$stroke" stroke="white" fill="#232f3b" />を変更
2つ目(外以外の線)
<polygon points="$stroke" stroke="white" fill="none" />
要素の文字色変更
graphradar.inc.phpの
<text x="$textx" y="$texty" fill="white">$tmpname</text>
補助線のごとの数値色指定
$html .='<text x="'.($cx+5).'" y="'.$yy.'" fill="white">'.$keys.'</text>';
管理者: nattu
PukiWiki 1.5.4 © 2001-2022 PukiWiki Development Team | PHP: 7.4.33. 変換時間: 0.005 秒