ai-heatmap 1.14.2 → 1.14.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/init.mjs +3 -16
- package/package.json +1 -1
- package/public/heatmap.config.json +1 -6
- package/public/heatmap.svg +380 -380
package/bin/init.mjs
CHANGED
|
@@ -99,22 +99,9 @@ copyFileSync(
|
|
|
99
99
|
|
|
100
100
|
// Create public/ with config
|
|
101
101
|
mkdirSync(resolve(targetDir, "public"), { recursive: true });
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
theme: "",
|
|
105
|
-
blockSize: 16,
|
|
106
|
-
blockMargin: 4,
|
|
107
|
-
blockRadius: 3,
|
|
108
|
-
bg: "",
|
|
109
|
-
textColor: "",
|
|
110
|
-
start: "",
|
|
111
|
-
end: "",
|
|
112
|
-
stats: true,
|
|
113
|
-
weekday: true,
|
|
114
|
-
};
|
|
115
|
-
writeFileSync(
|
|
102
|
+
copyFileSync(
|
|
103
|
+
resolve(templateRoot, "public/heatmap.config.json"),
|
|
116
104
|
resolve(targetDir, "public/heatmap.config.json"),
|
|
117
|
-
JSON.stringify(defaultConfig, null, 2),
|
|
118
105
|
);
|
|
119
106
|
|
|
120
107
|
// README.md
|
|
@@ -147,7 +134,7 @@ readmeLines.push(
|
|
|
147
134
|
"",
|
|
148
135
|
"## Dynamic SVG (by Vercel)",
|
|
149
136
|
"",
|
|
150
|
-
``,
|
|
137
|
+
``,
|
|
151
138
|
"",
|
|
152
139
|
"```bash",
|
|
153
140
|
"npx --yes ai-heatmap@latest deploy",
|
package/package.json
CHANGED
package/public/heatmap.svg
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="1132" height="466" viewBox="0 0 1132 466">
|
|
2
|
-
<rect width="100%" height="100%" fill="
|
|
3
|
-
<style>text{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;fill:#
|
|
2
|
+
<rect width="100%" height="100%" fill="#0d1117" rx="6"/>
|
|
3
|
+
<style>text{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;fill:#c9d1d9}.month{font-size:10px}.day{font-size:10px}.legend-label{font-size:10px;fill:#8b949e}.total{font-size:11px;font-weight:600}.stat{font-size:11px;fill:#8b949e}.stat-val{font-size:11px;font-weight:600;fill:#c9d1d9}.bar-label{font-size:11px;fill:#8b949e}.bar-val{font-size:10px;fill:#8b949e}.section-title{font-size:12px;font-weight:600}</style>
|
|
4
4
|
<text x="52" y="30" class="month">Feb</text>
|
|
5
5
|
<text x="92" y="30" class="month">Mar</text>
|
|
6
6
|
<text x="192" y="30" class="month">Apr</text>
|
|
@@ -17,381 +17,381 @@
|
|
|
17
17
|
<text x="16" y="74" class="day">Mon</text>
|
|
18
18
|
<text x="16" y="114" class="day">Wed</text>
|
|
19
19
|
<text x="16" y="154" class="day">Fri</text>
|
|
20
|
-
<rect x="52" y="100" width="16" height="16" rx="3" fill="#
|
|
21
|
-
<rect x="52" y="120" width="16" height="16" rx="3" fill="#
|
|
22
|
-
<rect x="52" y="140" width="16" height="16" rx="3" fill="#
|
|
23
|
-
<rect x="52" y="160" width="16" height="16" rx="3" fill="#
|
|
24
|
-
<rect x="72" y="40" width="16" height="16" rx="3" fill="#
|
|
25
|
-
<rect x="72" y="60" width="16" height="16" rx="3" fill="#
|
|
26
|
-
<rect x="72" y="80" width="16" height="16" rx="3" fill="#
|
|
27
|
-
<rect x="72" y="100" width="16" height="16" rx="3" fill="#
|
|
28
|
-
<rect x="72" y="120" width="16" height="16" rx="3" fill="#
|
|
29
|
-
<rect x="72" y="140" width="16" height="16" rx="3" fill="#
|
|
30
|
-
<rect x="72" y="160" width="16" height="16" rx="3" fill="#
|
|
31
|
-
<rect x="92" y="40" width="16" height="16" rx="3" fill="#
|
|
32
|
-
<rect x="92" y="60" width="16" height="16" rx="3" fill="#
|
|
33
|
-
<rect x="92" y="80" width="16" height="16" rx="3" fill="#
|
|
34
|
-
<rect x="92" y="100" width="16" height="16" rx="3" fill="#
|
|
35
|
-
<rect x="92" y="120" width="16" height="16" rx="3" fill="#
|
|
36
|
-
<rect x="92" y="140" width="16" height="16" rx="3" fill="#
|
|
37
|
-
<rect x="92" y="160" width="16" height="16" rx="3" fill="#
|
|
38
|
-
<rect x="112" y="40" width="16" height="16" rx="3" fill="#
|
|
39
|
-
<rect x="112" y="60" width="16" height="16" rx="3" fill="#
|
|
40
|
-
<rect x="112" y="80" width="16" height="16" rx="3" fill="#
|
|
41
|
-
<rect x="112" y="100" width="16" height="16" rx="3" fill="#
|
|
42
|
-
<rect x="112" y="120" width="16" height="16" rx="3" fill="#
|
|
43
|
-
<rect x="112" y="140" width="16" height="16" rx="3" fill="#
|
|
44
|
-
<rect x="112" y="160" width="16" height="16" rx="3" fill="#
|
|
45
|
-
<rect x="132" y="40" width="16" height="16" rx="3" fill="#
|
|
46
|
-
<rect x="132" y="60" width="16" height="16" rx="3" fill="#
|
|
47
|
-
<rect x="132" y="80" width="16" height="16" rx="3" fill="#
|
|
48
|
-
<rect x="132" y="100" width="16" height="16" rx="3" fill="#
|
|
49
|
-
<rect x="132" y="120" width="16" height="16" rx="3" fill="#
|
|
50
|
-
<rect x="132" y="140" width="16" height="16" rx="3" fill="#
|
|
51
|
-
<rect x="132" y="160" width="16" height="16" rx="3" fill="#
|
|
52
|
-
<rect x="152" y="40" width="16" height="16" rx="3" fill="#
|
|
53
|
-
<rect x="152" y="60" width="16" height="16" rx="3" fill="#
|
|
54
|
-
<rect x="152" y="80" width="16" height="16" rx="3" fill="#
|
|
55
|
-
<rect x="152" y="100" width="16" height="16" rx="3" fill="#
|
|
56
|
-
<rect x="152" y="120" width="16" height="16" rx="3" fill="#
|
|
57
|
-
<rect x="152" y="140" width="16" height="16" rx="3" fill="#
|
|
58
|
-
<rect x="152" y="160" width="16" height="16" rx="3" fill="#
|
|
59
|
-
<rect x="172" y="40" width="16" height="16" rx="3" fill="#
|
|
60
|
-
<rect x="172" y="60" width="16" height="16" rx="3" fill="#
|
|
61
|
-
<rect x="172" y="80" width="16" height="16" rx="3" fill="#
|
|
62
|
-
<rect x="172" y="100" width="16" height="16" rx="3" fill="#
|
|
63
|
-
<rect x="172" y="120" width="16" height="16" rx="3" fill="#
|
|
64
|
-
<rect x="172" y="140" width="16" height="16" rx="3" fill="#
|
|
65
|
-
<rect x="172" y="160" width="16" height="16" rx="3" fill="#
|
|
66
|
-
<rect x="192" y="40" width="16" height="16" rx="3" fill="#
|
|
67
|
-
<rect x="192" y="60" width="16" height="16" rx="3" fill="#
|
|
68
|
-
<rect x="192" y="80" width="16" height="16" rx="3" fill="#
|
|
69
|
-
<rect x="192" y="100" width="16" height="16" rx="3" fill="#
|
|
70
|
-
<rect x="192" y="120" width="16" height="16" rx="3" fill="#
|
|
71
|
-
<rect x="192" y="140" width="16" height="16" rx="3" fill="#
|
|
72
|
-
<rect x="192" y="160" width="16" height="16" rx="3" fill="#
|
|
73
|
-
<rect x="212" y="40" width="16" height="16" rx="3" fill="#
|
|
74
|
-
<rect x="212" y="60" width="16" height="16" rx="3" fill="#
|
|
75
|
-
<rect x="212" y="80" width="16" height="16" rx="3" fill="#
|
|
76
|
-
<rect x="212" y="100" width="16" height="16" rx="3" fill="#
|
|
77
|
-
<rect x="212" y="120" width="16" height="16" rx="3" fill="#
|
|
78
|
-
<rect x="212" y="140" width="16" height="16" rx="3" fill="#
|
|
79
|
-
<rect x="212" y="160" width="16" height="16" rx="3" fill="#
|
|
80
|
-
<rect x="232" y="40" width="16" height="16" rx="3" fill="#
|
|
81
|
-
<rect x="232" y="60" width="16" height="16" rx="3" fill="#
|
|
82
|
-
<rect x="232" y="80" width="16" height="16" rx="3" fill="#
|
|
83
|
-
<rect x="232" y="100" width="16" height="16" rx="3" fill="#
|
|
84
|
-
<rect x="232" y="120" width="16" height="16" rx="3" fill="#
|
|
85
|
-
<rect x="232" y="140" width="16" height="16" rx="3" fill="#
|
|
86
|
-
<rect x="232" y="160" width="16" height="16" rx="3" fill="#
|
|
87
|
-
<rect x="252" y="40" width="16" height="16" rx="3" fill="#
|
|
88
|
-
<rect x="252" y="60" width="16" height="16" rx="3" fill="#
|
|
89
|
-
<rect x="252" y="80" width="16" height="16" rx="3" fill="#
|
|
90
|
-
<rect x="252" y="100" width="16" height="16" rx="3" fill="#
|
|
91
|
-
<rect x="252" y="120" width="16" height="16" rx="3" fill="#
|
|
92
|
-
<rect x="252" y="140" width="16" height="16" rx="3" fill="#
|
|
93
|
-
<rect x="252" y="160" width="16" height="16" rx="3" fill="#
|
|
94
|
-
<rect x="272" y="40" width="16" height="16" rx="3" fill="#
|
|
95
|
-
<rect x="272" y="60" width="16" height="16" rx="3" fill="#
|
|
96
|
-
<rect x="272" y="80" width="16" height="16" rx="3" fill="#
|
|
97
|
-
<rect x="272" y="100" width="16" height="16" rx="3" fill="#
|
|
98
|
-
<rect x="272" y="120" width="16" height="16" rx="3" fill="#
|
|
99
|
-
<rect x="272" y="140" width="16" height="16" rx="3" fill="#
|
|
100
|
-
<rect x="272" y="160" width="16" height="16" rx="3" fill="#
|
|
101
|
-
<rect x="292" y="40" width="16" height="16" rx="3" fill="#
|
|
102
|
-
<rect x="292" y="60" width="16" height="16" rx="3" fill="#
|
|
103
|
-
<rect x="292" y="80" width="16" height="16" rx="3" fill="#
|
|
104
|
-
<rect x="292" y="100" width="16" height="16" rx="3" fill="#
|
|
105
|
-
<rect x="292" y="120" width="16" height="16" rx="3" fill="#
|
|
106
|
-
<rect x="292" y="140" width="16" height="16" rx="3" fill="#
|
|
107
|
-
<rect x="292" y="160" width="16" height="16" rx="3" fill="#
|
|
108
|
-
<rect x="312" y="40" width="16" height="16" rx="3" fill="#
|
|
109
|
-
<rect x="312" y="60" width="16" height="16" rx="3" fill="#
|
|
110
|
-
<rect x="312" y="80" width="16" height="16" rx="3" fill="#
|
|
111
|
-
<rect x="312" y="100" width="16" height="16" rx="3" fill="#
|
|
112
|
-
<rect x="312" y="120" width="16" height="16" rx="3" fill="#
|
|
113
|
-
<rect x="312" y="140" width="16" height="16" rx="3" fill="#
|
|
114
|
-
<rect x="312" y="160" width="16" height="16" rx="3" fill="#
|
|
115
|
-
<rect x="332" y="40" width="16" height="16" rx="3" fill="#
|
|
116
|
-
<rect x="332" y="60" width="16" height="16" rx="3" fill="#
|
|
117
|
-
<rect x="332" y="80" width="16" height="16" rx="3" fill="#
|
|
118
|
-
<rect x="332" y="100" width="16" height="16" rx="3" fill="#
|
|
119
|
-
<rect x="332" y="120" width="16" height="16" rx="3" fill="#
|
|
120
|
-
<rect x="332" y="140" width="16" height="16" rx="3" fill="#
|
|
121
|
-
<rect x="332" y="160" width="16" height="16" rx="3" fill="#
|
|
122
|
-
<rect x="352" y="40" width="16" height="16" rx="3" fill="#
|
|
123
|
-
<rect x="352" y="60" width="16" height="16" rx="3" fill="#
|
|
124
|
-
<rect x="352" y="80" width="16" height="16" rx="3" fill="#
|
|
125
|
-
<rect x="352" y="100" width="16" height="16" rx="3" fill="#
|
|
126
|
-
<rect x="352" y="120" width="16" height="16" rx="3" fill="#
|
|
127
|
-
<rect x="352" y="140" width="16" height="16" rx="3" fill="#
|
|
128
|
-
<rect x="352" y="160" width="16" height="16" rx="3" fill="#
|
|
129
|
-
<rect x="372" y="40" width="16" height="16" rx="3" fill="#
|
|
130
|
-
<rect x="372" y="60" width="16" height="16" rx="3" fill="#
|
|
131
|
-
<rect x="372" y="80" width="16" height="16" rx="3" fill="#
|
|
132
|
-
<rect x="372" y="100" width="16" height="16" rx="3" fill="#
|
|
133
|
-
<rect x="372" y="120" width="16" height="16" rx="3" fill="#
|
|
134
|
-
<rect x="372" y="140" width="16" height="16" rx="3" fill="#
|
|
135
|
-
<rect x="372" y="160" width="16" height="16" rx="3" fill="#
|
|
136
|
-
<rect x="392" y="40" width="16" height="16" rx="3" fill="#
|
|
137
|
-
<rect x="392" y="60" width="16" height="16" rx="3" fill="#
|
|
138
|
-
<rect x="392" y="80" width="16" height="16" rx="3" fill="#
|
|
139
|
-
<rect x="392" y="100" width="16" height="16" rx="3" fill="#
|
|
140
|
-
<rect x="392" y="120" width="16" height="16" rx="3" fill="#
|
|
141
|
-
<rect x="392" y="140" width="16" height="16" rx="3" fill="#
|
|
142
|
-
<rect x="392" y="160" width="16" height="16" rx="3" fill="#
|
|
143
|
-
<rect x="412" y="40" width="16" height="16" rx="3" fill="#
|
|
144
|
-
<rect x="412" y="60" width="16" height="16" rx="3" fill="#
|
|
145
|
-
<rect x="412" y="80" width="16" height="16" rx="3" fill="#
|
|
146
|
-
<rect x="412" y="100" width="16" height="16" rx="3" fill="#
|
|
147
|
-
<rect x="412" y="120" width="16" height="16" rx="3" fill="#
|
|
148
|
-
<rect x="412" y="140" width="16" height="16" rx="3" fill="#
|
|
149
|
-
<rect x="412" y="160" width="16" height="16" rx="3" fill="#
|
|
150
|
-
<rect x="432" y="40" width="16" height="16" rx="3" fill="#
|
|
151
|
-
<rect x="432" y="60" width="16" height="16" rx="3" fill="#
|
|
152
|
-
<rect x="432" y="80" width="16" height="16" rx="3" fill="#
|
|
153
|
-
<rect x="432" y="100" width="16" height="16" rx="3" fill="#
|
|
154
|
-
<rect x="432" y="120" width="16" height="16" rx="3" fill="#
|
|
155
|
-
<rect x="432" y="140" width="16" height="16" rx="3" fill="#
|
|
156
|
-
<rect x="432" y="160" width="16" height="16" rx="3" fill="#
|
|
157
|
-
<rect x="452" y="40" width="16" height="16" rx="3" fill="#
|
|
158
|
-
<rect x="452" y="60" width="16" height="16" rx="3" fill="#
|
|
159
|
-
<rect x="452" y="80" width="16" height="16" rx="3" fill="#
|
|
160
|
-
<rect x="452" y="100" width="16" height="16" rx="3" fill="#
|
|
161
|
-
<rect x="452" y="120" width="16" height="16" rx="3" fill="#
|
|
162
|
-
<rect x="452" y="140" width="16" height="16" rx="3" fill="#
|
|
163
|
-
<rect x="452" y="160" width="16" height="16" rx="3" fill="#
|
|
164
|
-
<rect x="472" y="40" width="16" height="16" rx="3" fill="#
|
|
165
|
-
<rect x="472" y="60" width="16" height="16" rx="3" fill="#
|
|
166
|
-
<rect x="472" y="80" width="16" height="16" rx="3" fill="#
|
|
167
|
-
<rect x="472" y="100" width="16" height="16" rx="3" fill="#
|
|
168
|
-
<rect x="472" y="120" width="16" height="16" rx="3" fill="#
|
|
169
|
-
<rect x="472" y="140" width="16" height="16" rx="3" fill="#
|
|
170
|
-
<rect x="472" y="160" width="16" height="16" rx="3" fill="#
|
|
171
|
-
<rect x="492" y="40" width="16" height="16" rx="3" fill="#
|
|
172
|
-
<rect x="492" y="60" width="16" height="16" rx="3" fill="#
|
|
173
|
-
<rect x="492" y="80" width="16" height="16" rx="3" fill="#
|
|
174
|
-
<rect x="492" y="100" width="16" height="16" rx="3" fill="#
|
|
175
|
-
<rect x="492" y="120" width="16" height="16" rx="3" fill="#
|
|
176
|
-
<rect x="492" y="140" width="16" height="16" rx="3" fill="#
|
|
177
|
-
<rect x="492" y="160" width="16" height="16" rx="3" fill="#
|
|
178
|
-
<rect x="512" y="40" width="16" height="16" rx="3" fill="#
|
|
179
|
-
<rect x="512" y="60" width="16" height="16" rx="3" fill="#
|
|
180
|
-
<rect x="512" y="80" width="16" height="16" rx="3" fill="#
|
|
181
|
-
<rect x="512" y="100" width="16" height="16" rx="3" fill="#
|
|
182
|
-
<rect x="512" y="120" width="16" height="16" rx="3" fill="#
|
|
183
|
-
<rect x="512" y="140" width="16" height="16" rx="3" fill="#
|
|
184
|
-
<rect x="512" y="160" width="16" height="16" rx="3" fill="#
|
|
185
|
-
<rect x="532" y="40" width="16" height="16" rx="3" fill="#
|
|
186
|
-
<rect x="532" y="60" width="16" height="16" rx="3" fill="#
|
|
187
|
-
<rect x="532" y="80" width="16" height="16" rx="3" fill="#
|
|
188
|
-
<rect x="532" y="100" width="16" height="16" rx="3" fill="#
|
|
189
|
-
<rect x="532" y="120" width="16" height="16" rx="3" fill="#
|
|
190
|
-
<rect x="532" y="140" width="16" height="16" rx="3" fill="#
|
|
191
|
-
<rect x="532" y="160" width="16" height="16" rx="3" fill="#
|
|
192
|
-
<rect x="552" y="40" width="16" height="16" rx="3" fill="#
|
|
193
|
-
<rect x="552" y="60" width="16" height="16" rx="3" fill="#
|
|
194
|
-
<rect x="552" y="80" width="16" height="16" rx="3" fill="#
|
|
195
|
-
<rect x="552" y="100" width="16" height="16" rx="3" fill="#
|
|
196
|
-
<rect x="552" y="120" width="16" height="16" rx="3" fill="#
|
|
197
|
-
<rect x="552" y="140" width="16" height="16" rx="3" fill="#
|
|
198
|
-
<rect x="552" y="160" width="16" height="16" rx="3" fill="#
|
|
199
|
-
<rect x="572" y="40" width="16" height="16" rx="3" fill="#
|
|
200
|
-
<rect x="572" y="60" width="16" height="16" rx="3" fill="#
|
|
201
|
-
<rect x="572" y="80" width="16" height="16" rx="3" fill="#
|
|
202
|
-
<rect x="572" y="100" width="16" height="16" rx="3" fill="#
|
|
203
|
-
<rect x="572" y="120" width="16" height="16" rx="3" fill="#
|
|
204
|
-
<rect x="572" y="140" width="16" height="16" rx="3" fill="#
|
|
205
|
-
<rect x="572" y="160" width="16" height="16" rx="3" fill="#
|
|
206
|
-
<rect x="592" y="40" width="16" height="16" rx="3" fill="#
|
|
207
|
-
<rect x="592" y="60" width="16" height="16" rx="3" fill="#
|
|
208
|
-
<rect x="592" y="80" width="16" height="16" rx="3" fill="#
|
|
209
|
-
<rect x="592" y="100" width="16" height="16" rx="3" fill="#
|
|
210
|
-
<rect x="592" y="120" width="16" height="16" rx="3" fill="#
|
|
211
|
-
<rect x="592" y="140" width="16" height="16" rx="3" fill="#
|
|
212
|
-
<rect x="592" y="160" width="16" height="16" rx="3" fill="#
|
|
213
|
-
<rect x="612" y="40" width="16" height="16" rx="3" fill="#
|
|
214
|
-
<rect x="612" y="60" width="16" height="16" rx="3" fill="#
|
|
215
|
-
<rect x="612" y="80" width="16" height="16" rx="3" fill="#
|
|
216
|
-
<rect x="612" y="100" width="16" height="16" rx="3" fill="#
|
|
217
|
-
<rect x="612" y="120" width="16" height="16" rx="3" fill="#
|
|
218
|
-
<rect x="612" y="140" width="16" height="16" rx="3" fill="#
|
|
219
|
-
<rect x="612" y="160" width="16" height="16" rx="3" fill="#
|
|
220
|
-
<rect x="632" y="40" width="16" height="16" rx="3" fill="#
|
|
221
|
-
<rect x="632" y="60" width="16" height="16" rx="3" fill="#
|
|
222
|
-
<rect x="632" y="80" width="16" height="16" rx="3" fill="#
|
|
223
|
-
<rect x="632" y="100" width="16" height="16" rx="3" fill="#
|
|
224
|
-
<rect x="632" y="120" width="16" height="16" rx="3" fill="#
|
|
225
|
-
<rect x="632" y="140" width="16" height="16" rx="3" fill="#
|
|
226
|
-
<rect x="632" y="160" width="16" height="16" rx="3" fill="#
|
|
227
|
-
<rect x="652" y="40" width="16" height="16" rx="3" fill="#
|
|
228
|
-
<rect x="652" y="60" width="16" height="16" rx="3" fill="#
|
|
229
|
-
<rect x="652" y="80" width="16" height="16" rx="3" fill="#
|
|
230
|
-
<rect x="652" y="100" width="16" height="16" rx="3" fill="#
|
|
231
|
-
<rect x="652" y="120" width="16" height="16" rx="3" fill="#
|
|
232
|
-
<rect x="652" y="140" width="16" height="16" rx="3" fill="#
|
|
233
|
-
<rect x="652" y="160" width="16" height="16" rx="3" fill="#
|
|
234
|
-
<rect x="672" y="40" width="16" height="16" rx="3" fill="#
|
|
235
|
-
<rect x="672" y="60" width="16" height="16" rx="3" fill="#
|
|
236
|
-
<rect x="672" y="80" width="16" height="16" rx="3" fill="#
|
|
237
|
-
<rect x="672" y="100" width="16" height="16" rx="3" fill="#
|
|
238
|
-
<rect x="672" y="120" width="16" height="16" rx="3" fill="#
|
|
239
|
-
<rect x="672" y="140" width="16" height="16" rx="3" fill="#
|
|
240
|
-
<rect x="672" y="160" width="16" height="16" rx="3" fill="#
|
|
241
|
-
<rect x="692" y="40" width="16" height="16" rx="3" fill="#
|
|
242
|
-
<rect x="692" y="60" width="16" height="16" rx="3" fill="#
|
|
243
|
-
<rect x="692" y="80" width="16" height="16" rx="3" fill="#
|
|
244
|
-
<rect x="692" y="100" width="16" height="16" rx="3" fill="#
|
|
245
|
-
<rect x="692" y="120" width="16" height="16" rx="3" fill="#
|
|
246
|
-
<rect x="692" y="140" width="16" height="16" rx="3" fill="#
|
|
247
|
-
<rect x="692" y="160" width="16" height="16" rx="3" fill="#
|
|
248
|
-
<rect x="712" y="40" width="16" height="16" rx="3" fill="#
|
|
249
|
-
<rect x="712" y="60" width="16" height="16" rx="3" fill="#
|
|
250
|
-
<rect x="712" y="80" width="16" height="16" rx="3" fill="#
|
|
251
|
-
<rect x="712" y="100" width="16" height="16" rx="3" fill="#
|
|
252
|
-
<rect x="712" y="120" width="16" height="16" rx="3" fill="#
|
|
253
|
-
<rect x="712" y="140" width="16" height="16" rx="3" fill="#
|
|
254
|
-
<rect x="712" y="160" width="16" height="16" rx="3" fill="#
|
|
255
|
-
<rect x="732" y="40" width="16" height="16" rx="3" fill="#
|
|
256
|
-
<rect x="732" y="60" width="16" height="16" rx="3" fill="#
|
|
257
|
-
<rect x="732" y="80" width="16" height="16" rx="3" fill="#
|
|
258
|
-
<rect x="732" y="100" width="16" height="16" rx="3" fill="#
|
|
259
|
-
<rect x="732" y="120" width="16" height="16" rx="3" fill="#
|
|
260
|
-
<rect x="732" y="140" width="16" height="16" rx="3" fill="#
|
|
261
|
-
<rect x="732" y="160" width="16" height="16" rx="3" fill="#
|
|
262
|
-
<rect x="752" y="40" width="16" height="16" rx="3" fill="#
|
|
263
|
-
<rect x="752" y="60" width="16" height="16" rx="3" fill="#
|
|
264
|
-
<rect x="752" y="80" width="16" height="16" rx="3" fill="#
|
|
265
|
-
<rect x="752" y="100" width="16" height="16" rx="3" fill="#
|
|
266
|
-
<rect x="752" y="120" width="16" height="16" rx="3" fill="#
|
|
267
|
-
<rect x="752" y="140" width="16" height="16" rx="3" fill="#
|
|
268
|
-
<rect x="752" y="160" width="16" height="16" rx="3" fill="#
|
|
269
|
-
<rect x="772" y="40" width="16" height="16" rx="3" fill="#
|
|
270
|
-
<rect x="772" y="60" width="16" height="16" rx="3" fill="#
|
|
271
|
-
<rect x="772" y="80" width="16" height="16" rx="3" fill="#
|
|
272
|
-
<rect x="772" y="100" width="16" height="16" rx="3" fill="#
|
|
273
|
-
<rect x="772" y="120" width="16" height="16" rx="3" fill="#
|
|
274
|
-
<rect x="772" y="140" width="16" height="16" rx="3" fill="#
|
|
275
|
-
<rect x="772" y="160" width="16" height="16" rx="3" fill="#
|
|
276
|
-
<rect x="792" y="40" width="16" height="16" rx="3" fill="#
|
|
277
|
-
<rect x="792" y="60" width="16" height="16" rx="3" fill="#
|
|
278
|
-
<rect x="792" y="80" width="16" height="16" rx="3" fill="#
|
|
279
|
-
<rect x="792" y="100" width="16" height="16" rx="3" fill="#
|
|
280
|
-
<rect x="792" y="120" width="16" height="16" rx="3" fill="#
|
|
281
|
-
<rect x="792" y="140" width="16" height="16" rx="3" fill="#
|
|
282
|
-
<rect x="792" y="160" width="16" height="16" rx="3" fill="#
|
|
283
|
-
<rect x="812" y="40" width="16" height="16" rx="3" fill="#
|
|
284
|
-
<rect x="812" y="60" width="16" height="16" rx="3" fill="#
|
|
285
|
-
<rect x="812" y="80" width="16" height="16" rx="3" fill="#
|
|
286
|
-
<rect x="812" y="100" width="16" height="16" rx="3" fill="#
|
|
287
|
-
<rect x="812" y="120" width="16" height="16" rx="3" fill="#
|
|
288
|
-
<rect x="812" y="140" width="16" height="16" rx="3" fill="#
|
|
289
|
-
<rect x="812" y="160" width="16" height="16" rx="3" fill="#
|
|
290
|
-
<rect x="832" y="40" width="16" height="16" rx="3" fill="#
|
|
291
|
-
<rect x="832" y="60" width="16" height="16" rx="3" fill="#
|
|
292
|
-
<rect x="832" y="80" width="16" height="16" rx="3" fill="#
|
|
293
|
-
<rect x="832" y="100" width="16" height="16" rx="3" fill="#
|
|
294
|
-
<rect x="832" y="120" width="16" height="16" rx="3" fill="#
|
|
295
|
-
<rect x="832" y="140" width="16" height="16" rx="3" fill="#
|
|
296
|
-
<rect x="832" y="160" width="16" height="16" rx="3" fill="#
|
|
297
|
-
<rect x="852" y="40" width="16" height="16" rx="3" fill="#
|
|
298
|
-
<rect x="852" y="60" width="16" height="16" rx="3" fill="#
|
|
299
|
-
<rect x="852" y="80" width="16" height="16" rx="3" fill="#
|
|
300
|
-
<rect x="852" y="100" width="16" height="16" rx="3" fill="#
|
|
301
|
-
<rect x="852" y="120" width="16" height="16" rx="3" fill="#
|
|
302
|
-
<rect x="852" y="140" width="16" height="16" rx="3" fill="#
|
|
303
|
-
<rect x="852" y="160" width="16" height="16" rx="3" fill="#
|
|
304
|
-
<rect x="872" y="40" width="16" height="16" rx="3" fill="#
|
|
305
|
-
<rect x="872" y="60" width="16" height="16" rx="3" fill="#
|
|
306
|
-
<rect x="872" y="80" width="16" height="16" rx="3" fill="#
|
|
307
|
-
<rect x="872" y="100" width="16" height="16" rx="3" fill="#
|
|
308
|
-
<rect x="872" y="120" width="16" height="16" rx="3" fill="#
|
|
309
|
-
<rect x="872" y="140" width="16" height="16" rx="3" fill="#
|
|
310
|
-
<rect x="872" y="160" width="16" height="16" rx="3" fill="#
|
|
311
|
-
<rect x="892" y="40" width="16" height="16" rx="3" fill="#
|
|
312
|
-
<rect x="892" y="60" width="16" height="16" rx="3" fill="#
|
|
313
|
-
<rect x="892" y="80" width="16" height="16" rx="3" fill="#
|
|
314
|
-
<rect x="892" y="100" width="16" height="16" rx="3" fill="#
|
|
315
|
-
<rect x="892" y="120" width="16" height="16" rx="3" fill="#
|
|
316
|
-
<rect x="892" y="140" width="16" height="16" rx="3" fill="#
|
|
317
|
-
<rect x="892" y="160" width="16" height="16" rx="3" fill="#
|
|
318
|
-
<rect x="912" y="40" width="16" height="16" rx="3" fill="#
|
|
319
|
-
<rect x="912" y="60" width="16" height="16" rx="3" fill="#
|
|
320
|
-
<rect x="912" y="80" width="16" height="16" rx="3" fill="#
|
|
321
|
-
<rect x="912" y="100" width="16" height="16" rx="3" fill="#
|
|
322
|
-
<rect x="912" y="120" width="16" height="16" rx="3" fill="#
|
|
323
|
-
<rect x="912" y="140" width="16" height="16" rx="3" fill="#
|
|
324
|
-
<rect x="912" y="160" width="16" height="16" rx="3" fill="#
|
|
325
|
-
<rect x="932" y="40" width="16" height="16" rx="3" fill="#
|
|
326
|
-
<rect x="932" y="60" width="16" height="16" rx="3" fill="#
|
|
327
|
-
<rect x="932" y="80" width="16" height="16" rx="3" fill="#
|
|
328
|
-
<rect x="932" y="100" width="16" height="16" rx="3" fill="#
|
|
329
|
-
<rect x="932" y="120" width="16" height="16" rx="3" fill="#
|
|
330
|
-
<rect x="932" y="140" width="16" height="16" rx="3" fill="#
|
|
331
|
-
<rect x="932" y="160" width="16" height="16" rx="3" fill="#
|
|
332
|
-
<rect x="952" y="40" width="16" height="16" rx="3" fill="#
|
|
333
|
-
<rect x="952" y="60" width="16" height="16" rx="3" fill="#
|
|
334
|
-
<rect x="952" y="80" width="16" height="16" rx="3" fill="#
|
|
335
|
-
<rect x="952" y="100" width="16" height="16" rx="3" fill="#
|
|
336
|
-
<rect x="952" y="120" width="16" height="16" rx="3" fill="#
|
|
337
|
-
<rect x="952" y="140" width="16" height="16" rx="3" fill="#
|
|
338
|
-
<rect x="952" y="160" width="16" height="16" rx="3" fill="#
|
|
339
|
-
<rect x="972" y="40" width="16" height="16" rx="3" fill="#
|
|
340
|
-
<rect x="972" y="60" width="16" height="16" rx="3" fill="#
|
|
341
|
-
<rect x="972" y="80" width="16" height="16" rx="3" fill="#
|
|
342
|
-
<rect x="972" y="100" width="16" height="16" rx="3" fill="#
|
|
343
|
-
<rect x="972" y="120" width="16" height="16" rx="3" fill="#
|
|
344
|
-
<rect x="972" y="140" width="16" height="16" rx="3" fill="#
|
|
345
|
-
<rect x="972" y="160" width="16" height="16" rx="3" fill="#
|
|
346
|
-
<rect x="992" y="40" width="16" height="16" rx="3" fill="#
|
|
347
|
-
<rect x="992" y="60" width="16" height="16" rx="3" fill="#
|
|
348
|
-
<rect x="992" y="80" width="16" height="16" rx="3" fill="#
|
|
349
|
-
<rect x="992" y="100" width="16" height="16" rx="3" fill="#
|
|
350
|
-
<rect x="992" y="120" width="16" height="16" rx="3" fill="#
|
|
351
|
-
<rect x="992" y="140" width="16" height="16" rx="3" fill="#
|
|
352
|
-
<rect x="992" y="160" width="16" height="16" rx="3" fill="#
|
|
353
|
-
<rect x="1012" y="40" width="16" height="16" rx="3" fill="#
|
|
354
|
-
<rect x="1012" y="60" width="16" height="16" rx="3" fill="#
|
|
355
|
-
<rect x="1012" y="80" width="16" height="16" rx="3" fill="#
|
|
356
|
-
<rect x="1012" y="100" width="16" height="16" rx="3" fill="#
|
|
357
|
-
<rect x="1012" y="120" width="16" height="16" rx="3" fill="#
|
|
358
|
-
<rect x="1012" y="140" width="16" height="16" rx="3" fill="#
|
|
359
|
-
<rect x="1012" y="160" width="16" height="16" rx="3" fill="#
|
|
360
|
-
<rect x="1032" y="40" width="16" height="16" rx="3" fill="#
|
|
361
|
-
<rect x="1032" y="60" width="16" height="16" rx="3" fill="#
|
|
362
|
-
<rect x="1032" y="80" width="16" height="16" rx="3" fill="#
|
|
363
|
-
<rect x="1032" y="100" width="16" height="16" rx="3" fill="#
|
|
364
|
-
<rect x="1032" y="120" width="16" height="16" rx="3" fill="#
|
|
365
|
-
<rect x="1032" y="140" width="16" height="16" rx="3" fill="#
|
|
366
|
-
<rect x="1032" y="160" width="16" height="16" rx="3" fill="#
|
|
367
|
-
<rect x="1052" y="40" width="16" height="16" rx="3" fill="#
|
|
368
|
-
<rect x="1052" y="60" width="16" height="16" rx="3" fill="#
|
|
369
|
-
<rect x="1052" y="80" width="16" height="16" rx="3" fill="#
|
|
370
|
-
<rect x="1052" y="100" width="16" height="16" rx="3" fill="#
|
|
371
|
-
<rect x="1052" y="120" width="16" height="16" rx="3" fill="#
|
|
372
|
-
<rect x="1052" y="140" width="16" height="16" rx="3" fill="#
|
|
373
|
-
<rect x="1052" y="160" width="16" height="16" rx="3" fill="#
|
|
374
|
-
<rect x="1072" y="40" width="16" height="16" rx="3" fill="#
|
|
375
|
-
<rect x="1072" y="60" width="16" height="16" rx="3" fill="#
|
|
376
|
-
<rect x="1072" y="80" width="16" height="16" rx="3" fill="#
|
|
377
|
-
<rect x="1072" y="100" width="16" height="16" rx="3" fill="#
|
|
378
|
-
<rect x="1072" y="120" width="16" height="16" rx="3" fill="#
|
|
379
|
-
<rect x="1072" y="140" width="16" height="16" rx="3" fill="#
|
|
380
|
-
<rect x="1072" y="160" width="16" height="16" rx="3" fill="#
|
|
381
|
-
<rect x="1092" y="40" width="16" height="16" rx="3" fill="#
|
|
382
|
-
<rect x="1092" y="60" width="16" height="16" rx="3" fill="#
|
|
383
|
-
<rect x="1092" y="80" width="16" height="16" rx="3" fill="#
|
|
384
|
-
<rect x="1092" y="100" width="16" height="16" rx="3" fill="#
|
|
20
|
+
<rect x="52" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-02-19 (Wed) No data</title></rect>
|
|
21
|
+
<rect x="52" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2025-02-20 (Thu) No data</title></rect>
|
|
22
|
+
<rect x="52" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2025-02-21 (Fri) No data</title></rect>
|
|
23
|
+
<rect x="52" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2025-02-22 (Sat) No data</title></rect>
|
|
24
|
+
<rect x="72" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2025-02-23 (Sun) No data</title></rect>
|
|
25
|
+
<rect x="72" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2025-02-24 (Mon) No data</title></rect>
|
|
26
|
+
<rect x="72" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2025-02-25 (Tue) No data</title></rect>
|
|
27
|
+
<rect x="72" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-02-26 (Wed) No data</title></rect>
|
|
28
|
+
<rect x="72" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2025-02-27 (Thu) No data</title></rect>
|
|
29
|
+
<rect x="72" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2025-02-28 (Fri) No data</title></rect>
|
|
30
|
+
<rect x="72" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2025-03-01 (Sat) No data</title></rect>
|
|
31
|
+
<rect x="92" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2025-03-02 (Sun) No data</title></rect>
|
|
32
|
+
<rect x="92" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2025-03-03 (Mon) No data</title></rect>
|
|
33
|
+
<rect x="92" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2025-03-04 (Tue) No data</title></rect>
|
|
34
|
+
<rect x="92" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-03-05 (Wed) No data</title></rect>
|
|
35
|
+
<rect x="92" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2025-03-06 (Thu) No data</title></rect>
|
|
36
|
+
<rect x="92" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2025-03-07 (Fri) No data</title></rect>
|
|
37
|
+
<rect x="92" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2025-03-08 (Sat) No data</title></rect>
|
|
38
|
+
<rect x="112" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2025-03-09 (Sun) No data</title></rect>
|
|
39
|
+
<rect x="112" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2025-03-10 (Mon) No data</title></rect>
|
|
40
|
+
<rect x="112" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2025-03-11 (Tue) No data</title></rect>
|
|
41
|
+
<rect x="112" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-03-12 (Wed) No data</title></rect>
|
|
42
|
+
<rect x="112" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2025-03-13 (Thu) No data</title></rect>
|
|
43
|
+
<rect x="112" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2025-03-14 (Fri) No data</title></rect>
|
|
44
|
+
<rect x="112" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2025-03-15 (Sat) No data</title></rect>
|
|
45
|
+
<rect x="132" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2025-03-16 (Sun) No data</title></rect>
|
|
46
|
+
<rect x="132" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2025-03-17 (Mon) No data</title></rect>
|
|
47
|
+
<rect x="132" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2025-03-18 (Tue) No data</title></rect>
|
|
48
|
+
<rect x="132" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-03-19 (Wed) No data</title></rect>
|
|
49
|
+
<rect x="132" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2025-03-20 (Thu) No data</title></rect>
|
|
50
|
+
<rect x="132" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2025-03-21 (Fri) No data</title></rect>
|
|
51
|
+
<rect x="132" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2025-03-22 (Sat) No data</title></rect>
|
|
52
|
+
<rect x="152" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2025-03-23 (Sun) No data</title></rect>
|
|
53
|
+
<rect x="152" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2025-03-24 (Mon) No data</title></rect>
|
|
54
|
+
<rect x="152" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2025-03-25 (Tue) No data</title></rect>
|
|
55
|
+
<rect x="152" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-03-26 (Wed) No data</title></rect>
|
|
56
|
+
<rect x="152" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2025-03-27 (Thu) No data</title></rect>
|
|
57
|
+
<rect x="152" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2025-03-28 (Fri) No data</title></rect>
|
|
58
|
+
<rect x="152" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2025-03-29 (Sat) No data</title></rect>
|
|
59
|
+
<rect x="172" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2025-03-30 (Sun) No data</title></rect>
|
|
60
|
+
<rect x="172" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2025-03-31 (Mon) No data</title></rect>
|
|
61
|
+
<rect x="172" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2025-04-01 (Tue) No data</title></rect>
|
|
62
|
+
<rect x="172" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-04-02 (Wed) No data</title></rect>
|
|
63
|
+
<rect x="172" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2025-04-03 (Thu) No data</title></rect>
|
|
64
|
+
<rect x="172" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2025-04-04 (Fri) No data</title></rect>
|
|
65
|
+
<rect x="172" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2025-04-05 (Sat) No data</title></rect>
|
|
66
|
+
<rect x="192" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2025-04-06 (Sun) No data</title></rect>
|
|
67
|
+
<rect x="192" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2025-04-07 (Mon) No data</title></rect>
|
|
68
|
+
<rect x="192" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2025-04-08 (Tue) No data</title></rect>
|
|
69
|
+
<rect x="192" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-04-09 (Wed) No data</title></rect>
|
|
70
|
+
<rect x="192" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2025-04-10 (Thu) No data</title></rect>
|
|
71
|
+
<rect x="192" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2025-04-11 (Fri) No data</title></rect>
|
|
72
|
+
<rect x="192" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2025-04-12 (Sat) No data</title></rect>
|
|
73
|
+
<rect x="212" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2025-04-13 (Sun) No data</title></rect>
|
|
74
|
+
<rect x="212" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2025-04-14 (Mon) No data</title></rect>
|
|
75
|
+
<rect x="212" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2025-04-15 (Tue) No data</title></rect>
|
|
76
|
+
<rect x="212" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-04-16 (Wed) No data</title></rect>
|
|
77
|
+
<rect x="212" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2025-04-17 (Thu) No data</title></rect>
|
|
78
|
+
<rect x="212" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2025-04-18 (Fri) No data</title></rect>
|
|
79
|
+
<rect x="212" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2025-04-19 (Sat) No data</title></rect>
|
|
80
|
+
<rect x="232" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2025-04-20 (Sun) No data</title></rect>
|
|
81
|
+
<rect x="232" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2025-04-21 (Mon) No data</title></rect>
|
|
82
|
+
<rect x="232" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2025-04-22 (Tue) No data</title></rect>
|
|
83
|
+
<rect x="232" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-04-23 (Wed) No data</title></rect>
|
|
84
|
+
<rect x="232" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2025-04-24 (Thu) No data</title></rect>
|
|
85
|
+
<rect x="232" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2025-04-25 (Fri) No data</title></rect>
|
|
86
|
+
<rect x="232" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2025-04-26 (Sat) No data</title></rect>
|
|
87
|
+
<rect x="252" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2025-04-27 (Sun) No data</title></rect>
|
|
88
|
+
<rect x="252" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2025-04-28 (Mon) No data</title></rect>
|
|
89
|
+
<rect x="252" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2025-04-29 (Tue) No data</title></rect>
|
|
90
|
+
<rect x="252" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-04-30 (Wed) No data</title></rect>
|
|
91
|
+
<rect x="252" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2025-05-01 (Thu) No data</title></rect>
|
|
92
|
+
<rect x="252" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2025-05-02 (Fri) No data</title></rect>
|
|
93
|
+
<rect x="252" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2025-05-03 (Sat) No data</title></rect>
|
|
94
|
+
<rect x="272" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2025-05-04 (Sun) No data</title></rect>
|
|
95
|
+
<rect x="272" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2025-05-05 (Mon) No data</title></rect>
|
|
96
|
+
<rect x="272" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2025-05-06 (Tue) No data</title></rect>
|
|
97
|
+
<rect x="272" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-05-07 (Wed) No data</title></rect>
|
|
98
|
+
<rect x="272" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2025-05-08 (Thu) No data</title></rect>
|
|
99
|
+
<rect x="272" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2025-05-09 (Fri) No data</title></rect>
|
|
100
|
+
<rect x="272" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2025-05-10 (Sat) No data</title></rect>
|
|
101
|
+
<rect x="292" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2025-05-11 (Sun) No data</title></rect>
|
|
102
|
+
<rect x="292" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2025-05-12 (Mon) No data</title></rect>
|
|
103
|
+
<rect x="292" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2025-05-13 (Tue) No data</title></rect>
|
|
104
|
+
<rect x="292" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-05-14 (Wed) No data</title></rect>
|
|
105
|
+
<rect x="292" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2025-05-15 (Thu) No data</title></rect>
|
|
106
|
+
<rect x="292" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2025-05-16 (Fri) No data</title></rect>
|
|
107
|
+
<rect x="292" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2025-05-17 (Sat) No data</title></rect>
|
|
108
|
+
<rect x="312" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2025-05-18 (Sun) No data</title></rect>
|
|
109
|
+
<rect x="312" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2025-05-19 (Mon) No data</title></rect>
|
|
110
|
+
<rect x="312" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2025-05-20 (Tue) No data</title></rect>
|
|
111
|
+
<rect x="312" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-05-21 (Wed) No data</title></rect>
|
|
112
|
+
<rect x="312" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2025-05-22 (Thu) No data</title></rect>
|
|
113
|
+
<rect x="312" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2025-05-23 (Fri) No data</title></rect>
|
|
114
|
+
<rect x="312" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2025-05-24 (Sat) No data</title></rect>
|
|
115
|
+
<rect x="332" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2025-05-25 (Sun) No data</title></rect>
|
|
116
|
+
<rect x="332" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2025-05-26 (Mon) No data</title></rect>
|
|
117
|
+
<rect x="332" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2025-05-27 (Tue) No data</title></rect>
|
|
118
|
+
<rect x="332" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-05-28 (Wed) No data</title></rect>
|
|
119
|
+
<rect x="332" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2025-05-29 (Thu) No data</title></rect>
|
|
120
|
+
<rect x="332" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2025-05-30 (Fri) No data</title></rect>
|
|
121
|
+
<rect x="332" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2025-05-31 (Sat) No data</title></rect>
|
|
122
|
+
<rect x="352" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2025-06-01 (Sun) No data</title></rect>
|
|
123
|
+
<rect x="352" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2025-06-02 (Mon) No data</title></rect>
|
|
124
|
+
<rect x="352" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2025-06-03 (Tue) No data</title></rect>
|
|
125
|
+
<rect x="352" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-06-04 (Wed) No data</title></rect>
|
|
126
|
+
<rect x="352" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2025-06-05 (Thu) No data</title></rect>
|
|
127
|
+
<rect x="352" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2025-06-06 (Fri) No data</title></rect>
|
|
128
|
+
<rect x="352" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2025-06-07 (Sat) No data</title></rect>
|
|
129
|
+
<rect x="372" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2025-06-08 (Sun) No data</title></rect>
|
|
130
|
+
<rect x="372" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2025-06-09 (Mon) No data</title></rect>
|
|
131
|
+
<rect x="372" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2025-06-10 (Tue) No data</title></rect>
|
|
132
|
+
<rect x="372" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-06-11 (Wed) No data</title></rect>
|
|
133
|
+
<rect x="372" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2025-06-12 (Thu) No data</title></rect>
|
|
134
|
+
<rect x="372" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2025-06-13 (Fri) No data</title></rect>
|
|
135
|
+
<rect x="372" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2025-06-14 (Sat) No data</title></rect>
|
|
136
|
+
<rect x="392" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2025-06-15 (Sun) No data</title></rect>
|
|
137
|
+
<rect x="392" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2025-06-16 (Mon) No data</title></rect>
|
|
138
|
+
<rect x="392" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2025-06-17 (Tue) No data</title></rect>
|
|
139
|
+
<rect x="392" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-06-18 (Wed) No data</title></rect>
|
|
140
|
+
<rect x="392" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2025-06-19 (Thu) No data</title></rect>
|
|
141
|
+
<rect x="392" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2025-06-20 (Fri) No data</title></rect>
|
|
142
|
+
<rect x="392" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2025-06-21 (Sat) No data</title></rect>
|
|
143
|
+
<rect x="412" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2025-06-22 (Sun) No data</title></rect>
|
|
144
|
+
<rect x="412" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2025-06-23 (Mon) No data</title></rect>
|
|
145
|
+
<rect x="412" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2025-06-24 (Tue) No data</title></rect>
|
|
146
|
+
<rect x="412" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-06-25 (Wed) No data</title></rect>
|
|
147
|
+
<rect x="412" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2025-06-26 (Thu) No data</title></rect>
|
|
148
|
+
<rect x="412" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2025-06-27 (Fri) No data</title></rect>
|
|
149
|
+
<rect x="412" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2025-06-28 (Sat) No data</title></rect>
|
|
150
|
+
<rect x="432" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2025-06-29 (Sun) No data</title></rect>
|
|
151
|
+
<rect x="432" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2025-06-30 (Mon) No data</title></rect>
|
|
152
|
+
<rect x="432" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2025-07-01 (Tue) No data</title></rect>
|
|
153
|
+
<rect x="432" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-07-02 (Wed) No data</title></rect>
|
|
154
|
+
<rect x="432" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2025-07-03 (Thu) No data</title></rect>
|
|
155
|
+
<rect x="432" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2025-07-04 (Fri) No data</title></rect>
|
|
156
|
+
<rect x="432" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2025-07-05 (Sat) No data</title></rect>
|
|
157
|
+
<rect x="452" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2025-07-06 (Sun) No data</title></rect>
|
|
158
|
+
<rect x="452" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2025-07-07 (Mon) No data</title></rect>
|
|
159
|
+
<rect x="452" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2025-07-08 (Tue) No data</title></rect>
|
|
160
|
+
<rect x="452" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-07-09 (Wed) No data</title></rect>
|
|
161
|
+
<rect x="452" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2025-07-10 (Thu) No data</title></rect>
|
|
162
|
+
<rect x="452" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2025-07-11 (Fri) No data</title></rect>
|
|
163
|
+
<rect x="452" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2025-07-12 (Sat) No data</title></rect>
|
|
164
|
+
<rect x="472" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2025-07-13 (Sun) No data</title></rect>
|
|
165
|
+
<rect x="472" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2025-07-14 (Mon) No data</title></rect>
|
|
166
|
+
<rect x="472" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2025-07-15 (Tue) No data</title></rect>
|
|
167
|
+
<rect x="472" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-07-16 (Wed) No data</title></rect>
|
|
168
|
+
<rect x="472" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2025-07-17 (Thu) No data</title></rect>
|
|
169
|
+
<rect x="472" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2025-07-18 (Fri) No data</title></rect>
|
|
170
|
+
<rect x="472" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2025-07-19 (Sat) No data</title></rect>
|
|
171
|
+
<rect x="492" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2025-07-20 (Sun) No data</title></rect>
|
|
172
|
+
<rect x="492" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2025-07-21 (Mon) No data</title></rect>
|
|
173
|
+
<rect x="492" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2025-07-22 (Tue) No data</title></rect>
|
|
174
|
+
<rect x="492" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-07-23 (Wed) No data</title></rect>
|
|
175
|
+
<rect x="492" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2025-07-24 (Thu) No data</title></rect>
|
|
176
|
+
<rect x="492" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2025-07-25 (Fri) No data</title></rect>
|
|
177
|
+
<rect x="492" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2025-07-26 (Sat) No data</title></rect>
|
|
178
|
+
<rect x="512" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2025-07-27 (Sun) No data</title></rect>
|
|
179
|
+
<rect x="512" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2025-07-28 (Mon) No data</title></rect>
|
|
180
|
+
<rect x="512" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2025-07-29 (Tue) No data</title></rect>
|
|
181
|
+
<rect x="512" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-07-30 (Wed) No data</title></rect>
|
|
182
|
+
<rect x="512" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2025-07-31 (Thu) No data</title></rect>
|
|
183
|
+
<rect x="512" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2025-08-01 (Fri) No data</title></rect>
|
|
184
|
+
<rect x="512" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2025-08-02 (Sat) No data</title></rect>
|
|
185
|
+
<rect x="532" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2025-08-03 (Sun) No data</title></rect>
|
|
186
|
+
<rect x="532" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2025-08-04 (Mon) No data</title></rect>
|
|
187
|
+
<rect x="532" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2025-08-05 (Tue) No data</title></rect>
|
|
188
|
+
<rect x="532" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-08-06 (Wed) No data</title></rect>
|
|
189
|
+
<rect x="532" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2025-08-07 (Thu) No data</title></rect>
|
|
190
|
+
<rect x="532" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2025-08-08 (Fri) No data</title></rect>
|
|
191
|
+
<rect x="532" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2025-08-09 (Sat) No data</title></rect>
|
|
192
|
+
<rect x="552" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2025-08-10 (Sun) No data</title></rect>
|
|
193
|
+
<rect x="552" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2025-08-11 (Mon) No data</title></rect>
|
|
194
|
+
<rect x="552" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2025-08-12 (Tue) No data</title></rect>
|
|
195
|
+
<rect x="552" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-08-13 (Wed) No data</title></rect>
|
|
196
|
+
<rect x="552" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2025-08-14 (Thu) No data</title></rect>
|
|
197
|
+
<rect x="552" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2025-08-15 (Fri) No data</title></rect>
|
|
198
|
+
<rect x="552" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2025-08-16 (Sat) No data</title></rect>
|
|
199
|
+
<rect x="572" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2025-08-17 (Sun) No data</title></rect>
|
|
200
|
+
<rect x="572" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2025-08-18 (Mon) No data</title></rect>
|
|
201
|
+
<rect x="572" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2025-08-19 (Tue) No data</title></rect>
|
|
202
|
+
<rect x="572" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-08-20 (Wed) No data</title></rect>
|
|
203
|
+
<rect x="572" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2025-08-21 (Thu) No data</title></rect>
|
|
204
|
+
<rect x="572" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2025-08-22 (Fri) No data</title></rect>
|
|
205
|
+
<rect x="572" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2025-08-23 (Sat) No data</title></rect>
|
|
206
|
+
<rect x="592" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2025-08-24 (Sun) No data</title></rect>
|
|
207
|
+
<rect x="592" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2025-08-25 (Mon) No data</title></rect>
|
|
208
|
+
<rect x="592" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2025-08-26 (Tue) No data</title></rect>
|
|
209
|
+
<rect x="592" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-08-27 (Wed) No data</title></rect>
|
|
210
|
+
<rect x="592" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2025-08-28 (Thu) No data</title></rect>
|
|
211
|
+
<rect x="592" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2025-08-29 (Fri) No data</title></rect>
|
|
212
|
+
<rect x="592" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2025-08-30 (Sat) No data</title></rect>
|
|
213
|
+
<rect x="612" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2025-08-31 (Sun) No data</title></rect>
|
|
214
|
+
<rect x="612" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2025-09-01 (Mon) No data</title></rect>
|
|
215
|
+
<rect x="612" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2025-09-02 (Tue) No data</title></rect>
|
|
216
|
+
<rect x="612" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-09-03 (Wed) No data</title></rect>
|
|
217
|
+
<rect x="612" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2025-09-04 (Thu) No data</title></rect>
|
|
218
|
+
<rect x="612" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2025-09-05 (Fri) No data</title></rect>
|
|
219
|
+
<rect x="612" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2025-09-06 (Sat) No data</title></rect>
|
|
220
|
+
<rect x="632" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2025-09-07 (Sun) No data</title></rect>
|
|
221
|
+
<rect x="632" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2025-09-08 (Mon) No data</title></rect>
|
|
222
|
+
<rect x="632" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2025-09-09 (Tue) No data</title></rect>
|
|
223
|
+
<rect x="632" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-09-10 (Wed) No data</title></rect>
|
|
224
|
+
<rect x="632" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2025-09-11 (Thu) No data</title></rect>
|
|
225
|
+
<rect x="632" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2025-09-12 (Fri) No data</title></rect>
|
|
226
|
+
<rect x="632" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2025-09-13 (Sat) No data</title></rect>
|
|
227
|
+
<rect x="652" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2025-09-14 (Sun) No data</title></rect>
|
|
228
|
+
<rect x="652" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2025-09-15 (Mon) No data</title></rect>
|
|
229
|
+
<rect x="652" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2025-09-16 (Tue) No data</title></rect>
|
|
230
|
+
<rect x="652" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-09-17 (Wed) No data</title></rect>
|
|
231
|
+
<rect x="652" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2025-09-18 (Thu) No data</title></rect>
|
|
232
|
+
<rect x="652" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2025-09-19 (Fri) No data</title></rect>
|
|
233
|
+
<rect x="652" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2025-09-20 (Sat) No data</title></rect>
|
|
234
|
+
<rect x="672" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2025-09-21 (Sun) No data</title></rect>
|
|
235
|
+
<rect x="672" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2025-09-22 (Mon) No data</title></rect>
|
|
236
|
+
<rect x="672" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2025-09-23 (Tue) No data</title></rect>
|
|
237
|
+
<rect x="672" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-09-24 (Wed) No data</title></rect>
|
|
238
|
+
<rect x="672" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2025-09-25 (Thu) No data</title></rect>
|
|
239
|
+
<rect x="672" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2025-09-26 (Fri) No data</title></rect>
|
|
240
|
+
<rect x="672" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2025-09-27 (Sat) No data</title></rect>
|
|
241
|
+
<rect x="692" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2025-09-28 (Sun) No data</title></rect>
|
|
242
|
+
<rect x="692" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2025-09-29 (Mon) No data</title></rect>
|
|
243
|
+
<rect x="692" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2025-09-30 (Tue) No data</title></rect>
|
|
244
|
+
<rect x="692" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-10-01 (Wed) No data</title></rect>
|
|
245
|
+
<rect x="692" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2025-10-02 (Thu) No data</title></rect>
|
|
246
|
+
<rect x="692" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2025-10-03 (Fri) No data</title></rect>
|
|
247
|
+
<rect x="692" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2025-10-04 (Sat) No data</title></rect>
|
|
248
|
+
<rect x="712" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2025-10-05 (Sun) No data</title></rect>
|
|
249
|
+
<rect x="712" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2025-10-06 (Mon) No data</title></rect>
|
|
250
|
+
<rect x="712" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2025-10-07 (Tue) No data</title></rect>
|
|
251
|
+
<rect x="712" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-10-08 (Wed) No data</title></rect>
|
|
252
|
+
<rect x="712" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2025-10-09 (Thu) No data</title></rect>
|
|
253
|
+
<rect x="712" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2025-10-10 (Fri) No data</title></rect>
|
|
254
|
+
<rect x="712" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2025-10-11 (Sat) No data</title></rect>
|
|
255
|
+
<rect x="732" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2025-10-12 (Sun) No data</title></rect>
|
|
256
|
+
<rect x="732" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2025-10-13 (Mon) No data</title></rect>
|
|
257
|
+
<rect x="732" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2025-10-14 (Tue) No data</title></rect>
|
|
258
|
+
<rect x="732" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-10-15 (Wed) No data</title></rect>
|
|
259
|
+
<rect x="732" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2025-10-16 (Thu) No data</title></rect>
|
|
260
|
+
<rect x="732" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2025-10-17 (Fri) No data</title></rect>
|
|
261
|
+
<rect x="732" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2025-10-18 (Sat) No data</title></rect>
|
|
262
|
+
<rect x="752" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2025-10-19 (Sun) No data</title></rect>
|
|
263
|
+
<rect x="752" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2025-10-20 (Mon) No data</title></rect>
|
|
264
|
+
<rect x="752" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2025-10-21 (Tue) No data</title></rect>
|
|
265
|
+
<rect x="752" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-10-22 (Wed) No data</title></rect>
|
|
266
|
+
<rect x="752" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2025-10-23 (Thu) No data</title></rect>
|
|
267
|
+
<rect x="752" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2025-10-24 (Fri) No data</title></rect>
|
|
268
|
+
<rect x="752" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2025-10-25 (Sat) No data</title></rect>
|
|
269
|
+
<rect x="772" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2025-10-26 (Sun) No data</title></rect>
|
|
270
|
+
<rect x="772" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2025-10-27 (Mon) No data</title></rect>
|
|
271
|
+
<rect x="772" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2025-10-28 (Tue) No data</title></rect>
|
|
272
|
+
<rect x="772" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-10-29 (Wed) No data</title></rect>
|
|
273
|
+
<rect x="772" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2025-10-30 (Thu) No data</title></rect>
|
|
274
|
+
<rect x="772" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2025-10-31 (Fri) No data</title></rect>
|
|
275
|
+
<rect x="772" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2025-11-01 (Sat) No data</title></rect>
|
|
276
|
+
<rect x="792" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2025-11-02 (Sun) No data</title></rect>
|
|
277
|
+
<rect x="792" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2025-11-03 (Mon) No data</title></rect>
|
|
278
|
+
<rect x="792" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2025-11-04 (Tue) No data</title></rect>
|
|
279
|
+
<rect x="792" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-11-05 (Wed) No data</title></rect>
|
|
280
|
+
<rect x="792" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2025-11-06 (Thu) No data</title></rect>
|
|
281
|
+
<rect x="792" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2025-11-07 (Fri) No data</title></rect>
|
|
282
|
+
<rect x="792" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2025-11-08 (Sat) No data</title></rect>
|
|
283
|
+
<rect x="812" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2025-11-09 (Sun) No data</title></rect>
|
|
284
|
+
<rect x="812" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2025-11-10 (Mon) No data</title></rect>
|
|
285
|
+
<rect x="812" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2025-11-11 (Tue) No data</title></rect>
|
|
286
|
+
<rect x="812" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-11-12 (Wed) No data</title></rect>
|
|
287
|
+
<rect x="812" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2025-11-13 (Thu) No data</title></rect>
|
|
288
|
+
<rect x="812" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2025-11-14 (Fri) No data</title></rect>
|
|
289
|
+
<rect x="812" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2025-11-15 (Sat) No data</title></rect>
|
|
290
|
+
<rect x="832" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2025-11-16 (Sun) No data</title></rect>
|
|
291
|
+
<rect x="832" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2025-11-17 (Mon) No data</title></rect>
|
|
292
|
+
<rect x="832" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2025-11-18 (Tue) No data</title></rect>
|
|
293
|
+
<rect x="832" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-11-19 (Wed) No data</title></rect>
|
|
294
|
+
<rect x="832" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2025-11-20 (Thu) No data</title></rect>
|
|
295
|
+
<rect x="832" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2025-11-21 (Fri) No data</title></rect>
|
|
296
|
+
<rect x="832" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2025-11-22 (Sat) No data</title></rect>
|
|
297
|
+
<rect x="852" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2025-11-23 (Sun) No data</title></rect>
|
|
298
|
+
<rect x="852" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2025-11-24 (Mon) No data</title></rect>
|
|
299
|
+
<rect x="852" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2025-11-25 (Tue) No data</title></rect>
|
|
300
|
+
<rect x="852" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-11-26 (Wed) No data</title></rect>
|
|
301
|
+
<rect x="852" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2025-11-27 (Thu) No data</title></rect>
|
|
302
|
+
<rect x="852" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2025-11-28 (Fri) No data</title></rect>
|
|
303
|
+
<rect x="852" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2025-11-29 (Sat) No data</title></rect>
|
|
304
|
+
<rect x="872" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2025-11-30 (Sun) No data</title></rect>
|
|
305
|
+
<rect x="872" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2025-12-01 (Mon) No data</title></rect>
|
|
306
|
+
<rect x="872" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2025-12-02 (Tue) No data</title></rect>
|
|
307
|
+
<rect x="872" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-12-03 (Wed) No data</title></rect>
|
|
308
|
+
<rect x="872" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2025-12-04 (Thu) No data</title></rect>
|
|
309
|
+
<rect x="872" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2025-12-05 (Fri) No data</title></rect>
|
|
310
|
+
<rect x="872" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2025-12-06 (Sat) No data</title></rect>
|
|
311
|
+
<rect x="892" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2025-12-07 (Sun) No data</title></rect>
|
|
312
|
+
<rect x="892" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2025-12-08 (Mon) No data</title></rect>
|
|
313
|
+
<rect x="892" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2025-12-09 (Tue) No data</title></rect>
|
|
314
|
+
<rect x="892" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-12-10 (Wed) No data</title></rect>
|
|
315
|
+
<rect x="892" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2025-12-11 (Thu) No data</title></rect>
|
|
316
|
+
<rect x="892" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2025-12-12 (Fri) No data</title></rect>
|
|
317
|
+
<rect x="892" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2025-12-13 (Sat) No data</title></rect>
|
|
318
|
+
<rect x="912" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2025-12-14 (Sun) No data</title></rect>
|
|
319
|
+
<rect x="912" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2025-12-15 (Mon) No data</title></rect>
|
|
320
|
+
<rect x="912" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2025-12-16 (Tue) No data</title></rect>
|
|
321
|
+
<rect x="912" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-12-17 (Wed) No data</title></rect>
|
|
322
|
+
<rect x="912" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2025-12-18 (Thu) No data</title></rect>
|
|
323
|
+
<rect x="912" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2025-12-19 (Fri) No data</title></rect>
|
|
324
|
+
<rect x="912" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2025-12-20 (Sat) No data</title></rect>
|
|
325
|
+
<rect x="932" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2025-12-21 (Sun) No data</title></rect>
|
|
326
|
+
<rect x="932" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2025-12-22 (Mon) No data</title></rect>
|
|
327
|
+
<rect x="932" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2025-12-23 (Tue) No data</title></rect>
|
|
328
|
+
<rect x="932" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-12-24 (Wed) No data</title></rect>
|
|
329
|
+
<rect x="932" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2025-12-25 (Thu) No data</title></rect>
|
|
330
|
+
<rect x="932" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2025-12-26 (Fri) No data</title></rect>
|
|
331
|
+
<rect x="932" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2025-12-27 (Sat) No data</title></rect>
|
|
332
|
+
<rect x="952" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2025-12-28 (Sun) No data</title></rect>
|
|
333
|
+
<rect x="952" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2025-12-29 (Mon) No data</title></rect>
|
|
334
|
+
<rect x="952" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2025-12-30 (Tue) No data</title></rect>
|
|
335
|
+
<rect x="952" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2025-12-31 (Wed) No data</title></rect>
|
|
336
|
+
<rect x="952" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2026-01-01 (Thu) No data</title></rect>
|
|
337
|
+
<rect x="952" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2026-01-02 (Fri) No data</title></rect>
|
|
338
|
+
<rect x="952" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2026-01-03 (Sat) No data</title></rect>
|
|
339
|
+
<rect x="972" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2026-01-04 (Sun) No data</title></rect>
|
|
340
|
+
<rect x="972" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2026-01-05 (Mon) No data</title></rect>
|
|
341
|
+
<rect x="972" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2026-01-06 (Tue) No data</title></rect>
|
|
342
|
+
<rect x="972" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2026-01-07 (Wed) No data</title></rect>
|
|
343
|
+
<rect x="972" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2026-01-08 (Thu) No data</title></rect>
|
|
344
|
+
<rect x="972" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2026-01-09 (Fri) No data</title></rect>
|
|
345
|
+
<rect x="972" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2026-01-10 (Sat) No data</title></rect>
|
|
346
|
+
<rect x="992" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2026-01-11 (Sun) No data</title></rect>
|
|
347
|
+
<rect x="992" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2026-01-12 (Mon) No data</title></rect>
|
|
348
|
+
<rect x="992" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2026-01-13 (Tue) No data</title></rect>
|
|
349
|
+
<rect x="992" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2026-01-14 (Wed) No data</title></rect>
|
|
350
|
+
<rect x="992" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2026-01-15 (Thu) No data</title></rect>
|
|
351
|
+
<rect x="992" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2026-01-16 (Fri) No data</title></rect>
|
|
352
|
+
<rect x="992" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2026-01-17 (Sat) No data</title></rect>
|
|
353
|
+
<rect x="1012" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2026-01-18 (Sun) No data</title></rect>
|
|
354
|
+
<rect x="1012" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2026-01-19 (Mon) No data</title></rect>
|
|
355
|
+
<rect x="1012" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2026-01-20 (Tue) No data</title></rect>
|
|
356
|
+
<rect x="1012" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2026-01-21 (Wed) No data</title></rect>
|
|
357
|
+
<rect x="1012" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2026-01-22 (Thu) No data</title></rect>
|
|
358
|
+
<rect x="1012" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2026-01-23 (Fri) No data</title></rect>
|
|
359
|
+
<rect x="1012" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2026-01-24 (Sat) No data</title></rect>
|
|
360
|
+
<rect x="1032" y="40" width="16" height="16" rx="3" fill="#161b22"><title>2026-01-25 (Sun) No data</title></rect>
|
|
361
|
+
<rect x="1032" y="60" width="16" height="16" rx="3" fill="#161b22"><title>2026-01-26 (Mon) No data</title></rect>
|
|
362
|
+
<rect x="1032" y="80" width="16" height="16" rx="3" fill="#161b22"><title>2026-01-27 (Tue) No data</title></rect>
|
|
363
|
+
<rect x="1032" y="100" width="16" height="16" rx="3" fill="#161b22"><title>2026-01-28 (Wed) No data</title></rect>
|
|
364
|
+
<rect x="1032" y="120" width="16" height="16" rx="3" fill="#161b22"><title>2026-01-29 (Thu) No data</title></rect>
|
|
365
|
+
<rect x="1032" y="140" width="16" height="16" rx="3" fill="#161b22"><title>2026-01-30 (Fri) No data</title></rect>
|
|
366
|
+
<rect x="1032" y="160" width="16" height="16" rx="3" fill="#161b22"><title>2026-01-31 (Sat) No data</title></rect>
|
|
367
|
+
<rect x="1052" y="40" width="16" height="16" rx="3" fill="#0e4429"><title>2026-02-01 (Sun) Cost: $27.90 In: 4,991 / Out: 1,218 Total: 39,141,520 Cache hit: 96% claude-opus-4-5-20251101: $27.63 claude-sonnet-4-5-20250929: $0.27</title></rect>
|
|
368
|
+
<rect x="1052" y="60" width="16" height="16" rx="3" fill="#39d353"><title>2026-02-02 (Mon) Cost: $136.12 In: 16,907 / Out: 6,208 Total: 153,981,637 Cache hit: 90% claude-opus-4-5-20251101: $91.93 claude-sonnet-4-5-20250929: $43.52 claude-haiku-4-5-20251001: $0.67</title></rect>
|
|
369
|
+
<rect x="1052" y="80" width="16" height="16" rx="3" fill="#006d32"><title>2026-02-03 (Tue) Cost: $59.67 In: 8,196 / Out: 3,859 Total: 67,570,780 Cache hit: 92% claude-opus-4-5-20251101: $55.66 claude-sonnet-4-5-20250929: $3.08 claude-haiku-4-5-20251001: $0.94</title></rect>
|
|
370
|
+
<rect x="1052" y="100" width="16" height="16" rx="3" fill="#39d353"><title>2026-02-04 (Wed) Cost: $123.34 In: 31,675 / Out: 8,687 Total: 168,834,147 Cache hit: 91% claude-opus-4-5-20251101: $66.30 claude-sonnet-4-5-20250929: $54.96 claude-haiku-4-5-20251001: $2.09</title></rect>
|
|
371
|
+
<rect x="1052" y="120" width="16" height="16" rx="3" fill="#39d353"><title>2026-02-05 (Thu) Cost: $120.81 In: 13,181 / Out: 17,691 Total: 127,651,583 Cache hit: 89% claude-opus-4-5-20251101: $83.19 claude-sonnet-4-5-20250929: $37.40 claude-haiku-4-5-20251001: $0.22</title></rect>
|
|
372
|
+
<rect x="1052" y="140" width="16" height="16" rx="3" fill="#39d353"><title>2026-02-06 (Fri) Cost: $134.48 In: 10,421 / Out: 41,354 Total: 187,092,162 Cache hit: 95% claude-opus-4-6: $84.35 claude-opus-4-5-20251101: $30.01 claude-sonnet-4-5-20250929: $19.19 claude-haiku-4-5-20251001: $0.93</title></rect>
|
|
373
|
+
<rect x="1052" y="160" width="16" height="16" rx="3" fill="#26a641"><title>2026-02-07 (Sat) Cost: $101.17 In: 10,331 / Out: 19,797 Total: 114,348,109 Cache hit: 89% claude-opus-4-6: $61.69 claude-sonnet-4-5-20250929: $38.21 claude-haiku-4-5-20251001: $1.27</title></rect>
|
|
374
|
+
<rect x="1072" y="40" width="16" height="16" rx="3" fill="#39d353"><title>2026-02-08 (Sun) Cost: $126.57 In: 9,773 / Out: 28,122 Total: 131,570,471 Cache hit: 88% claude-opus-4-6: $84.63 claude-sonnet-4-5-20250929: $41.43 claude-haiku-4-5-20251001: $0.51</title></rect>
|
|
375
|
+
<rect x="1072" y="60" width="16" height="16" rx="3" fill="#26a641"><title>2026-02-09 (Mon) Cost: $96.71 In: 7,851 / Out: 48,808 Total: 126,643,382 Cache hit: 94% claude-opus-4-6: $79.77 claude-sonnet-4-5-20250929: $16.53 claude-haiku-4-5-20251001: $0.41</title></rect>
|
|
376
|
+
<rect x="1072" y="80" width="16" height="16" rx="3" fill="#39d353"><title>2026-02-10 (Tue) Cost: $108.43 In: 6,438 / Out: 26,366 Total: 150,681,738 Cache hit: 95% claude-opus-4-6: $95.89 claude-sonnet-4-5-20250929: $11.85 claude-haiku-4-5-20251001: $0.68</title></rect>
|
|
377
|
+
<rect x="1072" y="100" width="16" height="16" rx="3" fill="#26a641"><title>2026-02-11 (Wed) Cost: $74.32 In: 10,895 / Out: 12,358 Total: 93,013,129 Cache hit: 92% claude-opus-4-6: $54.09 claude-sonnet-4-5-20250929: $19.97 claude-haiku-4-5-20251001: $0.26</title></rect>
|
|
378
|
+
<rect x="1072" y="120" width="16" height="16" rx="3" fill="#39d353"><title>2026-02-12 (Thu) Cost: $141.43 In: 32,806 / Out: 15,244 Total: 258,726,747 Cache hit: 94% claude-sonnet-4-5-20250929: $111.88 claude-opus-4-6: $28.67 claude-haiku-4-5-20251001: $0.88</title></rect>
|
|
379
|
+
<rect x="1072" y="140" width="16" height="16" rx="3" fill="#26a641"><title>2026-02-13 (Fri) Cost: $99.42 In: 19,685 / Out: 10,882 Total: 186,473,069 Cache hit: 93% claude-sonnet-4-5-20250929: $98.00 claude-opus-4-6: $1.19 claude-haiku-4-5-20251001: $0.23</title></rect>
|
|
380
|
+
<rect x="1072" y="160" width="16" height="16" rx="3" fill="#26a641"><title>2026-02-14 (Sat) Cost: $101.46 In: 18,373 / Out: 5,401 Total: 188,184,796 Cache hit: 93% claude-sonnet-4-5-20250929: $97.33 claude-opus-4-6: $4.12</title></rect>
|
|
381
|
+
<rect x="1092" y="40" width="16" height="16" rx="3" fill="#26a641"><title>2026-02-15 (Sun) Cost: $94.65 In: 21,968 / Out: 5,227 Total: 176,449,521 Cache hit: 93% claude-sonnet-4-5-20250929: $93.03 claude-opus-4-6: $1.57 claude-haiku-4-5-20251001: $0.04</title></rect>
|
|
382
|
+
<rect x="1092" y="60" width="16" height="16" rx="3" fill="#006d32"><title>2026-02-16 (Mon) Cost: $69.87 In: 13,911 / Out: 3,745 Total: 131,466,709 Cache hit: 93% claude-sonnet-4-5-20250929: $69.07 claude-haiku-4-5-20251001: $0.79</title></rect>
|
|
383
|
+
<rect x="1092" y="80" width="16" height="16" rx="3" fill="#26a641"><title>2026-02-17 (Tue) Cost: $77.63 In: 13,509 / Out: 6,714 Total: 113,500,001 Cache hit: 90% claude-sonnet-4-5-20250929: $64.59 claude-opus-4-6: $12.57 claude-haiku-4-5-20251001: $0.47</title></rect>
|
|
384
|
+
<rect x="1092" y="100" width="16" height="16" rx="3" fill="#39d353"><title>2026-02-18 (Wed) Cost: $123.06 In: 5,888 / Out: 34,283 Total: 144,050,754 Cache hit: 93% claude-opus-4-6: $119.33 claude-sonnet-4-5-20250929: $2.50 claude-haiku-4-5-20251001: $0.86 claude-sonnet-4-6: $0.36</title></rect>
|
|
385
385
|
<text x="956" y="205" class="legend-label">Less</text>
|
|
386
|
-
<rect x="996" y="190" width="16" height="16" rx="3" fill="#
|
|
387
|
-
<rect x="1016" y="190" width="16" height="16" rx="3" fill="#
|
|
388
|
-
<rect x="1036" y="190" width="16" height="16" rx="3" fill="#
|
|
389
|
-
<rect x="1056" y="190" width="16" height="16" rx="3" fill="#
|
|
390
|
-
<rect x="1076" y="190" width="16" height="16" rx="3" fill="#
|
|
386
|
+
<rect x="996" y="190" width="16" height="16" rx="3" fill="#161b22"/>
|
|
387
|
+
<rect x="1016" y="190" width="16" height="16" rx="3" fill="#0e4429"/>
|
|
388
|
+
<rect x="1036" y="190" width="16" height="16" rx="3" fill="#006d32"/>
|
|
389
|
+
<rect x="1056" y="190" width="16" height="16" rx="3" fill="#26a641"/>
|
|
390
|
+
<rect x="1076" y="190" width="16" height="16" rx="3" fill="#39d353"/>
|
|
391
391
|
<text x="1096" y="205" class="legend-label">More</text>
|
|
392
392
|
<text x="52" y="205" class="total">💰 Total: $1,817.04 across 365 days (2025~2026)</text>
|
|
393
393
|
|
|
394
|
-
<line x1="16" y1="220" x2="1116" y2="220" stroke="#
|
|
394
|
+
<line x1="16" y1="220" x2="1116" y2="220" stroke="#30363d" stroke-width="1"/>
|
|
395
395
|
<text x="16" y="238" class="stat">Daily avg: <tspan class="stat-val">$100.95</tspan></text>
|
|
396
396
|
<text x="216" y="238" class="stat">Weekly avg: <tspan class="stat-val">$605.68</tspan></text>
|
|
397
397
|
<text x="16" y="256" class="stat">Peak: <tspan class="stat-val">$141.43</tspan> (2026-02-12)</text>
|
|
@@ -399,12 +399,12 @@
|
|
|
399
399
|
|
|
400
400
|
|
|
401
401
|
<text x="16" y="276" class="section-title">Avg by weekday</text>
|
|
402
|
-
<text x="16" y="302" class="bar-label">Sun</text><rect x="52" y="292" width="633.3129957291031" height="14" rx="3" fill="#
|
|
403
|
-
<text x="16" y="324" class="bar-label">Mon</text><rect x="52" y="314" width="769.5241000610126" height="14" rx="3" fill="#
|
|
404
|
-
<text x="16" y="346" class="bar-label">Tue</text><rect x="52" y="336" width="624.6949359365467" height="14" rx="3" fill="#
|
|
405
|
-
<text x="16" y="368" class="bar-label">Wed</text><rect x="52" y="358" width="815.3345535895871" height="14" rx="3" fill="#
|
|
406
|
-
<text x="16" y="390" class="bar-label">Thu</text><rect x="52" y="380" width="1000" height="14" rx="3" fill="#
|
|
407
|
-
<text x="16" y="412" class="bar-label">Fri</text><rect x="52" y="402" width="891.9310555216595" height="14" rx="3" fill="#
|
|
408
|
-
<text x="16" y="434" class="bar-label">Sat</text><rect x="52" y="424" width="772.689139719341" height="14" rx="3" fill="#
|
|
402
|
+
<text x="16" y="302" class="bar-label">Sun</text><rect x="52" y="292" width="633.3129957291031" height="14" rx="3" fill="#26a641" opacity="0.85"/><text x="691.3129957291031" y="303" class="bar-val">$83.04</text>
|
|
403
|
+
<text x="16" y="324" class="bar-label">Mon</text><rect x="52" y="314" width="769.5241000610126" height="14" rx="3" fill="#39d353" opacity="0.85"/><text x="827.5241000610126" y="325" class="bar-val">$100.90</text>
|
|
404
|
+
<text x="16" y="346" class="bar-label">Tue</text><rect x="52" y="336" width="624.6949359365467" height="14" rx="3" fill="#26a641" opacity="0.85"/><text x="682.6949359365467" y="347" class="bar-val">$81.91</text>
|
|
405
|
+
<text x="16" y="368" class="bar-label">Wed</text><rect x="52" y="358" width="815.3345535895871" height="14" rx="3" fill="#39d353" opacity="0.85"/><text x="873.3345535895871" y="369" class="bar-val">$106.91</text>
|
|
406
|
+
<text x="16" y="390" class="bar-label">Thu</text><rect x="52" y="380" width="1000" height="14" rx="3" fill="#39d353" opacity="0.85"/><text x="1058" y="391" class="bar-val">$131.12</text>
|
|
407
|
+
<text x="16" y="412" class="bar-label">Fri</text><rect x="52" y="402" width="891.9310555216595" height="14" rx="3" fill="#39d353" opacity="0.85"/><text x="949.9310555216595" y="413" class="bar-val">$116.95</text>
|
|
408
|
+
<text x="16" y="434" class="bar-label">Sat</text><rect x="52" y="424" width="772.689139719341" height="14" rx="3" fill="#39d353" opacity="0.85"/><text x="830.689139719341" y="435" class="bar-val">$101.32</text>
|
|
409
409
|
|
|
410
410
|
</svg>
|