Widget:Radar: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 11: Line 11:
             <!--{append var="ys" value=$y index=$i}-->
             <!--{append var="ys" value=$y index=$i}-->
         <!--{/for}-->
         <!--{/for}-->
         <polygon stroke="#999" fill="transparent" points="
         <polygon stroke="#999" fill="#fff" points="
             <!--{for $i=1 to $dim}-->
             <!--{for $i=1 to $dim}-->
             <!--{($xs[$i]*200)|cat:','|cat:($ys[$i]*200)}-->
             <!--{($xs[$i]*200)|cat:','|cat:($ys[$i]*200)}-->
             <!--{/for}-->
             <!--{/for}-->
         "></polygon>
         "></polygon>
         <polygon stroke="#ccc" fill="transparent" points="
         <polygon stroke="#ccc" fill="#eee" points="
             <!--{for $i=1 to $dim}-->
             <!--{for $i=1 to $dim}-->
             <!--{($xs[$i]*150)|cat:','|cat:($ys[$i]*150)}-->
             <!--{($xs[$i]*150)|cat:','|cat:($ys[$i]*150)}-->
             <!--{/for}-->
             <!--{/for}-->
         "></polygon>
         "></polygon>
         <polygon stroke="#ccc" fill="transparent" points="
         <polygon stroke="#ccc" fill="#fff" points="
             <!--{for $i=1 to $dim}-->
             <!--{for $i=1 to $dim}-->
             <!--{($xs[$i]*100)|cat:','|cat:($ys[$i]*100)}-->
             <!--{($xs[$i]*100)|cat:','|cat:($ys[$i]*100)}-->
             <!--{/for}-->
             <!--{/for}-->
         "></polygon>
         "></polygon>
         <polygon stroke="#ccc" fill="transparent" points="
         <polygon stroke="#ccc" fill="#eee" points="
             <!--{for $i=1 to $dim}-->
             <!--{for $i=1 to $dim}-->
             <!--{($xs[$i]*50)|cat:','|cat:($ys[$i]*50)}-->
             <!--{($xs[$i]*50)|cat:','|cat:($ys[$i]*50)}-->