scruffy 0.2.5 → 0.2.6
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +9 -0
- data/config/hoe.rb +1 -1
- data/lib/scruffy/renderers/base.rb +2 -2
- data/lib/scruffy/themes.rb +1 -1
- data/lib/scruffy/version.rb +1 -1
- data/spec/scruffy/graph_spec.rb +5 -5
- data/spec/scruffy/layers/line_spec.rb +1 -1
- data/website/images/graphs/bar_test.png +0 -0
- data/website/images/graphs/bar_test.svg +43 -43
- data/website/images/graphs/line_test.png +0 -0
- data/website/images/graphs/line_test.svg +40 -40
- data/website/images/graphs/multi_test.png +0 -0
- data/website/images/graphs/multi_test.svg +212 -212
- data/website/images/graphs/pie_test.png +0 -0
- data/website/images/graphs/pie_test.svg +28 -28
- data/website/images/graphs/split_test.png +0 -0
- data/website/images/graphs/split_test.svg +225 -225
- data/website/images/graphs/stacking_test.png +0 -0
- data/website/images/graphs/stacking_test.svg +92 -92
- data/website/index.html +59 -138
- metadata +8 -6
Binary file
|
@@ -1,40 +1,40 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
|
3
|
-
<svg xmlns
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
3
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="600 100 360 200">
|
4
4
|
<g id="scruffy_graph">
|
5
|
-
<g transform="translate(0.0, 0.0)"
|
5
|
+
<g id="background" transform="translate(0.0, 0.0)">
|
6
6
|
<defs>
|
7
|
-
<linearGradient
|
8
|
-
<stop stop-color="black"
|
9
|
-
<stop stop-color="#4A465A"
|
7
|
+
<linearGradient id="BackgroundGradient" x1="0%" y1="0%" x2="0%" y2="100%">
|
8
|
+
<stop offset="5%" stop-color="black"/>
|
9
|
+
<stop offset="95%" stop-color="#4A465A"/>
|
10
10
|
</linearGradient>
|
11
11
|
</defs>
|
12
|
-
<rect width="600.0"
|
12
|
+
<rect width="600.0" height="360.0" x="0" y="0" fill="url(#BackgroundGradient)"/>
|
13
13
|
</g>
|
14
|
-
<g transform="translate(-90.0, 43.2)"
|
15
|
-
<g
|
16
|
-
<path d="M270.0,158.4 L390.517881744922,197.558633527193 A126.72,126.72 0, 0, 1,
|
17
|
-
<text
|
18
|
-
<path d="M270.0,158.4
|
19
|
-
<text
|
20
|
-
<path d="M270.0,158.4
|
21
|
-
<text
|
22
|
-
<path d="M270.0,158.4
|
23
|
-
<text
|
14
|
+
<g id="graphs" transform="translate(-90.0, 43.2)">
|
15
|
+
<g id="component_graphs_graph_0" class="graph_layer">
|
16
|
+
<path d="M270.0,158.4 L390.517881744922,197.558633527193 A126.72,126.72 0, 0, 1, 350.21533814666 256.499224900185 Z" stroke="none" fill="#FDD84E"/>
|
17
|
+
<text x="395.524558539747" y="253.735493633756" font-size="19.008" font-family="" fill="white" text-anchor="middle">9%</text>
|
18
|
+
<path d="M270.0,158.4 L350.21533814666,256.499224900185 A126.72,126.72 0, 0, 1, 165.396201216877 86.8737553052029 Z" stroke="none" fill="#72AE6E"/>
|
19
|
+
<text x="167.178139964731" y="279.935804390038" font-size="19.008" font-family="" fill="white" text-anchor="middle">45%</text>
|
20
|
+
<path d="M270.0,158.4 L165.396201216877,86.8737553052029 A126.72,126.72 0, 0, 1, 378.516549113481 92.9621136611107 Z" stroke="none" fill="#D1695E"/>
|
21
|
+
<text x="274.342347307893" y="15.9020127897742" font-size="19.008" font-family="" fill="white" text-anchor="middle">31%</text>
|
22
|
+
<path d="M270.0,158.4 L378.516549113481,92.9621136611107 A126.72,126.72 0, 0, 1, 390.517881744922 197.558633527193 Z" stroke="none" fill="#8A6EAF"/>
|
23
|
+
<text x="421.072806604042" y="150.570010246405" font-size="19.008" font-family="" fill="white" text-anchor="middle">13%</text>
|
24
24
|
</g>
|
25
25
|
</g>
|
26
|
-
<g transform="translate(30.0, 7.2)"
|
27
|
-
<text class="title"
|
26
|
+
<g id="title" transform="translate(30.0, 7.2)">
|
27
|
+
<text class="title" x="270.0" y="25.2" font-size="25.2" font-family="" fill="white" stroke="none" stroke-width="0" text-anchor="middle">Favourite Snacks</text>
|
28
28
|
</g>
|
29
|
-
<g transform="translate(360.0, 54.0)"
|
30
|
-
<rect
|
31
|
-
<text
|
32
|
-
<rect
|
33
|
-
<text
|
34
|
-
<rect
|
35
|
-
<text
|
36
|
-
<rect
|
37
|
-
<text
|
29
|
+
<g id="legend" transform="translate(360.0, 54.0)">
|
30
|
+
<rect x="0" y="0.0" width="12.672" height="12.672" fill="#FDD84E"/>
|
31
|
+
<text x="25.344" y="15.2064" font-size="20.2752" font-family="" style="color: white" fill="white">Apple</text>
|
32
|
+
<rect x="0" y="25.344" width="12.672" height="12.672" fill="#72AE6E"/>
|
33
|
+
<text x="25.344" y="40.5504" font-size="20.2752" font-family="" style="color: white" fill="white">Banana</text>
|
34
|
+
<rect x="0" y="50.688" width="12.672" height="12.672" fill="#D1695E"/>
|
35
|
+
<text x="25.344" y="65.8944" font-size="20.2752" font-family="" style="color: white" fill="white">Orange</text>
|
36
|
+
<rect x="0" y="76.032" width="12.672" height="12.672" fill="#8A6EAF"/>
|
37
|
+
<text x="25.344" y="91.2384" font-size="20.2752" font-family="" style="color: white" fill="white">Taco</text>
|
38
38
|
</g>
|
39
39
|
</g>
|
40
40
|
</svg>
|
Binary file
|
@@ -1,295 +1,295 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
|
3
|
-
<svg xmlns
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
3
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="600 100 360 200">
|
4
4
|
<g id="scruffy_graph">
|
5
|
-
<g transform="translate(0.0, 0.0)"
|
5
|
+
<g id="background" transform="translate(0.0, 0.0)">
|
6
6
|
<defs>
|
7
|
-
<linearGradient
|
8
|
-
<stop stop-color="black"
|
9
|
-
<stop stop-color="#4A465A"
|
7
|
+
<linearGradient id="BackgroundGradient" x1="0%" y1="0%" x2="0%" y2="100%">
|
8
|
+
<stop offset="5%" stop-color="black"/>
|
9
|
+
<stop offset="95%" stop-color="#4A465A"/>
|
10
10
|
</linearGradient>
|
11
11
|
</defs>
|
12
|
-
<rect width="600.0"
|
12
|
+
<rect width="600.0" height="360.0" x="0" y="0" fill="url(#BackgroundGradient)"/>
|
13
13
|
</g>
|
14
|
-
<g transform="translate(30.0, 7.2)"
|
15
|
-
<text class="title"
|
14
|
+
<g id="title" transform="translate(30.0, 7.2)">
|
15
|
+
<text class="title" x="270.0" y="25.2" font-size="25.2" font-family="" fill="white" stroke="none" stroke-width="0" text-anchor="middle">Long-term Comparisons</text>
|
16
16
|
</g>
|
17
|
-
<g transform="translate(180.0, 196.2)"
|
18
|
-
<text class="text"
|
17
|
+
<g id="label_one" transform="translate(180.0, 196.2)">
|
18
|
+
<text class="text" x="120.0" y="10.8" font-size="10.8" font-family="" fill="white" stroke="none" stroke-width="0" text-anchor="middle">Northeastern (Top) / Central (Bottom)</text>
|
19
19
|
</g>
|
20
|
-
<g transform="translate(18.0, 72.0)"
|
20
|
+
<g id="top" transform="translate(18.0, 72.0)">
|
21
21
|
<g>
|
22
|
-
<g transform="translate(54.0, 0.0)"
|
23
|
-
<line
|
24
|
-
<line
|
25
|
-
<line
|
26
|
-
<line
|
27
|
-
<line
|
22
|
+
<g id="grid" transform="translate(54.0, 0.0)">
|
23
|
+
<line x1="0" y1="0.0" x2="486.0" y2="0.0" style="stroke: white; stroke-width: 2;"/>
|
24
|
+
<line x1="0" y1="24.03" x2="486.0" y2="24.03" style="stroke: white; stroke-width: 2;"/>
|
25
|
+
<line x1="0" y1="48.06" x2="486.0" y2="48.06" style="stroke: white; stroke-width: 2;"/>
|
26
|
+
<line x1="0" y1="72.09" x2="486.0" y2="72.09" style="stroke: white; stroke-width: 2;"/>
|
27
|
+
<line x1="0" y1="96.12" x2="486.0" y2="96.12" style="stroke: white; stroke-width: 2;"/>
|
28
28
|
</g>
|
29
|
-
<g transform="translate(0.0, 2.16)"
|
30
|
-
<text
|
31
|
-
<text
|
32
|
-
<text
|
33
|
-
<text
|
34
|
-
<text
|
29
|
+
<g id="values" transform="translate(0.0, 2.16)">
|
30
|
+
<text x="43.2" y="96.12" font-size="7.6896" font-family="" fill="white" text-anchor="end">($67.50)</text>
|
31
|
+
<text x="43.2" y="72.09" font-size="7.6896" font-family="" fill="white" text-anchor="end">$21.62</text>
|
32
|
+
<text x="43.2" y="48.06" font-size="7.6896" font-family="" fill="white" text-anchor="end">$110.75</text>
|
33
|
+
<text x="43.2" y="24.03" font-size="7.6896" font-family="" fill="white" text-anchor="end">$199.88</text>
|
34
|
+
<text x="43.2" y="0.0" font-size="7.6896" font-family="" fill="white" text-anchor="end">$289.00</text>
|
35
35
|
</g>
|
36
|
-
<g transform="translate(54.0, 99.36)"
|
37
|
-
<text
|
38
|
-
<text
|
39
|
-
<text
|
40
|
-
<text
|
41
|
-
<text
|
42
|
-
<text
|
43
|
-
<text
|
44
|
-
<text
|
45
|
-
<text
|
46
|
-
<text
|
47
|
-
<text
|
48
|
-
<text
|
36
|
+
<g id="labels" transform="translate(54.0, 99.36)">
|
37
|
+
<text x="0.0" y="8.64" font-size="7.776" font-family="" fill="white" text-anchor="middle">Jan</text>
|
38
|
+
<text x="44.1818181818182" y="8.64" font-size="7.776" font-family="" fill="white" text-anchor="middle">Feb</text>
|
39
|
+
<text x="88.3636363636364" y="8.64" font-size="7.776" font-family="" fill="white" text-anchor="middle">Mar</text>
|
40
|
+
<text x="132.545454545455" y="8.64" font-size="7.776" font-family="" fill="white" text-anchor="middle">Apr</text>
|
41
|
+
<text x="176.727272727273" y="8.64" font-size="7.776" font-family="" fill="white" text-anchor="middle">May</text>
|
42
|
+
<text x="220.909090909091" y="8.64" font-size="7.776" font-family="" fill="white" text-anchor="middle">Jun</text>
|
43
|
+
<text x="265.090909090909" y="8.64" font-size="7.776" font-family="" fill="white" text-anchor="middle">Jul</text>
|
44
|
+
<text x="309.272727272727" y="8.64" font-size="7.776" font-family="" fill="white" text-anchor="middle">Aug</text>
|
45
|
+
<text x="353.454545454545" y="8.64" font-size="7.776" font-family="" fill="white" text-anchor="middle">Sep</text>
|
46
|
+
<text x="397.636363636364" y="8.64" font-size="7.776" font-family="" fill="white" text-anchor="middle">Oct</text>
|
47
|
+
<text x="441.818181818182" y="8.64" font-size="7.776" font-family="" fill="white" text-anchor="middle">Nov</text>
|
48
|
+
<text x="486.0" y="8.64" font-size="7.776" font-family="" fill="white" text-anchor="middle">Dec</text>
|
49
49
|
</g>
|
50
|
-
<g transform="translate(54.0, 0.0)"
|
51
|
-
<g
|
50
|
+
<g id="graphs" transform="translate(54.0, 0.0)">
|
51
|
+
<g id="component_graphs_graph_0" class="graph_layer">
|
52
52
|
<g transform="translate(0, -1.9224)">
|
53
53
|
<polygon points="0,96.12 0.0,72.5281346423562 44.1818181818182,79.268667601683 88.3636363636364,50.9584291725105 132.545454545455,59.0470687237027 176.727272727273,69.8319214586255 220.909090909091,49.3407012622721 265.090909090909,23.1874333800842 309.272727272727,50.9584291725105 353.454545454545,64.4394950911641 397.636363636364,23.1874333800842 441.818181818182,0.0 486.0,72.5281346423562 486.0,96.12" style="fill: black; stroke: black; fill-opacity: 0.06; stroke-opacity: 0.06;"/>
|
54
54
|
</g>
|
55
|
-
<polygon
|
55
|
+
<polygon points="0,96.12 0.0,72.5281346423562 44.1818181818182,79.268667601683 88.3636363636364,50.9584291725105 132.545454545455,59.0470687237027 176.727272727273,69.8319214586255 220.909090909091,49.3407012622721 265.090909090909,23.1874333800842 309.272727272727,50.9584291725105 353.454545454545,64.4394950911641 397.636363636364,23.1874333800842 441.818181818182,0.0 486.0,72.5281346423562 486.0,96.12" fill="#6886B4" stroke="#6886B4" style="opacity: 1.0"/>
|
56
56
|
</g>
|
57
|
-
<g
|
57
|
+
<g id="component_graphs_graph_1" class="graph_layer">
|
58
58
|
<g transform="translate(0, -1.9224)">
|
59
59
|
<polygon points="0,96.12 0.0,80.6167741935484 44.1818181818182,59.0470687237027 88.3636363636364,72.5281346423562 132.545454545455,50.4191865357644 176.727272727273,23.7266760168303 220.909090909091,70.9104067321178 265.090909090909,69.8319214586255 309.272727272727,49.3407012622721 353.454545454545,23.1874333800842 397.636363636364,50.9584291725105 441.818181818182,64.4394950911641 486.0,67.4053295932679 486.0,96.12" style="fill: black; stroke: black; fill-opacity: 0.06; stroke-opacity: 0.06;"/>
|
60
60
|
</g>
|
61
|
-
<polygon
|
61
|
+
<polygon points="0,96.12 0.0,80.6167741935484 44.1818181818182,59.0470687237027 88.3636363636364,72.5281346423562 132.545454545455,50.4191865357644 176.727272727273,23.7266760168303 220.909090909091,70.9104067321178 265.090909090909,69.8319214586255 309.272727272727,49.3407012622721 353.454545454545,23.1874333800842 397.636363636364,50.9584291725105 441.818181818182,64.4394950911641 486.0,67.4053295932679 486.0,96.12" fill="#FDD84E" stroke="#FDD84E" style="opacity: 0.85"/>
|
62
62
|
</g>
|
63
|
-
<g
|
63
|
+
<g id="component_graphs_graph_2" class="graph_layer">
|
64
64
|
<g class="shadow" transform="translate(0.4806, 0.4806)">
|
65
|
-
<polyline
|
66
|
-
<circle
|
67
|
-
<circle
|
68
|
-
<circle
|
69
|
-
<circle
|
70
|
-
<circle
|
71
|
-
<circle
|
72
|
-
<circle
|
73
|
-
<circle
|
74
|
-
<circle
|
75
|
-
<circle
|
76
|
-
<circle
|
77
|
-
<circle
|
65
|
+
<polyline points="0.0,66.5964656381487 44.1818181818182,75.224347826087 88.3636363636364,57.6989621318373 132.545454545455,37.477363253857 176.727272727273,42.8697896213184 220.909090909091,59.0470687237027 265.090909090909,80.6167741935484 309.272727272727,83.3129873772791 353.454545454545,64.4394950911641 397.636363636364,53.1153997194951 441.818181818182,83.5826086956522 486.0,72.7977559607293" fill="transparent" stroke="black" stroke-width="1.9224" style="fill-opacity: 0; stroke-opacity: 0.35"/>
|
66
|
+
<circle cx="0.0" cy="67.4615456381487" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
67
|
+
<circle cx="44.1818181818182" cy="76.089427826087" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
68
|
+
<circle cx="88.3636363636364" cy="58.5640421318373" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
69
|
+
<circle cx="132.545454545455" cy="38.3424432538569" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
70
|
+
<circle cx="176.727272727273" cy="43.7348696213184" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
71
|
+
<circle cx="220.909090909091" cy="59.9121487237027" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
72
|
+
<circle cx="265.090909090909" cy="81.4818541935484" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
73
|
+
<circle cx="309.272727272727" cy="84.1780673772791" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
74
|
+
<circle cx="353.454545454545" cy="65.3045750911641" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
75
|
+
<circle cx="397.636363636364" cy="53.9804797194951" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
76
|
+
<circle cx="441.818181818182" cy="84.4476886956522" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
77
|
+
<circle cx="486.0" cy="73.6628359607293" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
78
78
|
</g>
|
79
|
-
<polyline
|
80
|
-
<circle
|
81
|
-
<circle
|
82
|
-
<circle
|
83
|
-
<circle
|
84
|
-
<circle
|
85
|
-
<circle
|
86
|
-
<circle
|
87
|
-
<circle
|
88
|
-
<circle
|
89
|
-
<circle
|
90
|
-
<circle
|
91
|
-
<circle
|
79
|
+
<polyline points="0.0,66.5964656381487 44.1818181818182,75.224347826087 88.3636363636364,57.6989621318373 132.545454545455,37.477363253857 176.727272727273,42.8697896213184 220.909090909091,59.0470687237027 265.090909090909,80.6167741935484 309.272727272727,83.3129873772791 353.454545454545,64.4394950911641 397.636363636364,53.1153997194951 441.818181818182,83.5826086956522 486.0,72.7977559607293" fill="none" stroke="#72AE6E" stroke-width="1.9224"/>
|
80
|
+
<circle cx="0.0" cy="66.5964656381487" r="1.9224" style="stroke-width: 1.9224; stroke: #72AE6E; fill: #72AE6E"/>
|
81
|
+
<circle cx="44.1818181818182" cy="75.224347826087" r="1.9224" style="stroke-width: 1.9224; stroke: #72AE6E; fill: #72AE6E"/>
|
82
|
+
<circle cx="88.3636363636364" cy="57.6989621318373" r="1.9224" style="stroke-width: 1.9224; stroke: #72AE6E; fill: #72AE6E"/>
|
83
|
+
<circle cx="132.545454545455" cy="37.477363253857" r="1.9224" style="stroke-width: 1.9224; stroke: #72AE6E; fill: #72AE6E"/>
|
84
|
+
<circle cx="176.727272727273" cy="42.8697896213184" r="1.9224" style="stroke-width: 1.9224; stroke: #72AE6E; fill: #72AE6E"/>
|
85
|
+
<circle cx="220.909090909091" cy="59.0470687237027" r="1.9224" style="stroke-width: 1.9224; stroke: #72AE6E; fill: #72AE6E"/>
|
86
|
+
<circle cx="265.090909090909" cy="80.6167741935484" r="1.9224" style="stroke-width: 1.9224; stroke: #72AE6E; fill: #72AE6E"/>
|
87
|
+
<circle cx="309.272727272727" cy="83.3129873772791" r="1.9224" style="stroke-width: 1.9224; stroke: #72AE6E; fill: #72AE6E"/>
|
88
|
+
<circle cx="353.454545454545" cy="64.4394950911641" r="1.9224" style="stroke-width: 1.9224; stroke: #72AE6E; fill: #72AE6E"/>
|
89
|
+
<circle cx="397.636363636364" cy="53.1153997194951" r="1.9224" style="stroke-width: 1.9224; stroke: #72AE6E; fill: #72AE6E"/>
|
90
|
+
<circle cx="441.818181818182" cy="83.5826086956522" r="1.9224" style="stroke-width: 1.9224; stroke: #72AE6E; fill: #72AE6E"/>
|
91
|
+
<circle cx="486.0" cy="72.7977559607293" r="1.9224" style="stroke-width: 1.9224; stroke: #72AE6E; fill: #72AE6E"/>
|
92
92
|
</g>
|
93
|
-
<g
|
93
|
+
<g id="component_graphs_graph_3" class="graph_layer">
|
94
94
|
<g class="shadow" transform="translate(0.4806, 0.4806)">
|
95
|
-
<polyline
|
96
|
-
<circle
|
97
|
-
<circle
|
98
|
-
<circle
|
99
|
-
<circle
|
100
|
-
<circle
|
101
|
-
<circle
|
102
|
-
<circle
|
103
|
-
<circle
|
104
|
-
<circle
|
105
|
-
<circle
|
106
|
-
<circle
|
107
|
-
<circle
|
95
|
+
<polyline points="0.0,80.6167741935484 44.1818181818182,83.3129873772791 88.3636363636364,64.4394950911641 132.545454545455,53.1153997194951 176.727272727273,83.5826086956522 220.909090909091,62.8217671809257 265.090909090909,53.1153997194951 309.272727272727,55.2723702664797 353.454545454545,55.8116129032258 397.636363636364,50.9584291725105 441.818181818182,67.4053295932679 486.0,45.5660028050491" fill="transparent" stroke="black" stroke-width="1.9224" style="fill-opacity: 0; stroke-opacity: 0.35"/>
|
96
|
+
<circle cx="0.0" cy="81.4818541935484" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
97
|
+
<circle cx="44.1818181818182" cy="84.1780673772791" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
98
|
+
<circle cx="88.3636363636364" cy="65.3045750911641" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
99
|
+
<circle cx="132.545454545455" cy="53.9804797194951" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
100
|
+
<circle cx="176.727272727273" cy="84.4476886956522" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
101
|
+
<circle cx="220.909090909091" cy="63.6868471809257" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
102
|
+
<circle cx="265.090909090909" cy="53.9804797194951" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
103
|
+
<circle cx="309.272727272727" cy="56.1374502664797" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
104
|
+
<circle cx="353.454545454545" cy="56.6766929032258" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
105
|
+
<circle cx="397.636363636364" cy="51.8235091725105" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
106
|
+
<circle cx="441.818181818182" cy="68.2704095932679" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
107
|
+
<circle cx="486.0" cy="46.4310828050491" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
108
108
|
</g>
|
109
|
-
<polyline
|
110
|
-
<circle
|
111
|
-
<circle
|
112
|
-
<circle
|
113
|
-
<circle
|
114
|
-
<circle
|
115
|
-
<circle
|
116
|
-
<circle
|
117
|
-
<circle
|
118
|
-
<circle
|
119
|
-
<circle
|
120
|
-
<circle
|
121
|
-
<circle
|
109
|
+
<polyline points="0.0,80.6167741935484 44.1818181818182,83.3129873772791 88.3636363636364,64.4394950911641 132.545454545455,53.1153997194951 176.727272727273,83.5826086956522 220.909090909091,62.8217671809257 265.090909090909,53.1153997194951 309.272727272727,55.2723702664797 353.454545454545,55.8116129032258 397.636363636364,50.9584291725105 441.818181818182,67.4053295932679 486.0,45.5660028050491" fill="none" stroke="#D1695E" stroke-width="1.9224"/>
|
110
|
+
<circle cx="0.0" cy="80.6167741935484" r="1.9224" style="stroke-width: 1.9224; stroke: #D1695E; fill: #D1695E"/>
|
111
|
+
<circle cx="44.1818181818182" cy="83.3129873772791" r="1.9224" style="stroke-width: 1.9224; stroke: #D1695E; fill: #D1695E"/>
|
112
|
+
<circle cx="88.3636363636364" cy="64.4394950911641" r="1.9224" style="stroke-width: 1.9224; stroke: #D1695E; fill: #D1695E"/>
|
113
|
+
<circle cx="132.545454545455" cy="53.1153997194951" r="1.9224" style="stroke-width: 1.9224; stroke: #D1695E; fill: #D1695E"/>
|
114
|
+
<circle cx="176.727272727273" cy="83.5826086956522" r="1.9224" style="stroke-width: 1.9224; stroke: #D1695E; fill: #D1695E"/>
|
115
|
+
<circle cx="220.909090909091" cy="62.8217671809257" r="1.9224" style="stroke-width: 1.9224; stroke: #D1695E; fill: #D1695E"/>
|
116
|
+
<circle cx="265.090909090909" cy="53.1153997194951" r="1.9224" style="stroke-width: 1.9224; stroke: #D1695E; fill: #D1695E"/>
|
117
|
+
<circle cx="309.272727272727" cy="55.2723702664797" r="1.9224" style="stroke-width: 1.9224; stroke: #D1695E; fill: #D1695E"/>
|
118
|
+
<circle cx="353.454545454545" cy="55.8116129032258" r="1.9224" style="stroke-width: 1.9224; stroke: #D1695E; fill: #D1695E"/>
|
119
|
+
<circle cx="397.636363636364" cy="50.9584291725105" r="1.9224" style="stroke-width: 1.9224; stroke: #D1695E; fill: #D1695E"/>
|
120
|
+
<circle cx="441.818181818182" cy="67.4053295932679" r="1.9224" style="stroke-width: 1.9224; stroke: #D1695E; fill: #D1695E"/>
|
121
|
+
<circle cx="486.0" cy="45.5660028050491" r="1.9224" style="stroke-width: 1.9224; stroke: #D1695E; fill: #D1695E"/>
|
122
122
|
</g>
|
123
123
|
</g>
|
124
124
|
</g>
|
125
125
|
</g>
|
126
|
-
<g transform="translate(18.0, 234.0)"
|
126
|
+
<g id="bottom" transform="translate(18.0, 234.0)">
|
127
127
|
<g>
|
128
|
-
<g transform="translate(54.0, 0.0)"
|
129
|
-
<line
|
130
|
-
<line
|
131
|
-
<line
|
132
|
-
<line
|
133
|
-
<line
|
128
|
+
<g id="grid" transform="translate(54.0, 0.0)">
|
129
|
+
<line x1="0" y1="0.0" x2="486.0" y2="0.0" style="stroke: white; stroke-width: 2;"/>
|
130
|
+
<line x1="0" y1="24.03" x2="486.0" y2="24.03" style="stroke: white; stroke-width: 2;"/>
|
131
|
+
<line x1="0" y1="48.06" x2="486.0" y2="48.06" style="stroke: white; stroke-width: 2;"/>
|
132
|
+
<line x1="0" y1="72.09" x2="486.0" y2="72.09" style="stroke: white; stroke-width: 2;"/>
|
133
|
+
<line x1="0" y1="96.12" x2="486.0" y2="96.12" style="stroke: white; stroke-width: 2;"/>
|
134
134
|
</g>
|
135
|
-
<g transform="translate(0.0, 2.16)"
|
136
|
-
<text
|
137
|
-
<text
|
138
|
-
<text
|
139
|
-
<text
|
140
|
-
<text
|
135
|
+
<g id="values" transform="translate(0.0, 2.16)">
|
136
|
+
<text x="43.2" y="96.12" font-size="7.6896" font-family="" fill="white" text-anchor="end">($67.50)</text>
|
137
|
+
<text x="43.2" y="72.09" font-size="7.6896" font-family="" fill="white" text-anchor="end">$21.62</text>
|
138
|
+
<text x="43.2" y="48.06" font-size="7.6896" font-family="" fill="white" text-anchor="end">$110.75</text>
|
139
|
+
<text x="43.2" y="24.03" font-size="7.6896" font-family="" fill="white" text-anchor="end">$199.88</text>
|
140
|
+
<text x="43.2" y="0.0" font-size="7.6896" font-family="" fill="white" text-anchor="end">$289.00</text>
|
141
141
|
</g>
|
142
|
-
<g transform="translate(54.0, 99.36)"
|
143
|
-
<text
|
144
|
-
<text
|
145
|
-
<text
|
146
|
-
<text
|
147
|
-
<text
|
148
|
-
<text
|
149
|
-
<text
|
150
|
-
<text
|
151
|
-
<text
|
152
|
-
<text
|
153
|
-
<text
|
154
|
-
<text
|
142
|
+
<g id="labels" transform="translate(54.0, 99.36)">
|
143
|
+
<text x="0.0" y="8.64" font-size="7.776" font-family="" fill="white" text-anchor="middle">Jan</text>
|
144
|
+
<text x="44.1818181818182" y="8.64" font-size="7.776" font-family="" fill="white" text-anchor="middle">Feb</text>
|
145
|
+
<text x="88.3636363636364" y="8.64" font-size="7.776" font-family="" fill="white" text-anchor="middle">Mar</text>
|
146
|
+
<text x="132.545454545455" y="8.64" font-size="7.776" font-family="" fill="white" text-anchor="middle">Apr</text>
|
147
|
+
<text x="176.727272727273" y="8.64" font-size="7.776" font-family="" fill="white" text-anchor="middle">May</text>
|
148
|
+
<text x="220.909090909091" y="8.64" font-size="7.776" font-family="" fill="white" text-anchor="middle">Jun</text>
|
149
|
+
<text x="265.090909090909" y="8.64" font-size="7.776" font-family="" fill="white" text-anchor="middle">Jul</text>
|
150
|
+
<text x="309.272727272727" y="8.64" font-size="7.776" font-family="" fill="white" text-anchor="middle">Aug</text>
|
151
|
+
<text x="353.454545454545" y="8.64" font-size="7.776" font-family="" fill="white" text-anchor="middle">Sep</text>
|
152
|
+
<text x="397.636363636364" y="8.64" font-size="7.776" font-family="" fill="white" text-anchor="middle">Oct</text>
|
153
|
+
<text x="441.818181818182" y="8.64" font-size="7.776" font-family="" fill="white" text-anchor="middle">Nov</text>
|
154
|
+
<text x="486.0" y="8.64" font-size="7.776" font-family="" fill="white" text-anchor="middle">Dec</text>
|
155
155
|
</g>
|
156
|
-
<g transform="translate(54.0, 0.0)"
|
157
|
-
<g
|
156
|
+
<g id="graphs" transform="translate(54.0, 0.0)">
|
157
|
+
<g id="component_graphs_graph_0" class="graph_layer">
|
158
158
|
<g transform="translate(-0.4806, -0.4806)">
|
159
|
-
<rect
|
160
|
-
<rect
|
159
|
+
<rect x="2.025" y="69.8319214586255" width="37.4112" height="27.2492785413745" style="fill: black; fill-opacity: 0.15; stroke: none;"/>
|
160
|
+
<rect x="2.5056" y="71.7543214586255" width="37.4112" height="25.8074785413745" style="fill: black; fill-opacity: 0.15; stroke: none;"/>
|
161
161
|
</g>
|
162
|
-
<rect
|
162
|
+
<rect x="2.025" y="69.8319214586255" width="36.45" height="26.2880785413745" fill="#8A6EAF" style="opacity: 1.0; stroke: none;"/>
|
163
163
|
<g transform="translate(-0.4806, -0.4806)">
|
164
|
-
<rect
|
165
|
-
<rect
|
164
|
+
<rect x="42.525" y="77.9205610098177" width="37.4112" height="19.1606389901823" style="fill: black; fill-opacity: 0.15; stroke: none;"/>
|
165
|
+
<rect x="43.0056" y="79.8429610098177" width="37.4112" height="17.7188389901823" style="fill: black; fill-opacity: 0.15; stroke: none;"/>
|
166
166
|
</g>
|
167
|
-
<rect
|
167
|
+
<rect x="42.525" y="77.9205610098177" width="36.45" height="18.1994389901823" fill="#8A6EAF" style="opacity: 1.0; stroke: none;"/>
|
168
168
|
<g transform="translate(-0.4806, -0.4806)">
|
169
|
-
<rect
|
170
|
-
<rect
|
169
|
+
<rect x="83.025" y="64.7091164095372" width="37.4112" height="32.3720835904628" style="fill: black; fill-opacity: 0.15; stroke: none;"/>
|
170
|
+
<rect x="83.5056" y="66.6315164095372" width="37.4112" height="30.9302835904628" style="fill: black; fill-opacity: 0.15; stroke: none;"/>
|
171
171
|
</g>
|
172
|
-
<rect
|
172
|
+
<rect x="83.025" y="64.7091164095372" width="36.45" height="31.4108835904628" fill="#8A6EAF" style="opacity: 1.0; stroke: none;"/>
|
173
173
|
<g transform="translate(-0.4806, -0.4806)">
|
174
|
-
<rect
|
175
|
-
<rect
|
174
|
+
<rect x="123.525" y="70.1015427769986" width="37.4112" height="26.9796572230014" style="fill: black; fill-opacity: 0.15; stroke: none;"/>
|
175
|
+
<rect x="124.0056" y="72.0239427769986" width="37.4112" height="25.5378572230014" style="fill: black; fill-opacity: 0.15; stroke: none;"/>
|
176
176
|
</g>
|
177
|
-
<rect
|
177
|
+
<rect x="123.525" y="70.1015427769986" width="36.45" height="26.0184572230014" fill="#8A6EAF" style="opacity: 1.0; stroke: none;"/>
|
178
178
|
<g transform="translate(-0.4806, -0.4806)">
|
179
|
-
<rect
|
180
|
-
<rect
|
179
|
+
<rect x="164.025" y="50.9584291725105" width="37.4112" height="46.1227708274895" style="fill: black; fill-opacity: 0.15; stroke: none;"/>
|
180
|
+
<rect x="164.5056" y="52.8808291725105" width="37.4112" height="44.6809708274895" style="fill: black; fill-opacity: 0.15; stroke: none;"/>
|
181
181
|
</g>
|
182
|
-
<rect
|
182
|
+
<rect x="164.025" y="50.9584291725105" width="36.45" height="45.1615708274895" fill="#8A6EAF" style="opacity: 1.0; stroke: none;"/>
|
183
183
|
<g transform="translate(-0.4806, -0.4806)">
|
184
|
-
<rect
|
185
|
-
<rect
|
184
|
+
<rect x="204.525" y="23.1874333800842" width="37.4112" height="73.8937666199159" style="fill: black; fill-opacity: 0.15; stroke: none;"/>
|
185
|
+
<rect x="205.0056" y="25.1098333800842" width="37.4112" height="72.4519666199159" style="fill: black; fill-opacity: 0.15; stroke: none;"/>
|
186
186
|
</g>
|
187
|
-
<rect
|
187
|
+
<rect x="204.525" y="23.1874333800842" width="36.45" height="72.9325666199158" fill="#8A6EAF" style="opacity: 1.0; stroke: none;"/>
|
188
188
|
<g transform="translate(-0.4806, -0.4806)">
|
189
|
-
<rect
|
190
|
-
<rect
|
189
|
+
<rect x="245.025" y="59.0470687237027" width="37.4112" height="38.0341312762973" style="fill: black; fill-opacity: 0.15; stroke: none;"/>
|
190
|
+
<rect x="245.5056" y="60.9694687237027" width="37.4112" height="36.5923312762973" style="fill: black; fill-opacity: 0.15; stroke: none;"/>
|
191
191
|
</g>
|
192
|
-
<rect
|
192
|
+
<rect x="245.025" y="59.0470687237027" width="36.45" height="37.0729312762973" fill="#8A6EAF" style="opacity: 1.0; stroke: none;"/>
|
193
193
|
<g transform="translate(-0.4806, -0.4806)">
|
194
|
-
<rect
|
195
|
-
<rect
|
194
|
+
<rect x="285.525" y="72.5281346423562" width="37.4112" height="24.5530653576438" style="fill: black; fill-opacity: 0.15; stroke: none;"/>
|
195
|
+
<rect x="286.0056" y="74.4505346423562" width="37.4112" height="23.1112653576438" style="fill: black; fill-opacity: 0.15; stroke: none;"/>
|
196
196
|
</g>
|
197
|
-
<rect
|
197
|
+
<rect x="285.525" y="72.5281346423562" width="36.45" height="23.5918653576438" fill="#8A6EAF" style="opacity: 1.0; stroke: none;"/>
|
198
198
|
<g transform="translate(-0.4806, -0.4806)">
|
199
|
-
<rect
|
200
|
-
<rect
|
199
|
+
<rect x="326.025" y="50.4191865357644" width="37.4112" height="46.6620134642356" style="fill: black; fill-opacity: 0.15; stroke: none;"/>
|
200
|
+
<rect x="326.5056" y="52.3415865357644" width="37.4112" height="45.2202134642356" style="fill: black; fill-opacity: 0.15; stroke: none;"/>
|
201
201
|
</g>
|
202
|
-
<rect
|
202
|
+
<rect x="326.025" y="50.4191865357644" width="36.45" height="45.7008134642356" fill="#8A6EAF" style="opacity: 1.0; stroke: none;"/>
|
203
203
|
<g transform="translate(-0.4806, -0.4806)">
|
204
|
-
<rect
|
205
|
-
<rect
|
204
|
+
<rect x="366.525" y="23.7266760168303" width="37.4112" height="73.3545239831697" style="fill: black; fill-opacity: 0.15; stroke: none;"/>
|
205
|
+
<rect x="367.0056" y="25.6490760168303" width="37.4112" height="71.9127239831697" style="fill: black; fill-opacity: 0.15; stroke: none;"/>
|
206
206
|
</g>
|
207
|
-
<rect
|
207
|
+
<rect x="366.525" y="23.7266760168303" width="36.45" height="72.3933239831697" fill="#8A6EAF" style="opacity: 1.0; stroke: none;"/>
|
208
208
|
<g transform="translate(-0.4806, -0.4806)">
|
209
|
-
<rect
|
210
|
-
<rect
|
209
|
+
<rect x="407.025" y="70.9104067321178" width="37.4112" height="26.1707932678822" style="fill: black; fill-opacity: 0.15; stroke: none;"/>
|
210
|
+
<rect x="407.5056" y="72.8328067321178" width="37.4112" height="24.7289932678822" style="fill: black; fill-opacity: 0.15; stroke: none;"/>
|
211
211
|
</g>
|
212
|
-
<rect
|
212
|
+
<rect x="407.025" y="70.9104067321178" width="36.45" height="25.2095932678822" fill="#8A6EAF" style="opacity: 1.0; stroke: none;"/>
|
213
213
|
<g transform="translate(-0.4806, -0.4806)">
|
214
|
-
<rect
|
215
|
-
<rect
|
214
|
+
<rect x="447.525" y="42.8697896213184" width="37.4112" height="54.2114103786816" style="fill: black; fill-opacity: 0.15; stroke: none;"/>
|
215
|
+
<rect x="448.0056" y="44.7921896213184" width="37.4112" height="52.7696103786816" style="fill: black; fill-opacity: 0.15; stroke: none;"/>
|
216
216
|
</g>
|
217
|
-
<rect
|
217
|
+
<rect x="447.525" y="42.8697896213184" width="36.45" height="53.2502103786816" fill="#8A6EAF" style="opacity: 1.0; stroke: none;"/>
|
218
218
|
</g>
|
219
|
-
<g
|
219
|
+
<g id="component_graphs_graph_1" class="graph_layer">
|
220
220
|
<g class="shadow" transform="translate(0.4806, 0.4806)">
|
221
|
-
<polyline
|
222
|
-
<circle
|
223
|
-
<circle
|
224
|
-
<circle
|
225
|
-
<circle
|
226
|
-
<circle
|
227
|
-
<circle
|
228
|
-
<circle
|
229
|
-
<circle
|
230
|
-
<circle
|
231
|
-
<circle
|
232
|
-
<circle
|
233
|
-
<circle
|
221
|
+
<polyline points="0.0,66.5964656381487 44.1818181818182,75.224347826087 88.3636363636364,57.6989621318373 132.545454545455,37.477363253857 176.727272727273,42.8697896213184 220.909090909091,59.0470687237027 265.090909090909,80.6167741935484 309.272727272727,83.3129873772791 353.454545454545,64.4394950911641 397.636363636364,53.1153997194951 441.818181818182,83.5826086956522 486.0,72.7977559607293" fill="transparent" stroke="black" stroke-width="1.9224" style="fill-opacity: 0; stroke-opacity: 0.35"/>
|
222
|
+
<circle cx="0.0" cy="67.4615456381487" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
223
|
+
<circle cx="44.1818181818182" cy="76.089427826087" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
224
|
+
<circle cx="88.3636363636364" cy="58.5640421318373" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
225
|
+
<circle cx="132.545454545455" cy="38.3424432538569" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
226
|
+
<circle cx="176.727272727273" cy="43.7348696213184" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
227
|
+
<circle cx="220.909090909091" cy="59.9121487237027" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
228
|
+
<circle cx="265.090909090909" cy="81.4818541935484" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
229
|
+
<circle cx="309.272727272727" cy="84.1780673772791" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
230
|
+
<circle cx="353.454545454545" cy="65.3045750911641" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
231
|
+
<circle cx="397.636363636364" cy="53.9804797194951" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
232
|
+
<circle cx="441.818181818182" cy="84.4476886956522" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
233
|
+
<circle cx="486.0" cy="73.6628359607293" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
234
234
|
</g>
|
235
|
-
<polyline
|
236
|
-
<circle
|
237
|
-
<circle
|
238
|
-
<circle
|
239
|
-
<circle
|
240
|
-
<circle
|
241
|
-
<circle
|
242
|
-
<circle
|
243
|
-
<circle
|
244
|
-
<circle
|
245
|
-
<circle
|
246
|
-
<circle
|
247
|
-
<circle
|
235
|
+
<polyline points="0.0,66.5964656381487 44.1818181818182,75.224347826087 88.3636363636364,57.6989621318373 132.545454545455,37.477363253857 176.727272727273,42.8697896213184 220.909090909091,59.0470687237027 265.090909090909,80.6167741935484 309.272727272727,83.3129873772791 353.454545454545,64.4394950911641 397.636363636364,53.1153997194951 441.818181818182,83.5826086956522 486.0,72.7977559607293" fill="none" stroke="#72AE6E" stroke-width="1.9224"/>
|
236
|
+
<circle cx="0.0" cy="66.5964656381487" r="1.9224" style="stroke-width: 1.9224; stroke: #72AE6E; fill: #72AE6E"/>
|
237
|
+
<circle cx="44.1818181818182" cy="75.224347826087" r="1.9224" style="stroke-width: 1.9224; stroke: #72AE6E; fill: #72AE6E"/>
|
238
|
+
<circle cx="88.3636363636364" cy="57.6989621318373" r="1.9224" style="stroke-width: 1.9224; stroke: #72AE6E; fill: #72AE6E"/>
|
239
|
+
<circle cx="132.545454545455" cy="37.477363253857" r="1.9224" style="stroke-width: 1.9224; stroke: #72AE6E; fill: #72AE6E"/>
|
240
|
+
<circle cx="176.727272727273" cy="42.8697896213184" r="1.9224" style="stroke-width: 1.9224; stroke: #72AE6E; fill: #72AE6E"/>
|
241
|
+
<circle cx="220.909090909091" cy="59.0470687237027" r="1.9224" style="stroke-width: 1.9224; stroke: #72AE6E; fill: #72AE6E"/>
|
242
|
+
<circle cx="265.090909090909" cy="80.6167741935484" r="1.9224" style="stroke-width: 1.9224; stroke: #72AE6E; fill: #72AE6E"/>
|
243
|
+
<circle cx="309.272727272727" cy="83.3129873772791" r="1.9224" style="stroke-width: 1.9224; stroke: #72AE6E; fill: #72AE6E"/>
|
244
|
+
<circle cx="353.454545454545" cy="64.4394950911641" r="1.9224" style="stroke-width: 1.9224; stroke: #72AE6E; fill: #72AE6E"/>
|
245
|
+
<circle cx="397.636363636364" cy="53.1153997194951" r="1.9224" style="stroke-width: 1.9224; stroke: #72AE6E; fill: #72AE6E"/>
|
246
|
+
<circle cx="441.818181818182" cy="83.5826086956522" r="1.9224" style="stroke-width: 1.9224; stroke: #72AE6E; fill: #72AE6E"/>
|
247
|
+
<circle cx="486.0" cy="72.7977559607293" r="1.9224" style="stroke-width: 1.9224; stroke: #72AE6E; fill: #72AE6E"/>
|
248
248
|
</g>
|
249
|
-
<g
|
249
|
+
<g id="component_graphs_graph_2" class="graph_layer">
|
250
250
|
<g class="shadow" transform="translate(0.4806, 0.4806)">
|
251
|
-
<polyline
|
252
|
-
<circle
|
253
|
-
<circle
|
254
|
-
<circle
|
255
|
-
<circle
|
256
|
-
<circle
|
257
|
-
<circle
|
258
|
-
<circle
|
259
|
-
<circle
|
260
|
-
<circle
|
261
|
-
<circle
|
262
|
-
<circle
|
263
|
-
<circle
|
251
|
+
<polyline points="0.0,80.6167741935484 44.1818181818182,83.3129873772791 88.3636363636364,64.4394950911641 132.545454545455,53.1153997194951 176.727272727273,83.5826086956522 220.909090909091,62.8217671809257 265.090909090909,53.1153997194951 309.272727272727,55.2723702664797 353.454545454545,55.8116129032258 397.636363636364,50.9584291725105 441.818181818182,67.4053295932679 486.0,45.5660028050491" fill="transparent" stroke="black" stroke-width="1.9224" style="fill-opacity: 0; stroke-opacity: 0.35"/>
|
252
|
+
<circle cx="0.0" cy="81.4818541935484" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
253
|
+
<circle cx="44.1818181818182" cy="84.1780673772791" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
254
|
+
<circle cx="88.3636363636364" cy="65.3045750911641" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
255
|
+
<circle cx="132.545454545455" cy="53.9804797194951" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
256
|
+
<circle cx="176.727272727273" cy="84.4476886956522" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
257
|
+
<circle cx="220.909090909091" cy="63.6868471809257" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
258
|
+
<circle cx="265.090909090909" cy="53.9804797194951" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
259
|
+
<circle cx="309.272727272727" cy="56.1374502664797" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
260
|
+
<circle cx="353.454545454545" cy="56.6766929032258" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
261
|
+
<circle cx="397.636363636364" cy="51.8235091725105" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
262
|
+
<circle cx="441.818181818182" cy="68.2704095932679" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
263
|
+
<circle cx="486.0" cy="46.4310828050491" r="1.9224" style="stroke-width: 1.9224; stroke: black; opacity: 0.35;"/>
|
264
264
|
</g>
|
265
|
-
<polyline
|
266
|
-
<circle
|
267
|
-
<circle
|
268
|
-
<circle
|
269
|
-
<circle
|
270
|
-
<circle
|
271
|
-
<circle
|
272
|
-
<circle
|
273
|
-
<circle
|
274
|
-
<circle
|
275
|
-
<circle
|
276
|
-
<circle
|
277
|
-
<circle
|
265
|
+
<polyline points="0.0,80.6167741935484 44.1818181818182,83.3129873772791 88.3636363636364,64.4394950911641 132.545454545455,53.1153997194951 176.727272727273,83.5826086956522 220.909090909091,62.8217671809257 265.090909090909,53.1153997194951 309.272727272727,55.2723702664797 353.454545454545,55.8116129032258 397.636363636364,50.9584291725105 441.818181818182,67.4053295932679 486.0,45.5660028050491" fill="none" stroke="#D1695E" stroke-width="1.9224"/>
|
266
|
+
<circle cx="0.0" cy="80.6167741935484" r="1.9224" style="stroke-width: 1.9224; stroke: #D1695E; fill: #D1695E"/>
|
267
|
+
<circle cx="44.1818181818182" cy="83.3129873772791" r="1.9224" style="stroke-width: 1.9224; stroke: #D1695E; fill: #D1695E"/>
|
268
|
+
<circle cx="88.3636363636364" cy="64.4394950911641" r="1.9224" style="stroke-width: 1.9224; stroke: #D1695E; fill: #D1695E"/>
|
269
|
+
<circle cx="132.545454545455" cy="53.1153997194951" r="1.9224" style="stroke-width: 1.9224; stroke: #D1695E; fill: #D1695E"/>
|
270
|
+
<circle cx="176.727272727273" cy="83.5826086956522" r="1.9224" style="stroke-width: 1.9224; stroke: #D1695E; fill: #D1695E"/>
|
271
|
+
<circle cx="220.909090909091" cy="62.8217671809257" r="1.9224" style="stroke-width: 1.9224; stroke: #D1695E; fill: #D1695E"/>
|
272
|
+
<circle cx="265.090909090909" cy="53.1153997194951" r="1.9224" style="stroke-width: 1.9224; stroke: #D1695E; fill: #D1695E"/>
|
273
|
+
<circle cx="309.272727272727" cy="55.2723702664797" r="1.9224" style="stroke-width: 1.9224; stroke: #D1695E; fill: #D1695E"/>
|
274
|
+
<circle cx="353.454545454545" cy="55.8116129032258" r="1.9224" style="stroke-width: 1.9224; stroke: #D1695E; fill: #D1695E"/>
|
275
|
+
<circle cx="397.636363636364" cy="50.9584291725105" r="1.9224" style="stroke-width: 1.9224; stroke: #D1695E; fill: #D1695E"/>
|
276
|
+
<circle cx="441.818181818182" cy="67.4053295932679" r="1.9224" style="stroke-width: 1.9224; stroke: #D1695E; fill: #D1695E"/>
|
277
|
+
<circle cx="486.0" cy="45.5660028050491" r="1.9224" style="stroke-width: 1.9224; stroke: #D1695E; fill: #D1695E"/>
|
278
278
|
</g>
|
279
279
|
</g>
|
280
280
|
</g>
|
281
281
|
</g>
|
282
|
-
<g transform="translate(30.0, 39.6)"
|
283
|
-
<rect
|
284
|
-
<text
|
285
|
-
<rect
|
286
|
-
<text
|
287
|
-
<rect
|
288
|
-
<text
|
289
|
-
<rect
|
290
|
-
<text
|
291
|
-
<rect
|
292
|
-
<text
|
282
|
+
<g id="legend" transform="translate(30.0, 39.6)">
|
283
|
+
<rect x="140.4" y="0" width="7.2" height="7.2" fill="#6886B4"/>
|
284
|
+
<text x="153.36" y="7.776" font-size="10.368" font-family="" style="color: white" fill="white">Jeff</text>
|
285
|
+
<rect x="190.8" y="0" width="7.2" height="7.2" fill="#FDD84E"/>
|
286
|
+
<text x="203.76" y="7.776" font-size="10.368" font-family="" style="color: white" fill="white">Jerry</text>
|
287
|
+
<rect x="248.4" y="0" width="7.2" height="7.2" fill="#8A6EAF"/>
|
288
|
+
<text x="261.36" y="7.776" font-size="10.368" font-family="" style="color: white" fill="white">Jack</text>
|
289
|
+
<rect x="298.8" y="0" width="7.2" height="7.2" fill="#72AE6E"/>
|
290
|
+
<text x="311.76" y="7.776" font-size="10.368" font-family="" style="color: white" fill="white">Brasten</text>
|
291
|
+
<rect x="370.8" y="0" width="7.2" height="7.2" fill="#D1695E"/>
|
292
|
+
<text x="383.76" y="7.776" font-size="10.368" font-family="" style="color: white" fill="white">Jim</text>
|
293
293
|
</g>
|
294
294
|
</g>
|
295
295
|
</svg>
|