1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283
|
<svg width='640' height='300' viewBox='0 0 640 300' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a3='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' a3:scriptImplementation='Adobe'>
<!-- \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\-->
<!-- Created with SVG::Graph -->
<!-- SVG::Graph by Sean E. Russell -->
<!-- Losely based on SVG::TT::Graph for Perl by Leo Lapworth & Stephan Morgan -->
<!-- //////////////////////////////////////////////////////////////////-->
<defs>
<filter id='dropshadow' width='1.2' height='1.2'>
<feGaussianBlur stdDeviation='4' result='blur'/>
</filter>
<style type='text/css'>
<![CDATA[/* Copy from here for external style sheet */
.svgBackground{
fill:#ffffff;
}
.graphBackground{
fill:#f0f0f0;
}
/* graphs titles */
.mainTitle{
text-anchor: middle;
fill: #000000;
font-size: 16px;
font-family: "Arial", sans-serif;
font-weight: normal;
}
.subTitle{
text-anchor: middle;
fill: #999999;
font-size: 14px;
font-family: "Arial", sans-serif;
font-weight: normal;
}
.axis{
stroke: #000000;
stroke-width: 1px;
}
.guideLines{
stroke: #666666;
stroke-width: 1px;
stroke-dasharray: 5 5;
}
.xAxisLabels{
text-anchor: middle;
fill: #000000;
font-size: 12px;
font-family: "Arial", sans-serif;
font-weight: normal;
}
.yAxisLabels{
text-anchor: end;
fill: #000000;
font-size: 12px;
font-family: "Arial", sans-serif;
font-weight: normal;
}
.xAxisTitle{
text-anchor: middle;
fill: #ff0000;
font-size: 14px;
font-family: "Arial", sans-serif;
font-weight: normal;
}
.yAxisTitle{
fill: #ff0000;
text-anchor: middle;
font-size: 14px;
font-family: "Arial", sans-serif;
font-weight: normal;
}
.dataPointLabel, .dataPointLabelBackground, .dataPointPopup, .dataPointPopupMask{
fill: #000000;
text-anchor:middle;
font-size: 10px;
font-family: "Arial", sans-serif;
font-weight: normal;
}
.dataPointLabelBackground{
stroke: #ffffff;
stroke-width: 2;
}
.dataPointPopupMask{
stroke: white;
stroke-width: 7;
}
.dataPointPopup{
fill: black;
stroke-width: 2;
}
.staggerGuideLine{
fill: none;
stroke: #000000;
stroke-width: 0.5px;
}
.dataPointLabel, .dataPointLabelBackground, .dataPointPopup{
fill: #000000;
text-anchor:middle;
font-size: 12px;
font-family: "Arial", sans-serif;
font-weight: normal;
}
.dataPointLabelBackground{
stroke: #ffffff;
stroke-width: 2;
}
.dataPointPopup{
fill: #000000;
visibility: hidden;
stroke-width: 2;
}
/* key - MUST match fill styles */
.key1,.fill1{
fill: #ff0000;
fill-opacity: 0.7;
stroke: none;
stroke-width: 1px;
}
.key2,.fill2{
fill: #0000ff;
fill-opacity: 0.7;
stroke: none;
stroke-width: 1px;
}
.key3,.fill3{
fill-opacity: 0.7;
fill: #00ff00;
stroke: none;
stroke-width: 1px;
}
.key4,.fill4{
fill-opacity: 0.7;
fill: #ffcc00;
stroke: none;
stroke-width: 1px;
}
.key5,.fill5{
fill-opacity: 0.7;
fill: #00ccff;
stroke: none;
stroke-width: 1px;
}
.key6,.fill6{
fill-opacity: 0.7;
fill: #ff00ff;
stroke: none;
stroke-width: 1px;
}
.key7,.fill7{
fill-opacity: 0.7;
fill: #00ff99;
stroke: none;
stroke-width: 1px;
}
.key8,.fill8{
fill-opacity: 0.7;
fill: #ffff00;
stroke: none;
stroke-width: 1px;
}
.key9,.fill9{
fill-opacity: 0.7;
fill: #cc6666;
stroke: none;
stroke-width: 1px;
}
.key10,.fill10{
fill-opacity: 0.7;
fill: #663399;
stroke: none;
stroke-width: 1px;
}
.key11,.fill11{
fill-opacity: 0.7;
fill: #339900;
stroke: none;
stroke-width: 1px;
}
.key12,.fill12{
fill-opacity: 0.7;
fill: #9966FF;
stroke: none;
stroke-width: 1px;
}
.keyText{
fill: #000000;
text-anchor:start;
font-size: 10px;
font-family: "Arial", sans-serif;
font-weight: normal;
}
/* End copy for external style sheet */
]]>
</style>
</defs>
<!-- include default stylesheet if none specified -->
<!--SVG Background-->
<rect width='640' height='300' x='0' y='0' class='svgBackground'/>
<text x='320' y='16' class='mainTitle'>Pie</text>
<g transform='translate(561.0 36)'>
<rect x='0' y='0' width='12' height='12' class='key1'/>
<text x='17' y='12' class='keyText'>jan [7]</text>
<rect x='0' y='17' width='12' height='12' class='key2'/>
<text x='17' y='29' class='keyText'>feb [29.2]</text>
<rect x='0' y='34' width='12' height='12' class='key3'/>
<text x='17' y='46' class='keyText'>mar [5.2]</text>
<rect x='0' y='51' width='12' height='12' class='key4'/>
<text x='17' y='63' class='keyText'>apr [12.4]</text>
<rect x='0' y='68' width='12' height='12' class='key5'/>
<text x='17' y='80' class='keyText'>may [26.5]</text>
<rect x='0' y='85' width='12' height='12' class='key6'/>
<text x='17' y='97' class='keyText'>jun [20.6]</text>
<rect x='0' y='102' width='12' height='12' class='key7'/>
<text x='17' y='114' class='keyText'>jul [22]</text>
<rect x='0' y='119' width='12' height='12' class='key8'/>
<text x='17' y='131' class='keyText'>aug [3.2]</text>
</g>
<g transform='translate( 154.5 48 )'>
<g>
<path d='M117.5,117.5 L117.5,0.0 A117.5,117.5 0, 0,1, 157.65680089544463 7.074996754160708 Z' filter='url(#dropshadow)' style='fill: #ccc; stroke: none;' transform='translate( 10 10 )'/>
<path d='M117.5,117.5 L157.65680089544463,7.074996754160708 A117.5,117.5 0, 0,1, 231.82651841538657 144.6237384410091 Z' filter='url(#dropshadow)' style='fill: #ccc; stroke: none;' transform='translate( 18.80190442837165 5.253793258420833 )'/>
<path d='M117.5,117.5 L231.82651841538657,144.6237384410091 A117.5,117.5 0, 0,1, 221.06099337132815 173.0100950453494 Z' filter='url(#dropshadow)' style='fill: #ccc; stroke: none;' transform='translate( 10 10 )'/>
<path d='M117.5,117.5 L221.06099337132815,173.0100950453494 A117.5,117.5 0, 0,1, 169.75861735837873 222.73918904947226 Z' filter='url(#dropshadow)' style='fill: #ccc; stroke: none;' transform='translate( 10 10 )'/>
<path d='M117.5,117.5 L169.75861735837873,222.73918904947226 A117.5,117.5 0, 0,1, 28.490626212069316 194.20450689418738 Z' filter='url(#dropshadow)' style='fill: #ccc; stroke: none;' transform='translate( 10 10 )'/>
<path d='M117.5,117.5 L28.490626212069316,194.20450689418738 A117.5,117.5 0, 0,1, 5.787098687400473 81.07915870931319 Z' filter='url(#dropshadow)' style='fill: #ccc; stroke: none;' transform='translate( 10 10 )'/>
<path d='M117.5,117.5 L5.787098687400473,81.07915870931319 A117.5,117.5 0, 0,1, 98.8443289609459 1.4904489359492459 Z' filter='url(#dropshadow)' style='fill: #ccc; stroke: none;' transform='translate( 10 10 )'/>
<path d='M117.5,117.5 L98.8443289609459,1.4904489359492459 A117.5,117.5 0, 0,1, 117.50000000000007 0.0 Z' filter='url(#dropshadow)' style='fill: #ccc; stroke: none;' transform='translate( 10 10 )'/>
</g>
<g>
<path d='M117.5,117.5 L117.5,0.0 A117.5,117.5 0, 0,1, 157.65680089544463 7.074996754160708 Z' style='fill: #fff; stroke: none;'/>
<path d='M117.5,117.5 L157.65680089544463,7.074996754160708 A117.5,117.5 0, 0,1, 231.82651841538657 144.6237384410091 Z' style='fill: #fff; stroke: none;' transform='translate( 8.801904428371651 -4.746206741579167 )'/>
<path d='M117.5,117.5 L231.82651841538657,144.6237384410091 A117.5,117.5 0, 0,1, 221.06099337132815 173.0100950453494 Z' style='fill: #fff; stroke: none;'/>
<path d='M117.5,117.5 L221.06099337132815,173.0100950453494 A117.5,117.5 0, 0,1, 169.75861735837873 222.73918904947226 Z' style='fill: #fff; stroke: none;'/>
<path d='M117.5,117.5 L169.75861735837873,222.73918904947226 A117.5,117.5 0, 0,1, 28.490626212069316 194.20450689418738 Z' style='fill: #fff; stroke: none;'/>
<path d='M117.5,117.5 L28.490626212069316,194.20450689418738 A117.5,117.5 0, 0,1, 5.787098687400473 81.07915870931319 Z' style='fill: #fff; stroke: none;'/>
<path d='M117.5,117.5 L5.787098687400473,81.07915870931319 A117.5,117.5 0, 0,1, 98.8443289609459 1.4904489359492459 Z' style='fill: #fff; stroke: none;'/>
<path d='M117.5,117.5 L98.8443289609459,1.4904489359492459 A117.5,117.5 0, 0,1, 117.50000000000007 0.0 Z' style='fill: #fff; stroke: none;'/>
</g>
<g>
<path d='M117.5,117.5 L117.5,0.0 A117.5,117.5 0, 0,1, 157.65680089544463 7.074996754160708 Z' class='fill1'/>
<text x='137.8876447709622' y='1.7822660924737193' class='dataPointLabel' style='stroke: #fff; stroke-width: 2;'>jan [7.0] 6%</text>
<text x='137.8876447709622' y='1.7822660924737193' class='dataPointLabel'>jan [7.0] 6%</text>
<path d='M117.5,117.5 L157.65680089544463,7.074996754160708 A117.5,117.5 0, 0,1, 231.82651841538657 144.6237384410091 Z' class='fill2' transform='translate( 8.801904428371651 -4.746206741579167 )'/>
<text x='229.72428146173854' y='56.98586404486563' class='dataPointLabel' style='stroke: #fff; stroke-width: 2;'>feb [29.2] 23%</text>
<text x='229.72428146173854' y='56.98586404486563' class='dataPointLabel'>feb [29.2] 23%</text>
<path d='M117.5,117.5 L231.82651841538657,144.6237384410091 A117.5,117.5 0, 0,1, 221.06099337132815 173.0100950453494 Z' class='fill3'/>
<text x='227.36440851553624' y='159.16607422749792' class='dataPointLabel' style='stroke: #fff; stroke-width: 2;'>mar [5.2] 4%</text>
<text x='227.36440851553624' y='159.16607422749792' class='dataPointLabel'>mar [5.2] 4%</text>
<path d='M117.5,117.5 L221.06099337132815,173.0100950453494 A117.5,117.5 0, 0,1, 169.75861735837873 222.73918904947226 Z' class='fill4'/>
<text x='199.2813149173274' y='201.8686347548242' class='dataPointLabel' style='stroke: #fff; stroke-width: 2;'>apr [12.4] 10%</text>
<text x='199.2813149173274' y='201.8686347548242' class='dataPointLabel'>apr [12.4] 10%</text>
<path d='M117.5,117.5 L169.75861735837873,222.73918904947226 A117.5,117.5 0, 0,1, 28.490626212069316 194.20450689418738 Z' class='fill5'/>
<text x='94.23604620960049' y='232.67394867780718' class='dataPointLabel' style='stroke: #fff; stroke-width: 2;'>may [26.5] 21%</text>
<text x='94.23604620960049' y='232.67394867780718' class='dataPointLabel'>may [26.5] 21%</text>
<path d='M117.5,117.5 L28.490626212069316,194.20450689418738 A117.5,117.5 0, 0,1, 5.787098687400473 81.07915870931319 Z' class='fill6'/>
<text x='2.297161359320299' y='140.62046645570788' class='dataPointLabel' style='stroke: #fff; stroke-width: 2;'>jun [20.6] 16%</text>
<text x='2.297161359320299' y='140.62046645570788' class='dataPointLabel'>jun [20.6] 16%</text>
<path d='M117.5,117.5 L5.787098687400473,81.07915870931319 A117.5,117.5 0, 0,1, 98.8443289609459 1.4904489359492459 Z' class='fill7'/>
<text x='41.12865822116727' y='28.20460171486596' class='dataPointLabel' style='stroke: #fff; stroke-width: 2;'>jul [22.0] 17%</text>
<text x='41.12865822116727' y='28.20460171486596' class='dataPointLabel'>jul [22.0] 17%</text>
<path d='M117.5,117.5 L98.8443289609459,1.4904489359492459 A117.5,117.5 0, 0,1, 117.50000000000007 0.0 Z' class='fill8'/>
<text x='108.1424428942689' y='0.3732049229853516' class='dataPointLabel' style='stroke: #fff; stroke-width: 2;'>aug [3.2] 3%</text>
<text x='108.1424428942689' y='0.3732049229853516' class='dataPointLabel'>aug [3.2] 3%</text>
</g>
</g>
</svg>
|