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 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524
|
<svg width='640' height='480' viewBox='0 0 640 480' 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>
<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;
}
/* default line styles */
.line1{
fill: none;
stroke: #ff0000;
stroke-width: 1px;
}
.line2{
fill: none;
stroke: #0000ff;
stroke-width: 1px;
}
.line3{
fill: none;
stroke: #00ff00;
stroke-width: 1px;
}
.line4{
fill: none;
stroke: #ffcc00;
stroke-width: 1px;
}
.line5{
fill: none;
stroke: #00ccff;
stroke-width: 1px;
}
.line6{
fill: none;
stroke: #ff00ff;
stroke-width: 1px;
}
.line7{
fill: none;
stroke: #00ffff;
stroke-width: 1px;
}
.line8{
fill: none;
stroke: #ffff00;
stroke-width: 1px;
}
.line9{
fill: none;
stroke: #cc6666;
stroke-width: 1px;
}
.line10{
fill: none;
stroke: #663399;
stroke-width: 1px;
}
.line11{
fill: none;
stroke: #339900;
stroke-width: 1px;
}
.line12{
fill: none;
stroke: #9966FF;
stroke-width: 1px;
}
/* default fill styles */
.fill1{
fill: #cc0000;
fill-opacity: 0.2;
stroke: none;
}
.fill2{
fill: #0000cc;
fill-opacity: 0.2;
stroke: none;
}
.fill3{
fill: #00cc00;
fill-opacity: 0.2;
stroke: none;
}
.fill4{
fill: #ffcc00;
fill-opacity: 0.2;
stroke: none;
}
.fill5{
fill: #00ccff;
fill-opacity: 0.2;
stroke: none;
}
.fill6{
fill: #ff00ff;
fill-opacity: 0.2;
stroke: none;
}
.fill7{
fill: #00ffff;
fill-opacity: 0.2;
stroke: none;
}
.fill8{
fill: #ffff00;
fill-opacity: 0.2;
stroke: none;
}
.fill9{
fill: #cc6666;
fill-opacity: 0.2;
stroke: none;
}
.fill10{
fill: #663399;
fill-opacity: 0.2;
stroke: none;
}
.fill11{
fill: #339900;
fill-opacity: 0.2;
stroke: none;
}
.fill12{
fill: #9966FF;
fill-opacity: 0.2;
stroke: none;
}
/* default line styles */
.key1,.dataPoint1{
fill: #ff0000;
stroke: none;
stroke-width: 1px;
}
.key2,.dataPoint2{
fill: #0000ff;
stroke: none;
stroke-width: 1px;
}
.key3,.dataPoint3{
fill: #00ff00;
stroke: none;
stroke-width: 1px;
}
.key4,.dataPoint4{
fill: #ffcc00;
stroke: none;
stroke-width: 1px;
}
.key5,.dataPoint5{
fill: #00ccff;
stroke: none;
stroke-width: 1px;
}
.key6,.dataPoint6{
fill: #ff00ff;
stroke: none;
stroke-width: 1px;
}
.key7,.dataPoint7{
fill: #00ffff;
stroke: none;
stroke-width: 1px;
}
.key8,.dataPoint8{
fill: #ffff00;
stroke: none;
stroke-width: 1px;
}
.key9,.dataPoint9{
fill: #cc6666;
stroke: none;
stroke-width: 1px;
}
.key10,.dataPoint10{
fill: #663399;
stroke: none;
stroke-width: 1px;
}
.key11,.dataPoint11{
fill: #339900;
stroke: none;
stroke-width: 1px;
}
.key12,.dataPoint12{
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='480' x='0' y='0' class='svgBackground'/>
<g transform='translate( 71.0 26 )'>
<rect x='0' y='0' width='486.0' height='396' class='graphBackground'/>
<path d='M 0 303.0567986230637 h486.0' class='axis' id='yAxis'/>
<path d='M 208.28571428571428 0 v396' class='axis' id='xAxis'/>
<text class='xAxisLabels' x='0.0' y='411' style='text-anchor: middle'>jan</text>
<text class='xAxisLabels' x='69.42857142857143' y='428' style='text-anchor: middle'>feb</text>
<path d='M69.42857142857143 396 v17' class='staggerGuideLine'/>
<path d='M69.42857142857143 0 v396' class='guideLines'/>
<text class='xAxisLabels' x='138.85714285714286' y='411' style='text-anchor: middle'>mar</text>
<path d='M138.85714285714286 0 v396' class='guideLines'/>
<text class='xAxisLabels' x='208.28571428571428' y='428' style='text-anchor: middle'>apr</text>
<path d='M208.28571428571428 396 v17' class='staggerGuideLine'/>
<path d='M208.28571428571428 0 v396' class='guideLines'/>
<text class='xAxisLabels' x='277.7142857142857' y='411' style='text-anchor: middle'>may</text>
<path d='M277.7142857142857 0 v396' class='guideLines'/>
<text class='xAxisLabels' x='347.14285714285717' y='428' style='text-anchor: middle'>jun</text>
<path d='M347.14285714285717 396 v17' class='staggerGuideLine'/>
<path d='M347.14285714285717 0 v396' class='guideLines'/>
<text class='xAxisLabels' x='416.57142857142856' y='411' style='text-anchor: middle'>jul</text>
<path d='M416.57142857142856 0 v396' class='guideLines'/>
<text class='xAxisLabels' x='486.0' y='428' style='text-anchor: middle'>aug</text>
<path d='M486.0 396 v17' class='staggerGuideLine'/>
<path d='M486.0 0 v396' class='guideLines'/>
<text x='3' y='400.0' class='yAxisLabels' style='text-anchor: end' transform='translate( -12 0 ) rotate( 0 3 400.0 ) '>-4.00</text>
<text x='3' y='364.0' class='yAxisLabels' style='text-anchor: end' transform='translate( -12 0 ) rotate( 0 3 364.0 ) '>-0.51</text>
<path d='M0 360.0 h486.0' class='guideLines'/>
<text x='3' y='328.0' class='yAxisLabels' style='text-anchor: end' transform='translate( -12 0 ) rotate( 0 3 328.0 ) '>2.97</text>
<path d='M0 324.0 h486.0' class='guideLines'/>
<text x='3' y='292.0' class='yAxisLabels' style='text-anchor: end' transform='translate( -12 0 ) rotate( 0 3 292.0 ) '>6.46</text>
<path d='M0 288.0 h486.0' class='guideLines'/>
<text x='3' y='256.0' class='yAxisLabels' style='text-anchor: end' transform='translate( -12 0 ) rotate( 0 3 256.0 ) '>9.94</text>
<path d='M0 252.0 h486.0' class='guideLines'/>
<text x='3' y='220.0' class='yAxisLabels' style='text-anchor: end' transform='translate( -12 0 ) rotate( 0 3 220.0 ) '>13.43</text>
<path d='M0 216.0 h486.0' class='guideLines'/>
<text x='3' y='184.0' class='yAxisLabels' style='text-anchor: end' transform='translate( -12 0 ) rotate( 0 3 184.0 ) '>16.92</text>
<path d='M0 180.0 h486.0' class='guideLines'/>
<text x='3' y='148.0' class='yAxisLabels' style='text-anchor: end' transform='translate( -12 0 ) rotate( 0 3 148.0 ) '>20.40</text>
<path d='M0 144.0 h486.0' class='guideLines'/>
<text x='3' y='112.0' class='yAxisLabels' style='text-anchor: end' transform='translate( -12 0 ) rotate( 0 3 112.0 ) '>23.89</text>
<path d='M0 108.0 h486.0' class='guideLines'/>
<text x='3' y='76.0' class='yAxisLabels' style='text-anchor: end' transform='translate( -12 0 ) rotate( 0 3 76.0 ) '>27.37</text>
<path d='M0 72.0 h486.0' class='guideLines'/>
<text x='3' y='40.0' class='yAxisLabels' style='text-anchor: end' transform='translate( -12 0 ) rotate( 0 3 40.0 ) '>30.86</text>
<path d='M0 36.0 h486.0' class='guideLines'/>
<path d='M0.0 396.0 L0.0 313.3838209982788 69.42857142857143 168.80550774526677 138.85714285714286 323.71084337349396 208.28571428571428 282.4027538726334 277.7142857142857 272.07573149741825 347.14285714285717 199.7865748709122 416.57142857142856 220.4406196213425 486.0 334.0378657487091 486.0 396.0 416.57142857142856 396.0 347.14285714285717 396.0 277.7142857142857 396.0 208.28571428571428 396.0 138.85714285714286 396.0 69.42857142857143 396.0 0.0 396.0 Z' class='fill2'/>
<path d='M0.0 313.3838209982788 L69.42857142857143 168.80550774526677 138.85714285714286 323.71084337349396 208.28571428571428 282.4027538726334 277.7142857142857 272.07573149741825 347.14285714285717 199.7865748709122 416.57142857142856 220.4406196213425 486.0 334.0378657487091 ' class='line2'/>
<circle cx='0.0' cy='313.3838209982788' r='2.5' class='dataPoint2'/>
<circle cx='69.42857142857143' cy='168.80550774526677' r='2.5' class='dataPoint2'/>
<circle cx='138.85714285714286' cy='323.71084337349396' r='2.5' class='dataPoint2'/>
<circle cx='208.28571428571428' cy='282.4027538726334' r='2.5' class='dataPoint2'/>
<circle cx='277.7142857142857' cy='272.07573149741825' r='2.5' class='dataPoint2'/>
<circle cx='347.14285714285717' cy='199.7865748709122' r='2.5' class='dataPoint2'/>
<circle cx='416.57142857142856' cy='220.4406196213425' r='2.5' class='dataPoint2'/>
<circle cx='486.0' cy='334.0378657487091' r='2.5' class='dataPoint2'/>
<path d='M0.0 313.3838209982788 L0.0 282.4027538726334 69.42857142857143 53.14285714285711 138.85714285714286 300.9913941480207 208.28571428571428 338.1686746987952 277.7142857142857 81.02581755593803 347.14285714285717 121.30120481927707 416.57142857142856 202.88468158347675 486.0 212.17900172117035 486.0 334.0378657487091 416.57142857142856 220.4406196213425 347.14285714285717 199.7865748709122 277.7142857142857 272.07573149741825 208.28571428571428 282.4027538726334 138.85714285714286 323.71084337349396 69.42857142857143 168.80550774526677 0.0 313.3838209982788 Z' class='fill1'/>
<path d='M0.0 282.4027538726334 L69.42857142857143 53.14285714285711 138.85714285714286 300.9913941480207 208.28571428571428 338.1686746987952 277.7142857142857 81.02581755593803 347.14285714285717 121.30120481927707 416.57142857142856 202.88468158347675 486.0 212.17900172117035 ' class='line1'/>
<circle cx='0.0' cy='282.4027538726334' r='2.5' class='dataPoint1'/>
<circle cx='69.42857142857143' cy='53.14285714285711' r='2.5' class='dataPoint1'/>
<circle cx='138.85714285714286' cy='300.9913941480207' r='2.5' class='dataPoint1'/>
<circle cx='208.28571428571428' cy='338.1686746987952' r='2.5' class='dataPoint1'/>
<circle cx='277.7142857142857' cy='81.02581755593803' r='2.5' class='dataPoint1'/>
<circle cx='347.14285714285717' cy='121.30120481927707' r='2.5' class='dataPoint1'/>
<circle cx='416.57142857142856' cy='202.88468158347675' r='2.5' class='dataPoint1'/>
<circle cx='486.0' cy='212.17900172117035' r='2.5' class='dataPoint1'/>
<g>
<text x='0.0' y='307.3838209982788' class='dataPointLabelBackground' style='text-anchor: start;'>4.00</text>
<text x='0.0' y='307.3838209982788' class='dataPointLabel' style='text-anchor: start;'>4.00</text>
<g id='7420' visibility='hidden'>
<text x='5.0' y='301.3838209982788' class='dataPointPopupMask' style='text-anchor: start;'>4</text>
<text x='5.0' y='301.3838209982788' class='dataPointPopup' style='text-anchor: start;'>4</text>
</g>
<a xlink:href=''>
<circle cx='0.0' cy='313.3838209982788' r='10' style='opacity: 0' onmouseover='document.getElementById(7420).style.visibility ='visible'' onmouseout='document.getElementById(7420).style.visibility = 'hidden''/>
</a>
<text x='69.42857142857143' y='162.80550774526677' class='dataPointLabelBackground'>18.00</text>
<text x='69.42857142857143' y='162.80550774526677' class='dataPointLabel'>18.00</text>
<g id='7440' visibility='hidden'>
<text x='74.42857142857143' y='156.80550774526677' class='dataPointPopupMask' style='text-anchor: start;'>18</text>
<text x='74.42857142857143' y='156.80550774526677' class='dataPointPopup' style='text-anchor: start;'>18</text>
</g>
<a xlink:href=''>
<circle cx='69.42857142857143' cy='168.80550774526677' r='10' style='opacity: 0' onmouseover='document.getElementById(7440).style.visibility ='visible'' onmouseout='document.getElementById(7440).style.visibility = 'hidden''/>
</a>
<text x='138.85714285714286' y='317.71084337349396' class='dataPointLabelBackground'>3.00</text>
<text x='138.85714285714286' y='317.71084337349396' class='dataPointLabel'>3.00</text>
<g id='7460' visibility='hidden'>
<text x='143.85714285714286' y='311.71084337349396' class='dataPointPopupMask' style='text-anchor: start;'>3</text>
<text x='143.85714285714286' y='311.71084337349396' class='dataPointPopup' style='text-anchor: start;'>3</text>
</g>
<a xlink:href=''>
<circle cx='138.85714285714286' cy='323.71084337349396' r='10' style='opacity: 0' onmouseover='document.getElementById(7460).style.visibility ='visible'' onmouseout='document.getElementById(7460).style.visibility = 'hidden''/>
</a>
<text x='208.28571428571428' y='276.4027538726334' class='dataPointLabelBackground'>7.00</text>
<text x='208.28571428571428' y='276.4027538726334' class='dataPointLabel'>7.00</text>
<g id='7480' visibility='hidden'>
<text x='213.28571428571428' y='270.4027538726334' class='dataPointPopupMask' style='text-anchor: start;'>7</text>
<text x='213.28571428571428' y='270.4027538726334' class='dataPointPopup' style='text-anchor: start;'>7</text>
</g>
<a xlink:href=''>
<circle cx='208.28571428571428' cy='282.4027538726334' r='10' style='opacity: 0' onmouseover='document.getElementById(7480).style.visibility ='visible'' onmouseout='document.getElementById(7480).style.visibility = 'hidden''/>
</a>
<text x='277.7142857142857' y='266.07573149741825' class='dataPointLabelBackground'>8.00</text>
<text x='277.7142857142857' y='266.07573149741825' class='dataPointLabel'>8.00</text>
<g id='7500' visibility='hidden'>
<text x='282.7142857142857' y='260.07573149741825' class='dataPointPopupMask' style='text-anchor: start;'>8</text>
<text x='282.7142857142857' y='260.07573149741825' class='dataPointPopup' style='text-anchor: start;'>8</text>
</g>
<a xlink:href=''>
<circle cx='277.7142857142857' cy='272.07573149741825' r='10' style='opacity: 0' onmouseover='document.getElementById(7500).style.visibility ='visible'' onmouseout='document.getElementById(7500).style.visibility = 'hidden''/>
</a>
<text x='347.14285714285717' y='193.7865748709122' class='dataPointLabelBackground'>15.00</text>
<text x='347.14285714285717' y='193.7865748709122' class='dataPointLabel'>15.00</text>
<g id='7520' visibility='hidden'>
<text x='352.14285714285717' y='187.7865748709122' class='dataPointPopupMask' style='text-anchor: start;'>15</text>
<text x='352.14285714285717' y='187.7865748709122' class='dataPointPopup' style='text-anchor: start;'>15</text>
</g>
<a xlink:href=''>
<circle cx='347.14285714285717' cy='199.7865748709122' r='10' style='opacity: 0' onmouseover='document.getElementById(7520).style.visibility ='visible'' onmouseout='document.getElementById(7520).style.visibility = 'hidden''/>
</a>
<text x='416.57142857142856' y='214.4406196213425' class='dataPointLabelBackground'>13.00</text>
<text x='416.57142857142856' y='214.4406196213425' class='dataPointLabel'>13.00</text>
<g id='7540' visibility='hidden'>
<text x='421.57142857142856' y='208.4406196213425' class='dataPointPopupMask' style='text-anchor: start;'>13</text>
<text x='421.57142857142856' y='208.4406196213425' class='dataPointPopup' style='text-anchor: start;'>13</text>
</g>
<a xlink:href=''>
<circle cx='416.57142857142856' cy='220.4406196213425' r='10' style='opacity: 0' onmouseover='document.getElementById(7540).style.visibility ='visible'' onmouseout='document.getElementById(7540).style.visibility = 'hidden''/>
</a>
<text x='486.0' y='328.0378657487091' class='dataPointLabelBackground' style='text-anchor: end;'>2.00</text>
<text x='486.0' y='328.0378657487091' class='dataPointLabel' style='text-anchor: end;'>2.00</text>
<g id='7560' visibility='hidden'>
<text x='481.0' y='322.0378657487091' class='dataPointPopupMask' style='text-anchor: end;'>2</text>
<text x='481.0' y='322.0378657487091' class='dataPointPopup' style='text-anchor: end;'>2</text>
</g>
<a xlink:href=''>
<circle cx='486.0' cy='334.0378657487091' r='10' style='opacity: 0' onmouseover='document.getElementById(7560).style.visibility ='visible'' onmouseout='document.getElementById(7560).style.visibility = 'hidden''/>
</a>
<text x='0.0' y='276.4027538726334' class='dataPointLabelBackground' style='text-anchor: start;'>7.00</text>
<text x='0.0' y='276.4027538726334' class='dataPointLabel' style='text-anchor: start;'>7.00</text>
<g id='7580' visibility='hidden'>
<text x='5.0' y='270.4027538726334' class='dataPointPopupMask' style='text-anchor: start;'>7</text>
<text x='5.0' y='270.4027538726334' class='dataPointPopup' style='text-anchor: start;'>7</text>
</g>
<a xlink:href=''>
<circle cx='0.0' cy='282.4027538726334' r='10' style='opacity: 0' onmouseover='document.getElementById(7580).style.visibility ='visible'' onmouseout='document.getElementById(7580).style.visibility = 'hidden''/>
</a>
<text x='69.42857142857143' y='47.14285714285711' class='dataPointLabelBackground'>29.20</text>
<text x='69.42857142857143' y='47.14285714285711' class='dataPointLabel'>29.20</text>
<g id='7600' visibility='hidden'>
<text x='74.42857142857143' y='41.14285714285711' class='dataPointPopupMask' style='text-anchor: start;'>29.200000000000003</text>
<text x='74.42857142857143' y='41.14285714285711' class='dataPointPopup' style='text-anchor: start;'>29.200000000000003</text>
</g>
<a xlink:href=''>
<circle cx='69.42857142857143' cy='53.14285714285711' r='10' style='opacity: 0' onmouseover='document.getElementById(7600).style.visibility ='visible'' onmouseout='document.getElementById(7600).style.visibility = 'hidden''/>
</a>
<text x='138.85714285714286' y='294.9913941480207' class='dataPointLabelBackground'>5.20</text>
<text x='138.85714285714286' y='294.9913941480207' class='dataPointLabel'>5.20</text>
<g id='7620' visibility='hidden'>
<text x='143.85714285714286' y='288.9913941480207' class='dataPointPopupMask' style='text-anchor: start;'>5.199999999999999</text>
<text x='143.85714285714286' y='288.9913941480207' class='dataPointPopup' style='text-anchor: start;'>5.199999999999999</text>
</g>
<a xlink:href=''>
<circle cx='138.85714285714286' cy='300.9913941480207' r='10' style='opacity: 0' onmouseover='document.getElementById(7620).style.visibility ='visible'' onmouseout='document.getElementById(7620).style.visibility = 'hidden''/>
</a>
<text x='208.28571428571428' y='332.1686746987952' class='dataPointLabelBackground'>1.60</text>
<text x='208.28571428571428' y='332.1686746987952' class='dataPointLabel'>1.60</text>
<g id='7640' visibility='hidden'>
<text x='213.28571428571428' y='326.1686746987952' class='dataPointPopupMask' style='text-anchor: start;'>1.5999999999999996</text>
<text x='213.28571428571428' y='326.1686746987952' class='dataPointPopup' style='text-anchor: start;'>1.5999999999999996</text>
</g>
<a xlink:href=''>
<circle cx='208.28571428571428' cy='338.1686746987952' r='10' style='opacity: 0' onmouseover='document.getElementById(7640).style.visibility ='visible'' onmouseout='document.getElementById(7640).style.visibility = 'hidden''/>
</a>
<text x='277.7142857142857' y='75.02581755593803' class='dataPointLabelBackground'>26.50</text>
<text x='277.7142857142857' y='75.02581755593803' class='dataPointLabel'>26.50</text>
<g id='7660' visibility='hidden'>
<text x='282.7142857142857' y='69.02581755593803' class='dataPointPopupMask' style='text-anchor: start;'>26.5</text>
<text x='282.7142857142857' y='69.02581755593803' class='dataPointPopup' style='text-anchor: start;'>26.5</text>
</g>
<a xlink:href=''>
<circle cx='277.7142857142857' cy='81.02581755593803' r='10' style='opacity: 0' onmouseover='document.getElementById(7660).style.visibility ='visible'' onmouseout='document.getElementById(7660).style.visibility = 'hidden''/>
</a>
<text x='347.14285714285717' y='115.30120481927707' class='dataPointLabelBackground'>22.60</text>
<text x='347.14285714285717' y='115.30120481927707' class='dataPointLabel'>22.60</text>
<g id='7680' visibility='hidden'>
<text x='352.14285714285717' y='109.30120481927707' class='dataPointPopupMask' style='text-anchor: start;'>22.6</text>
<text x='352.14285714285717' y='109.30120481927707' class='dataPointPopup' style='text-anchor: start;'>22.6</text>
</g>
<a xlink:href=''>
<circle cx='347.14285714285717' cy='121.30120481927707' r='10' style='opacity: 0' onmouseover='document.getElementById(7680).style.visibility ='visible'' onmouseout='document.getElementById(7680).style.visibility = 'hidden''/>
</a>
<text x='416.57142857142856' y='196.88468158347675' class='dataPointLabelBackground'>14.70</text>
<text x='416.57142857142856' y='196.88468158347675' class='dataPointLabel'>14.70</text>
<g id='7700' visibility='hidden'>
<text x='421.57142857142856' y='190.88468158347675' class='dataPointPopupMask' style='text-anchor: start;'>14.7</text>
<text x='421.57142857142856' y='190.88468158347675' class='dataPointPopup' style='text-anchor: start;'>14.7</text>
</g>
<a xlink:href=''>
<circle cx='416.57142857142856' cy='202.88468158347675' r='10' style='opacity: 0' onmouseover='document.getElementById(7700).style.visibility ='visible'' onmouseout='document.getElementById(7700).style.visibility = 'hidden''/>
</a>
<text x='486.0' y='206.17900172117035' class='dataPointLabelBackground' style='text-anchor: end;'>13.80</text>
<text x='486.0' y='206.17900172117035' class='dataPointLabel' style='text-anchor: end;'>13.80</text>
<g id='7720' visibility='hidden'>
<text x='481.0' y='200.17900172117035' class='dataPointPopupMask' style='text-anchor: end;'>13.8</text>
<text x='481.0' y='200.17900172117035' class='dataPointPopup' style='text-anchor: end;'>13.8</text>
</g>
<a xlink:href=''>
<circle cx='486.0' cy='212.17900172117035' r='10' style='opacity: 0' onmouseover='document.getElementById(7720).style.visibility ='visible'' onmouseout='document.getElementById(7720).style.visibility = 'hidden''/>
</a>
</g>
</g>
<text x='320' y='16' class='mainTitle'>Line</text>
<text x='314.0' y='468' class='xAxisTitle'>Time</text>
<text x='17' y='224' class='yAxisTitle' transform='rotate( -90, 17, 224 )'>Ice Cream Cones</text>
<g transform='translate(567.0 36)'>
<rect x='0' y='0' width='12' height='12' class='key1'/>
<text x='17' y='12' class='keyText'>Dataset 1</text>
<rect x='0' y='17' width='12' height='12' class='key2'/>
<text x='17' y='29' class='keyText'>Dataset 2</text>
</g>
</svg>
|