Widget:Radar: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 19: Line 19:
| '''color''' || ''HexColor'' (#RRGGBB format only) || The color for the radar area ||
| '''color''' || ''HexColor'' (#RRGGBB format only) || The color for the radar area ||
|-
|-
| '''label''' || ''Array<String>'' || Label(s) for each axis in sequence || (Empty String)
| '''label''' || ''Array<String>'' || Label(s) for each axis in sequence, ''\n'' for new line || (Empty String)
|-
|-
| '''max''' || ''Array<Number>''<br>&nbsp;&nbsp;&nbsp;&nbsp;or<br>''Integer'' || Max value for each axis.
| '''max''' || ''Array<Number>''<br>&nbsp;&nbsp;&nbsp;&nbsp;or<br>''Integer'' || Max value for each axis.
Line 104: Line 104:
             <!--{foreach $text as $i => $val}-->
             <!--{foreach $text as $i => $val}-->
             <tspan dy="<!--{$i*$fontcorrection}-->"><!--{$val|default:''|escape:'html'}--></tspan>
             <tspan dy="<!--{$i*$fontcorrection}-->"><!--{$val|default:''|escape:'html'}--></tspan>
            <!--{/foreach}-->
         </text>
         </text>
         <!--{/for}-->
         <!--{/for}-->