-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpie_chart_test.go
389 lines (367 loc) · 101 KB
/
pie_chart_test.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
package charts
import (
"strconv"
"testing"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)
func makeBasicPieChartOption() PieChartOption {
values := []float64{
1048, 735, 580, 484, 300,
}
return PieChartOption{
SeriesList: NewSeriesListPie(values),
Title: TitleOption{
Text: "Title",
Subtext: "Sub",
Offset: OffsetCenter,
},
Padding: NewBoxEqual(20),
Legend: LegendOption{
Vertical: Ptr(true),
SeriesNames: []string{"Series-A", "Series-B", "Series-C", "Series-D", "Series-E"},
Offset: OffsetLeft,
Symbol: SymbolDot,
},
}
}
func TestNewPieChartOptionWithData(t *testing.T) {
t.Parallel()
opt := NewPieChartOptionWithData([]float64{12, 24, 48})
assert.Len(t, opt.SeriesList, 3)
assert.Equal(t, ChartTypePie, opt.SeriesList[0].getType())
assert.Equal(t, defaultPadding, opt.Padding)
p := NewPainter(PainterOptions{})
assert.NoError(t, p.PieChart(opt))
}
func TestPieChart(t *testing.T) {
t.Parallel()
tests := []struct {
name string
width int
height int
themed bool
makeOptions func() PieChartOption
result string
}{
{
name: "defaults",
makeOptions: func() PieChartOption {
opt := makeBasicPieChartOption()
opt.Title.Show = Ptr(false)
opt.Legend.Offset = OffsetStr{}
opt.Legend.Symbol = ""
opt.Legend.Vertical = nil
return opt
},
result: "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 600 400\"><path d=\"M 20 20\nL 580 20\nL 580 380\nL 20 380\nL 20 20\" style=\"stroke:none;fill:white\"/><path d=\"M 40 43\nL 70 43\nL 70 56\nL 40 56\nL 40 43\" style=\"stroke:none;fill:rgb(84,112,198)\"/><text x=\"72\" y=\"55\" style=\"stroke:none;fill:rgb(70,70,70);font-size:15.3px;font-family:'Roboto Medium',sans-serif\">Series-A</text><path d=\"M 151 43\nL 181 43\nL 181 56\nL 151 56\nL 151 43\" style=\"stroke:none;fill:rgb(145,204,117)\"/><text x=\"183\" y=\"55\" style=\"stroke:none;fill:rgb(70,70,70);font-size:15.3px;font-family:'Roboto Medium',sans-serif\">Series-B</text><path d=\"M 261 43\nL 291 43\nL 291 56\nL 261 56\nL 261 43\" style=\"stroke:none;fill:rgb(250,200,88)\"/><text x=\"293\" y=\"55\" style=\"stroke:none;fill:rgb(70,70,70);font-size:15.3px;font-family:'Roboto Medium',sans-serif\">Series-C</text><path d=\"M 371 43\nL 401 43\nL 401 56\nL 371 56\nL 371 43\" style=\"stroke:none;fill:rgb(238,102,102)\"/><text x=\"403\" y=\"55\" style=\"stroke:none;fill:rgb(70,70,70);font-size:15.3px;font-family:'Roboto Medium',sans-serif\">Series-D</text><path d=\"M 40 59\nL 70 59\nL 70 72\nL 40 72\nL 40 59\" style=\"stroke:none;fill:rgb(115,192,222)\"/><text x=\"72\" y=\"71\" style=\"stroke:none;fill:rgb(70,70,70);font-size:15.3px;font-family:'Roboto Medium',sans-serif\">Series-E</text><path d=\"M 300 226\nL 300 119\nA 107 107 119.89 0 1 393 279\nL 300 226\nZ\" style=\"stroke:none;fill:rgb(84,112,198)\"/><path d=\"M 392 173\nL 405 165\nM 405 165\nL 420 165\" style=\"stroke-width:1;stroke:rgb(84,112,198);fill:none\"/><text x=\"423\" y=\"170\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Series-A: 33.3%</text><path d=\"M 300 226\nL 393 279\nA 107 107 84.08 0 1 256 324\nL 300 226\nZ\" style=\"stroke:none;fill:rgb(145,204,117)\"/><path d=\"M 333 327\nL 337 342\nM 337 342\nL 352 342\" style=\"stroke-width:1;stroke:rgb(145,204,117);fill:none\"/><text x=\"355\" y=\"347\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Series-B: 23.35%</text><path d=\"M 300 226\nL 256 324\nA 107 107 66.35 0 1 193 225\nL 300 226\nZ\" style=\"stroke:none;fill:rgb(250,200,88)\"/><path d=\"M 210 284\nL 198 292\nM 198 292\nL 183 292\" style=\"stroke-width:1;stroke:rgb(250,200,88);fill:none\"/><text x=\"83\" y=\"297\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Series-C: 18.43%</text><path d=\"M 300 226\nL 193 225\nA 107 107 55.37 0 1 240 137\nL 300 226\nZ\" style=\"stroke:none;fill:rgb(238,102,102)\"/><path d=\"M 206 176\nL 193 169\nM 193 169\nL 178 169\" style=\"stroke-width:1;stroke:rgb(238,102,102);fill:none\"/><text x=\"78\" y=\"174\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Series-D: 15.37%</text><path d=\"M 300 226\nL 240 137\nA 107 107 34.32 0 1 300 119\nL 300 226\nZ\" style=\"stroke:none;fill:rgb(115,192,222)\"/><path d=\"M 269 124\nL 264 110\nM 264 110\nL 249 110\" style=\"stroke-width:1;stroke:rgb(115,192,222);fill:none\"/><text x=\"157\" y=\"115\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Series-E: 9.53%</text></svg>",
},
{
name: "basic_themed",
themed: true,
makeOptions: makeBasicPieChartOption,
result: "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 600 400\"><path d=\"M 0 0\nL 600 0\nL 600 400\nL 0 400\nL 0 0\" style=\"stroke:none;fill:rgb(40,40,40)\"/><path d=\"M 20 29\nL 50 29\" style=\"stroke-width:3;stroke:rgb(255,100,100);fill:none\"/><circle cx=\"35\" cy=\"29\" r=\"5\" style=\"stroke-width:3;stroke:rgb(255,100,100);fill:rgb(255,100,100)\"/><text x=\"52\" y=\"35\" style=\"stroke:none;fill:rgb(238,238,238);font-size:15.3px;font-family:'Roboto Medium',sans-serif\">Series-A</text><path d=\"M 20 49\nL 50 49\" style=\"stroke-width:3;stroke:rgb(255,210,100);fill:none\"/><circle cx=\"35\" cy=\"49\" r=\"5\" style=\"stroke-width:3;stroke:rgb(255,210,100);fill:rgb(255,210,100)\"/><text x=\"52\" y=\"55\" style=\"stroke:none;fill:rgb(238,238,238);font-size:15.3px;font-family:'Roboto Medium',sans-serif\">Series-B</text><path d=\"M 20 69\nL 50 69\" style=\"stroke-width:3;stroke:rgb(100,180,210);fill:none\"/><circle cx=\"35\" cy=\"69\" r=\"5\" style=\"stroke-width:3;stroke:rgb(100,180,210);fill:rgb(100,180,210)\"/><text x=\"52\" y=\"75\" style=\"stroke:none;fill:rgb(238,238,238);font-size:15.3px;font-family:'Roboto Medium',sans-serif\">Series-C</text><path d=\"M 20 89\nL 50 89\" style=\"stroke-width:3;stroke:rgb(64,160,110);fill:none\"/><circle cx=\"35\" cy=\"89\" r=\"5\" style=\"stroke-width:3;stroke:rgb(64,160,110);fill:rgb(64,160,110)\"/><text x=\"52\" y=\"95\" style=\"stroke:none;fill:rgb(238,238,238);font-size:15.3px;font-family:'Roboto Medium',sans-serif\">Series-D</text><path d=\"M 20 109\nL 50 109\" style=\"stroke-width:3;stroke:rgb(154,100,180);fill:none\"/><circle cx=\"35\" cy=\"109\" r=\"5\" style=\"stroke-width:3;stroke:rgb(154,100,180);fill:rgb(154,100,180)\"/><text x=\"52\" y=\"115\" style=\"stroke:none;fill:rgb(238,238,238);font-size:15.3px;font-family:'Roboto Medium',sans-serif\">Series-E</text><text x=\"285\" y=\"36\" style=\"stroke:none;fill:rgb(238,238,238);font-size:15.3px;font-family:'Roboto Medium',sans-serif\">Title</text><text x=\"287\" y=\"52\" style=\"stroke:none;fill:rgb(238,238,238);font-size:15.3px;font-family:'Roboto Medium',sans-serif\">Sub</text><path d=\"M 300 223\nL 300 98\nA 125 125 119.89 0 1 409 285\nL 300 223\nZ\" style=\"stroke:none;fill:rgb(255,100,100)\"/><path d=\"M 408 161\nL 421 153\nM 421 153\nL 436 153\" style=\"stroke-width:1;stroke:rgb(255,100,100);fill:none\"/><text x=\"439\" y=\"158\" style=\"stroke:none;fill:rgb(238,238,238);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Series-A: 33.3%</text><path d=\"M 300 223\nL 409 285\nA 125 125 84.08 0 1 249 337\nL 300 223\nZ\" style=\"stroke:none;fill:rgb(255,210,100)\"/><path d=\"M 338 342\nL 343 356\nM 343 356\nL 358 356\" style=\"stroke-width:1;stroke:rgb(255,210,100);fill:none\"/><text x=\"361\" y=\"361\" style=\"stroke:none;fill:rgb(238,238,238);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Series-B: 23.35%</text><path d=\"M 300 223\nL 249 337\nA 125 125 66.35 0 1 175 222\nL 300 223\nZ\" style=\"stroke:none;fill:rgb(100,180,210)\"/><path d=\"M 195 290\nL 183 299\nM 183 299\nL 168 299\" style=\"stroke-width:1;stroke:rgb(100,180,210);fill:none\"/><text x=\"68\" y=\"304\" style=\"stroke:none;fill:rgb(238,238,238);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Series-C: 18.43%</text><path d=\"M 300 223\nL 175 222\nA 125 125 55.37 0 1 229 120\nL 300 223\nZ\" style=\"stroke:none;fill:rgb(64,160,110)\"/><path d=\"M 190 165\nL 177 158\nM 177 158\nL 162 158\" style=\"stroke-width:1;stroke:rgb(64,160,110);fill:none\"/><text x=\"62\" y=\"163\" style=\"stroke:none;fill:rgb(238,238,238);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Series-D: 15.37%</text><path d=\"M 300 223\nL 229 120\nA 125 125 34.32 0 1 300 98\nL 300 223\nZ\" style=\"stroke:none;fill:rgb(154,100,180)\"/><path d=\"M 264 104\nL 259 90\nM 259 90\nL 244 90\" style=\"stroke-width:1;stroke:rgb(154,100,180);fill:none\"/><text x=\"152\" y=\"95\" style=\"stroke:none;fill:rgb(238,238,238);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Series-E: 9.53%</text></svg>",
},
{
name: "lots_labels-sortedDescending",
width: 1000,
height: 800,
makeOptions: func() PieChartOption {
values := []float64{
84358845, 68070697, 58850717, 48059777, 36753736, 19051562, 17947406, 11754004,
10827529, 10521556, 10467366, 10394055, 9597085, 9104772, 6447710, 5932654,
5563970, 5428792, 5194336, 3850894, 2857279, 2116792, 1883008, 1373101,
920701, 660809, 542051,
}
return PieChartOption{
SeriesList: NewSeriesListPie(values, PieSeriesOption{
Label: SeriesLabel{
Show: Ptr(true),
FormatTemplate: "{b} ({c} ≅ {d})",
},
}),
Radius: "200",
Padding: NewBoxEqual(20),
Legend: LegendOption{
SeriesNames: []string{
"Germany",
"France",
"Italy",
"Spain",
"Poland",
"Romania",
"Netherlands",
"Belgium",
"Czech Republic",
"Sweden",
"Portugal",
"Greece",
"Hungary",
"Austria",
"Bulgaria",
"Denmark",
"Finland",
"Slovakia",
"Ireland",
"Croatia",
"Lithuania",
"Slovenia",
"Latvia",
"Estonia",
"Cyprus",
"Luxembourg",
"Malta",
},
Show: Ptr(false),
},
}
},
result: "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1000 800\"><path d=\"M 20 20\nL 980 20\nL 980 780\nL 20 780\nL 20 20\" style=\"stroke:none;fill:white\"/><path d=\"M 500 400\nL 500 200\nA 200 200 67.71 0 1 685 324\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(84,112,198)\"/><path d=\"M 611 234\nL 619 222\nM 619 222\nL 634 222\" style=\"stroke-width:1;stroke:rgb(84,112,198);fill:none\"/><text x=\"637\" y=\"227\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Germany (84358845 ≅ 18.8%)</text><path d=\"M 500 400\nL 685 324\nA 200 200 54.63 0 1 669 507\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(145,204,117)\"/><path d=\"M 699 417\nL 714 418\nM 714 418\nL 729 418\" style=\"stroke-width:1;stroke:rgb(145,204,117);fill:none\"/><text x=\"732\" y=\"423\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">France (68070697 ≅ 15.17%)</text><path d=\"M 500 400\nL 669 507\nA 200 200 47.23 0 1 536 597\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(250,200,88)\"/><path d=\"M 611 565\nL 620 578\nM 620 578\nL 635 578\" style=\"stroke-width:1;stroke:rgb(250,200,88);fill:none\"/><text x=\"638\" y=\"583\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Italy (58850717 ≅ 13.12%)</text><path d=\"M 500 400\nL 309 459\nA 200 200 14.40 0 1 300 409\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(252,132,82)\"/><path d=\"M 303 434\nL 289 436\nM 289 436\nL 274 436\" style=\"stroke-width:1;stroke:rgb(252,132,82);fill:none\"/><text x=\"102\" y=\"441\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Netherlands (17947406 ≅ 4%)</text><path d=\"M 500 400\nL 331 507\nA 200 200 15.29 0 1 309 459\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(59,162,114)\"/><path d=\"M 319 483\nL 305 489\nM 305 489\nL 290 489\" style=\"stroke-width:1;stroke:rgb(59,162,114);fill:none\"/><text x=\"119\" y=\"494\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Romania (19051562 ≅ 4.24%)</text><path d=\"M 500 400\nL 406 576\nA 200 200 29.50 0 1 331 507\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(115,192,222)\"/><path d=\"M 364 546\nL 354 557\nM 354 557\nL 339 557\" style=\"stroke-width:1;stroke:rgb(115,192,222);fill:none\"/><text x=\"178\" y=\"562\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Poland (36753736 ≅ 8.19%)</text><path d=\"M 500 400\nL 536 597\nA 200 200 38.57 0 1 406 576\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(238,102,102)\"/><path d=\"M 470 597\nL 467 612\nM 467 612\nL 452 612\" style=\"stroke-width:1;stroke:rgb(238,102,102);fill:none\"/><text x=\"292\" y=\"617\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Spain (48059777 ≅ 10.71%)</text><path d=\"M 500 400\nL 300 409\nA 200 200 9.43 0 1 301 376\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(154,96,180)\"/><path d=\"M 301 393\nL 286 393\nM 286 393\nL 271 393\" style=\"stroke-width:1;stroke:rgb(154,96,180);fill:none\"/><text x=\"103\" y=\"398\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Belgium (11754004 ≅ 2.62%)</text><path d=\"M 500 400\nL 301 376\nA 200 200 8.69 0 1 307 347\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(234,124,204)\"/><path d=\"M 304 362\nL 290 359\nM 290 359\nL 275 359\" style=\"stroke-width:1;stroke:rgb(234,124,204);fill:none\"/><text x=\"66\" y=\"364\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Czech Republic (10827529 ≅ 2.41%)</text><path d=\"M 500 400\nL 307 347\nA 200 200 8.44 0 1 317 319\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(123,142,198)\"/><path d=\"M 312 333\nL 298 328\nM 298 328\nL 283 328\" style=\"stroke-width:1;stroke:rgb(123,142,198);fill:none\"/><text x=\"117\" y=\"333\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Sweden (10521556 ≅ 2.34%)</text><path d=\"M 500 400\nL 317 319\nA 200 200 8.40 0 1 331 293\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(171,207,154)\"/><path d=\"M 324 306\nL 311 299\nM 311 299\nL 296 299\" style=\"stroke-width:1;stroke:rgb(171,207,154);fill:none\"/><text x=\"127\" y=\"304\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Portugal (10467366 ≅ 2.33%)</text><path d=\"M 500 400\nL 331 293\nA 200 200 8.34 0 1 348 270\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(244,210,134)\"/><path d=\"M 340 282\nL 328 273\nM 328 273\nL 313 273\" style=\"stroke-width:1;stroke:rgb(244,210,134);fill:none\"/><text x=\"152\" y=\"278\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Greece (10394055 ≅ 2.31%)</text><path d=\"M 500 400\nL 348 270\nA 200 200 7.70 0 1 367 251\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(235,145,145)\"/><path d=\"M 358 260\nL 347 250\nM 347 250\nL 332 250\" style=\"stroke-width:1;stroke:rgb(235,145,145);fill:none\"/><text x=\"170\" y=\"255\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Hungary (9597085 ≅ 2.13%)</text><path d=\"M 500 400\nL 367 251\nA 200 200 7.31 0 1 387 235\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(154,203,223)\"/><path d=\"M 377 243\nL 368 231\nM 368 231\nL 353 231\" style=\"stroke-width:1;stroke:rgb(154,203,223);fill:none\"/><text x=\"199\" y=\"236\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Austria (9104772 ≅ 2.02%)</text><path d=\"M 500 400\nL 387 235\nA 200 200 5.18 0 1 403 225\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(85,176,133)\"/><path d=\"M 395 230\nL 387 215\nM 387 215\nL 372 215\" style=\"stroke-width:1;stroke:rgb(85,176,133);fill:none\"/><text x=\"211\" y=\"220\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Bulgaria (6447710 ≅ 1.43%)</text><path d=\"M 500 400\nL 403 225\nA 200 200 4.76 0 1 417 218\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(245,163,128)\"/><path d=\"M 410 222\nL 404 199\nM 404 199\nL 389 199\" style=\"stroke-width:1;stroke:rgb(245,163,128);fill:none\"/><text x=\"224\" y=\"204\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Denmark (5932654 ≅ 1.32%)</text><path d=\"M 500 400\nL 417 218\nA 200 200 4.47 0 1 432 212\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(167,133,183)\"/><path d=\"M 425 215\nL 419 183\nM 419 183\nL 404 183\" style=\"stroke-width:1;stroke:rgb(167,133,183);fill:none\"/><text x=\"249\" y=\"188\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Finland (5563970 ≅ 1.24%)</text><path d=\"M 500 400\nL 432 212\nA 200 200 4.36 0 1 446 207\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(234,164,215)\"/><path d=\"M 440 210\nL 435 167\nM 435 167\nL 420 167\" style=\"stroke-width:1;stroke:rgb(234,164,215);fill:none\"/><text x=\"258\" y=\"172\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Slovakia (5428792 ≅ 1.21%)</text><path d=\"M 500 400\nL 446 207\nA 200 200 4.17 0 1 460 204\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(159,170,203)\"/><path d=\"M 454 206\nL 450 151\nM 450 151\nL 435 151\" style=\"stroke-width:1;stroke:rgb(159,170,203);fill:none\"/><text x=\"282\" y=\"156\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Ireland (5194336 ≅ 1.15%)</text><path d=\"M 500 400\nL 460 204\nA 200 200 3.09 0 1 471 202\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(196,215,187)\"/><path d=\"M 466 203\nL 464 135\nM 464 135\nL 449 135\" style=\"stroke-width:1;stroke:rgb(196,215,187);fill:none\"/><text x=\"294\" y=\"140\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Croatia (3850894 ≅ 0.85%)</text><path d=\"M 500 400\nL 471 202\nA 200 200 2.29 0 1 479 201\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(243,222,176)\"/><path d=\"M 476 202\nL 474 119\nM 474 119\nL 459 119\" style=\"stroke-width:1;stroke:rgb(243,222,176);fill:none\"/><text x=\"293\" y=\"124\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Lithuania (2857279 ≅ 0.63%)</text><path d=\"M 500 400\nL 479 201\nA 200 200 1.70 0 1 485 201\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(237,184,184)\"/><path d=\"M 482 201\nL 481 103\nM 481 103\nL 466 103\" style=\"stroke-width:1;stroke:rgb(237,184,184);fill:none\"/><text x=\"304\" y=\"108\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Slovenia (2116792 ≅ 0.47%)</text><path d=\"M 500 400\nL 485 201\nA 200 200 1.51 0 1 490 200\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(190,217,228)\"/><path d=\"M 488 201\nL 487 87\nM 487 87\nL 472 87\" style=\"stroke-width:1;stroke:rgb(190,217,228);fill:none\"/><text x=\"324\" y=\"92\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Latvia (1883008 ≅ 0.41%)</text><path d=\"M 500 400\nL 490 200\nA 200 200 1.10 0 1 494 200\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(123,178,153)\"/><path d=\"M 493 201\nL 492 71\nM 492 71\nL 477 71\" style=\"stroke-width:1;stroke:rgb(123,178,153);fill:none\"/><text x=\"328\" y=\"76\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Estonia (1373101 ≅ 0.3%)</text><path d=\"M 500 400\nL 494 200\nA 200 200 0.74 0 1 497 200\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(243,192,171)\"/><path d=\"M 496 201\nL 495 55\nM 495 55\nL 480 55\" style=\"stroke-width:1;stroke:rgb(243,192,171);fill:none\"/><text x=\"341\" y=\"60\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Cyprus (920701 ≅ 0.2%)</text><path d=\"M 500 400\nL 497 200\nA 200 200 0.53 0 1 498 200\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(183,166,190)\"/><path d=\"M 498 201\nL 498 39\nM 498 39\nL 483 39\" style=\"stroke-width:1;stroke:rgb(183,166,190);fill:none\"/><text x=\"305\" y=\"44\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Luxembourg (660809 ≅ 0.14%)</text><path d=\"M 500 400\nL 498 200\nA 200 200 0.44 0 1 500 200\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(238,201,228)\"/><path d=\"M 500 201\nL 500 23\nM 500 23\nL 485 23\" style=\"stroke-width:1;stroke:rgb(238,201,228);fill:none\"/><text x=\"346\" y=\"28\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Malta (542051 ≅ 0.12%)</text></svg>",
},
{
name: "lots_labels-unsorted",
width: 1000,
height: 800,
makeOptions: func() PieChartOption {
values := []float64{
9104772, 11754004, 6447710, 3850894, 920701, 10827529, 5932654, 1373101,
5563970, 68070697, 84358845, 10394055, 9597085, 5194336, 58850717, 1883008,
2857279, 660809, 542051, 17947406, 36753736, 10467366, 19051562, 5428792,
2116792, 48059777, 10521556,
}
return PieChartOption{
SeriesList: NewSeriesListPie(values, PieSeriesOption{
Label: SeriesLabel{
Show: Ptr(true),
FormatTemplate: "{b} ({c} ≅ {d})",
},
}),
Radius: "200",
Padding: NewBoxEqual(20),
Legend: LegendOption{
SeriesNames: []string{
"Austria",
"Belgium",
"Bulgaria",
"Croatia",
"Cyprus",
"Czech Republic",
"Denmark",
"Estonia",
"Finland",
"France",
"Germany",
"Greece",
"Hungary",
"Ireland",
"Italy",
"Latvia",
"Lithuania",
"Luxembourg",
"Malta",
"Netherlands",
"Poland",
"Portugal",
"Romania",
"Slovakia",
"Slovenia",
"Spain",
"Sweden",
},
Show: Ptr(false),
},
}
},
result: "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1000 800\"><path d=\"M 20 20\nL 980 20\nL 980 780\nL 20 780\nL 20 20\" style=\"stroke:none;fill:white\"/><path d=\"M 500 400\nL 641 258\nA 200 200 54.63 0 1 697 433\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(123,142,198)\"/><path d=\"M 690 339\nL 704 334\nM 704 334\nL 719 334\" style=\"stroke-width:1;stroke:rgb(123,142,198);fill:none\"/><text x=\"722\" y=\"339\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">France (68070697 ≅ 15.17%)</text><path d=\"M 500 400\nL 629 247\nA 200 200 4.47 0 1 641 258\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(234,124,204)\"/><path d=\"M 635 253\nL 645 242\nM 645 242\nL 660 242\" style=\"stroke-width:1;stroke:rgb(234,124,204);fill:none\"/><text x=\"663\" y=\"247\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Finland (5563970 ≅ 1.24%)</text><path d=\"M 500 400\nL 626 245\nA 200 200 1.10 0 1 629 247\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(154,96,180)\"/><path d=\"M 627 247\nL 637 226\nM 637 226\nL 652 226\" style=\"stroke-width:1;stroke:rgb(154,96,180);fill:none\"/><text x=\"655\" y=\"231\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Estonia (1373101 ≅ 0.3%)</text><path d=\"M 500 400\nL 613 235\nA 200 200 4.76 0 1 626 245\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(252,132,82)\"/><path d=\"M 619 240\nL 628 210\nM 628 210\nL 643 210\" style=\"stroke-width:1;stroke:rgb(252,132,82);fill:none\"/><text x=\"646\" y=\"215\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Denmark (5932654 ≅ 1.32%)</text><path d=\"M 500 400\nL 587 220\nA 200 200 8.69 0 1 613 235\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(59,162,114)\"/><path d=\"M 600 227\nL 607 194\nM 607 194\nL 622 194\" style=\"stroke-width:1;stroke:rgb(59,162,114);fill:none\"/><text x=\"625\" y=\"199\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Czech Republic (10827529 ≅ 2.41%)</text><path d=\"M 500 400\nL 585 219\nA 200 200 0.74 0 1 587 220\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(115,192,222)\"/><path d=\"M 585 220\nL 592 178\nM 592 178\nL 607 178\" style=\"stroke-width:1;stroke:rgb(115,192,222);fill:none\"/><text x=\"610\" y=\"183\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Cyprus (920701 ≅ 0.2%)</text><path d=\"M 500 400\nL 575 214\nA 200 200 3.09 0 1 585 219\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(238,102,102)\"/><path d=\"M 579 217\nL 585 162\nM 585 162\nL 600 162\" style=\"stroke-width:1;stroke:rgb(238,102,102);fill:none\"/><text x=\"603\" y=\"167\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Croatia (3850894 ≅ 0.85%)</text><path d=\"M 500 400\nL 558 208\nA 200 200 5.18 0 1 575 214\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(250,200,88)\"/><path d=\"M 566 212\nL 571 146\nM 571 146\nL 586 146\" style=\"stroke-width:1;stroke:rgb(250,200,88);fill:none\"/><text x=\"589\" y=\"151\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Bulgaria (6447710 ≅ 1.43%)</text><path d=\"M 500 400\nL 525 202\nA 200 200 9.43 0 1 558 208\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(145,204,117)\"/><path d=\"M 541 205\nL 544 130\nM 544 130\nL 559 130\" style=\"stroke-width:1;stroke:rgb(145,204,117);fill:none\"/><text x=\"562\" y=\"135\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Belgium (11754004 ≅ 2.62%)</text><path d=\"M 500 400\nL 500 200\nA 200 200 7.31 0 1 525 202\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(84,112,198)\"/><path d=\"M 512 201\nL 513 114\nM 513 114\nL 528 114\" style=\"stroke-width:1;stroke:rgb(84,112,198);fill:none\"/><text x=\"531\" y=\"119\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Austria (9104772 ≅ 2.02%)</text><path d=\"M 500 400\nL 697 433\nA 200 200 67.71 0 1 545 595\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(171,207,154)\"/><path d=\"M 645 537\nL 656 547\nM 656 547\nL 671 547\" style=\"stroke-width:1;stroke:rgb(171,207,154);fill:none\"/><text x=\"674\" y=\"552\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Germany (84358845 ≅ 18.8%)</text><path d=\"M 500 400\nL 545 595\nA 200 200 8.34 0 1 516 599\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(244,210,134)\"/><path d=\"M 530 597\nL 532 612\nM 532 612\nL 547 612\" style=\"stroke-width:1;stroke:rgb(244,210,134);fill:none\"/><text x=\"550\" y=\"617\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Greece (10394055 ≅ 2.31%)</text><path d=\"M 500 400\nL 516 599\nA 200 200 7.70 0 1 489 600\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(235,145,145)\"/><path d=\"M 502 599\nL 502 628\nM 502 628\nL 517 628\" style=\"stroke-width:1;stroke:rgb(235,145,145);fill:none\"/><text x=\"520\" y=\"633\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Hungary (9597085 ≅ 2.13%)</text><path d=\"M 500 400\nL 308 456\nA 200 200 29.50 0 1 305 354\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(243,222,176)\"/><path d=\"M 301 405\nL 286 405\nM 286 405\nL 271 405\" style=\"stroke-width:1;stroke:rgb(243,222,176);fill:none\"/><text x=\"110\" y=\"410\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Poland (36753736 ≅ 8.19%)</text><path d=\"M 500 400\nL 328 502\nA 200 200 14.40 0 1 308 456\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(196,215,187)\"/><path d=\"M 317 479\nL 303 485\nM 303 485\nL 288 485\" style=\"stroke-width:1;stroke:rgb(196,215,187);fill:none\"/><text x=\"116\" y=\"490\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Netherlands (17947406 ≅ 4%)</text><path d=\"M 500 400\nL 329 503\nA 200 200 0.44 0 1 328 502\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(159,170,203)\"/><path d=\"M 329 502\nL 316 510\nM 316 510\nL 301 510\" style=\"stroke-width:1;stroke:rgb(159,170,203);fill:none\"/><text x=\"162\" y=\"515\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Malta (542051 ≅ 0.12%)</text><path d=\"M 500 400\nL 330 505\nA 200 200 0.53 0 1 329 503\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(234,164,215)\"/><path d=\"M 330 504\nL 317 526\nM 317 526\nL 302 526\" style=\"stroke-width:1;stroke:rgb(234,164,215);fill:none\"/><text x=\"124\" y=\"531\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Luxembourg (660809 ≅ 0.14%)</text><path d=\"M 500 400\nL 334 512\nA 200 200 2.29 0 1 330 505\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(167,133,183)\"/><path d=\"M 332 508\nL 320 542\nM 320 542\nL 305 542\" style=\"stroke-width:1;stroke:rgb(167,133,183);fill:none\"/><text x=\"139\" y=\"547\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Lithuania (2857279 ≅ 0.63%)</text><path d=\"M 500 400\nL 337 516\nA 200 200 1.51 0 1 334 512\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(245,163,128)\"/><path d=\"M 336 513\nL 324 558\nM 324 558\nL 309 558\" style=\"stroke-width:1;stroke:rgb(245,163,128);fill:none\"/><text x=\"161\" y=\"563\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Latvia (1883008 ≅ 0.41%)</text><path d=\"M 500 400\nL 475 598\nA 200 200 47.23 0 1 337 516\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(85,176,133)\"/><path d=\"M 398 571\nL 390 584\nM 390 584\nL 375 584\" style=\"stroke-width:1;stroke:rgb(85,176,133);fill:none\"/><text x=\"223\" y=\"589\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Italy (58850717 ≅ 13.12%)</text><path d=\"M 500 400\nL 489 600\nA 200 200 4.17 0 1 475 598\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(154,203,223)\"/><path d=\"M 482 599\nL 481 614\nM 481 614\nL 466 614\" style=\"stroke-width:1;stroke:rgb(154,203,223);fill:none\"/><text x=\"313\" y=\"619\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Ireland (5194336 ≅ 1.15%)</text><path d=\"M 500 400\nL 305 354\nA 200 200 8.40 0 1 314 326\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(237,184,184)\"/><path d=\"M 310 341\nL 295 336\nM 295 336\nL 280 336\" style=\"stroke-width:1;stroke:rgb(237,184,184);fill:none\"/><text x=\"111\" y=\"341\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Portugal (10467366 ≅ 2.33%)</text><path d=\"M 500 400\nL 314 326\nA 200 200 15.29 0 1 340 280\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(190,217,228)\"/><path d=\"M 326 303\nL 313 295\nM 313 295\nL 298 295\" style=\"stroke-width:1;stroke:rgb(190,217,228);fill:none\"/><text x=\"127\" y=\"300\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Romania (19051562 ≅ 4.24%)</text><path d=\"M 500 400\nL 340 280\nA 200 200 4.36 0 1 350 268\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(123,178,153)\"/><path d=\"M 345 274\nL 334 265\nM 334 265\nL 319 265\" style=\"stroke-width:1;stroke:rgb(123,178,153);fill:none\"/><text x=\"157\" y=\"270\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Slovakia (5428792 ≅ 1.21%)</text><path d=\"M 500 400\nL 350 268\nA 200 200 1.70 0 1 354 264\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(243,192,171)\"/><path d=\"M 352 266\nL 341 249\nM 341 249\nL 326 249\" style=\"stroke-width:1;stroke:rgb(243,192,171);fill:none\"/><text x=\"164\" y=\"254\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Slovenia (2116792 ≅ 0.47%)</text><path d=\"M 500 400\nL 354 264\nA 200 200 38.57 0 1 471 202\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(183,166,190)\"/><path d=\"M 407 223\nL 400 210\nM 400 210\nL 385 210\" style=\"stroke-width:1;stroke:rgb(183,166,190);fill:none\"/><text x=\"225\" y=\"215\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Spain (48059777 ≅ 10.71%)</text><path d=\"M 500 400\nL 471 202\nA 200 200 8.44 0 1 500 200\nL 500 400\nZ\" style=\"stroke:none;fill:rgb(238,201,228)\"/><path d=\"M 486 201\nL 485 186\nM 485 186\nL 470 186\" style=\"stroke-width:1;stroke:rgb(238,201,228);fill:none\"/><text x=\"304\" y=\"191\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Sweden (10521556 ≅ 2.34%)</text></svg>",
},
{
name: "100labels-sorted",
width: 1000,
height: 900,
makeOptions: func() PieChartOption {
var values []float64
var labels []string
for i := 1; i <= 100; i++ {
values = append(values, float64(1))
labels = append(labels, "Label "+strconv.Itoa(i))
}
return PieChartOption{
SeriesList: NewSeriesListPie(values),
Radius: "200",
Padding: NewBoxEqual(20),
Legend: LegendOption{
SeriesNames: labels,
Show: Ptr(false),
},
}
},
result: "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1000 900\"><path d=\"M 20 20\nL 980 20\nL 980 880\nL 20 880\nL 20 20\" style=\"stroke:none;fill:white\"/><path d=\"M 500 450\nL 700 437\nA 200 200 3.60 0 1 700 450\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(243,192,171)\"/><path d=\"M 699 444\nL 714 444\nM 714 444\nL 729 444\" style=\"stroke-width:1;stroke:rgb(243,192,171);fill:none\"/><text x=\"732\" y=\"449\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 25: 1%</text><path d=\"M 500 450\nL 698 425\nA 200 200 3.60 0 1 700 437\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(123,178,153)\"/><path d=\"M 699 432\nL 714 428\nM 714 428\nL 729 428\" style=\"stroke-width:1;stroke:rgb(123,178,153);fill:none\"/><text x=\"732\" y=\"433\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 24: 1%</text><path d=\"M 500 450\nL 696 413\nA 200 200 3.60 0 1 698 425\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(190,217,228)\"/><path d=\"M 697 419\nL 712 412\nM 712 412\nL 727 412\" style=\"stroke-width:1;stroke:rgb(190,217,228);fill:none\"/><text x=\"730\" y=\"417\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 23: 1%</text><path d=\"M 500 450\nL 694 400\nA 200 200 3.60 0 1 696 413\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(237,184,184)\"/><path d=\"M 695 407\nL 709 396\nM 709 396\nL 724 396\" style=\"stroke-width:1;stroke:rgb(237,184,184);fill:none\"/><text x=\"727\" y=\"401\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 22: 1%</text><path d=\"M 500 450\nL 690 388\nA 200 200 3.60 0 1 694 400\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(243,222,176)\"/><path d=\"M 692 395\nL 706 380\nM 706 380\nL 721 380\" style=\"stroke-width:1;stroke:rgb(243,222,176);fill:none\"/><text x=\"724\" y=\"385\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 21: 1%</text><path d=\"M 500 450\nL 686 376\nA 200 200 3.60 0 1 690 388\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(196,215,187)\"/><path d=\"M 688 383\nL 702 364\nM 702 364\nL 717 364\" style=\"stroke-width:1;stroke:rgb(196,215,187);fill:none\"/><text x=\"720\" y=\"369\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 20: 1%</text><path d=\"M 500 450\nL 681 365\nA 200 200 3.60 0 1 686 376\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(159,170,203)\"/><path d=\"M 683 371\nL 697 348\nM 697 348\nL 712 348\" style=\"stroke-width:1;stroke:rgb(159,170,203);fill:none\"/><text x=\"715\" y=\"353\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 19: 1%</text><path d=\"M 500 450\nL 675 354\nA 200 200 3.60 0 1 681 365\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(234,164,215)\"/><path d=\"M 678 360\nL 691 332\nM 691 332\nL 706 332\" style=\"stroke-width:1;stroke:rgb(234,164,215);fill:none\"/><text x=\"709\" y=\"337\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 18: 1%</text><path d=\"M 500 450\nL 669 343\nA 200 200 3.60 0 1 675 354\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(167,133,183)\"/><path d=\"M 672 349\nL 685 316\nM 685 316\nL 700 316\" style=\"stroke-width:1;stroke:rgb(167,133,183);fill:none\"/><text x=\"703\" y=\"321\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 17: 1%</text><path d=\"M 500 450\nL 662 332\nA 200 200 3.60 0 1 669 343\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(245,163,128)\"/><path d=\"M 665 338\nL 677 300\nM 677 300\nL 692 300\" style=\"stroke-width:1;stroke:rgb(245,163,128);fill:none\"/><text x=\"695\" y=\"305\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 16: 1%</text><path d=\"M 500 450\nL 654 323\nA 200 200 3.60 0 1 662 332\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(85,176,133)\"/><path d=\"M 658 328\nL 669 284\nM 669 284\nL 684 284\" style=\"stroke-width:1;stroke:rgb(85,176,133);fill:none\"/><text x=\"687\" y=\"289\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 15: 1%</text><path d=\"M 500 450\nL 646 313\nA 200 200 3.60 0 1 654 323\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(154,203,223)\"/><path d=\"M 650 318\nL 661 268\nM 661 268\nL 676 268\" style=\"stroke-width:1;stroke:rgb(154,203,223);fill:none\"/><text x=\"679\" y=\"273\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 14: 1%</text><path d=\"M 500 450\nL 637 304\nA 200 200 3.60 0 1 646 313\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(235,145,145)\"/><path d=\"M 641 309\nL 652 252\nM 652 252\nL 667 252\" style=\"stroke-width:1;stroke:rgb(235,145,145);fill:none\"/><text x=\"670\" y=\"257\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 13: 1%</text><path d=\"M 500 450\nL 627 296\nA 200 200 3.60 0 1 637 304\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(244,210,134)\"/><path d=\"M 632 300\nL 642 236\nM 642 236\nL 657 236\" style=\"stroke-width:1;stroke:rgb(244,210,134);fill:none\"/><text x=\"660\" y=\"241\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 12: 1%</text><path d=\"M 500 450\nL 618 288\nA 200 200 3.60 0 1 627 296\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(171,207,154)\"/><path d=\"M 622 292\nL 631 220\nM 631 220\nL 646 220\" style=\"stroke-width:1;stroke:rgb(171,207,154);fill:none\"/><text x=\"649\" y=\"225\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 11: 1%</text><path d=\"M 500 450\nL 607 281\nA 200 200 3.60 0 1 618 288\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(123,142,198)\"/><path d=\"M 612 285\nL 620 204\nM 620 204\nL 635 204\" style=\"stroke-width:1;stroke:rgb(123,142,198);fill:none\"/><text x=\"638\" y=\"209\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 10: 1%</text><path d=\"M 500 450\nL 596 275\nA 200 200 3.60 0 1 607 281\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(234,124,204)\"/><path d=\"M 601 278\nL 609 188\nM 609 188\nL 624 188\" style=\"stroke-width:1;stroke:rgb(234,124,204);fill:none\"/><text x=\"627\" y=\"193\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 9: 1%</text><path d=\"M 500 450\nL 585 269\nA 200 200 3.60 0 1 596 275\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(154,96,180)\"/><path d=\"M 590 272\nL 597 172\nM 597 172\nL 612 172\" style=\"stroke-width:1;stroke:rgb(154,96,180);fill:none\"/><text x=\"615\" y=\"177\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 8: 1%</text><path d=\"M 500 450\nL 574 264\nA 200 200 3.60 0 1 585 269\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(252,132,82)\"/><path d=\"M 579 267\nL 585 156\nM 585 156\nL 600 156\" style=\"stroke-width:1;stroke:rgb(252,132,82);fill:none\"/><text x=\"603\" y=\"161\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 7: 1%</text><path d=\"M 500 450\nL 562 260\nA 200 200 3.60 0 1 574 264\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(59,162,114)\"/><path d=\"M 567 262\nL 572 140\nM 572 140\nL 587 140\" style=\"stroke-width:1;stroke:rgb(59,162,114);fill:none\"/><text x=\"590\" y=\"145\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 6: 1%</text><path d=\"M 500 450\nL 550 256\nA 200 200 3.60 0 1 562 260\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(115,192,222)\"/><path d=\"M 555 258\nL 559 124\nM 559 124\nL 574 124\" style=\"stroke-width:1;stroke:rgb(115,192,222);fill:none\"/><text x=\"577\" y=\"129\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 5: 1%</text><path d=\"M 500 450\nL 537 254\nA 200 200 3.60 0 1 550 256\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(238,102,102)\"/><path d=\"M 543 255\nL 546 108\nM 546 108\nL 561 108\" style=\"stroke-width:1;stroke:rgb(238,102,102);fill:none\"/><text x=\"564\" y=\"113\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 4: 1%</text><path d=\"M 500 450\nL 525 252\nA 200 200 3.60 0 1 537 254\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(250,200,88)\"/><path d=\"M 531 253\nL 533 92\nM 533 92\nL 548 92\" style=\"stroke-width:1;stroke:rgb(250,200,88);fill:none\"/><text x=\"551\" y=\"97\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 3: 1%</text><path d=\"M 500 450\nL 513 250\nA 200 200 3.60 0 1 525 252\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(145,204,117)\"/><path d=\"M 518 251\nL 520 76\nM 520 76\nL 535 76\" style=\"stroke-width:1;stroke:rgb(145,204,117);fill:none\"/><text x=\"538\" y=\"81\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 2: 1%</text><path d=\"M 500 450\nL 500 250\nA 200 200 3.60 0 1 513 250\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(84,112,198)\"/><path d=\"M 506 251\nL 506 60\nM 506 60\nL 521 60\" style=\"stroke-width:1;stroke:rgb(84,112,198);fill:none\"/><text x=\"524\" y=\"65\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 1: 1%</text><path d=\"M 500 450\nL 700 450\nA 200 200 3.60 0 1 700 463\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(183,166,190)\"/><path d=\"M 699 456\nL 714 460\nM 714 460\nL 729 460\" style=\"stroke-width:1;stroke:rgb(183,166,190);fill:none\"/><text x=\"732\" y=\"465\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 26: 1%</text><path d=\"M 500 450\nL 700 463\nA 200 200 3.60 0 1 698 475\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(238,201,228)\"/><path d=\"M 699 468\nL 714 476\nM 714 476\nL 729 476\" style=\"stroke-width:1;stroke:rgb(238,201,228);fill:none\"/><text x=\"732\" y=\"481\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 27: 1%</text><path d=\"M 500 450\nL 698 475\nA 200 200 3.60 0 1 696 487\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(191,196,212)\"/><path d=\"M 697 481\nL 712 492\nM 712 492\nL 727 492\" style=\"stroke-width:1;stroke:rgb(191,196,212);fill:none\"/><text x=\"730\" y=\"497\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 28: 1%</text><path d=\"M 500 450\nL 696 487\nA 200 200 3.60 0 1 694 500\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(219,227,216)\"/><path d=\"M 695 493\nL 709 508\nM 709 508\nL 724 508\" style=\"stroke-width:1;stroke:rgb(219,227,216);fill:none\"/><text x=\"727\" y=\"513\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 29: 1%</text><path d=\"M 500 450\nL 694 500\nA 200 200 3.60 0 1 690 512\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(246,236,214)\"/><path d=\"M 692 505\nL 706 524\nM 706 524\nL 721 524\" style=\"stroke-width:1;stroke:rgb(246,236,214);fill:none\"/><text x=\"724\" y=\"529\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 30: 1%</text><path d=\"M 500 450\nL 690 512\nA 200 200 3.60 0 1 686 524\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(243,219,219)\"/><path d=\"M 688 517\nL 702 540\nM 702 540\nL 717 540\" style=\"stroke-width:1;stroke:rgb(243,219,219);fill:none\"/><text x=\"720\" y=\"545\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 31: 1%</text><path d=\"M 500 450\nL 686 524\nA 200 200 3.60 0 1 681 535\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(221,233,237)\"/><path d=\"M 683 529\nL 697 556\nM 697 556\nL 712 556\" style=\"stroke-width:1;stroke:rgb(221,233,237);fill:none\"/><text x=\"715\" y=\"561\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 32: 1%</text><path d=\"M 500 450\nL 681 535\nA 200 200 3.60 0 1 675 546\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(157,185,172)\"/><path d=\"M 678 540\nL 691 572\nM 691 572\nL 706 572\" style=\"stroke-width:1;stroke:rgb(157,185,172);fill:none\"/><text x=\"709\" y=\"577\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 33: 1%</text><path d=\"M 500 450\nL 675 546\nA 200 200 3.60 0 1 669 557\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(246,220,210)\"/><path d=\"M 672 551\nL 685 588\nM 685 588\nL 700 588\" style=\"stroke-width:1;stroke:rgb(246,220,210);fill:none\"/><text x=\"703\" y=\"593\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 34: 1%</text><path d=\"M 500 450\nL 669 557\nA 200 200 3.60 0 1 662 568\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(200,195,202)\"/><path d=\"M 665 562\nL 677 604\nM 677 604\nL 692 604\" style=\"stroke-width:1;stroke:rgb(200,195,202);fill:none\"/><text x=\"695\" y=\"609\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 35: 1%</text><path d=\"M 500 450\nL 662 568\nA 200 200 3.60 0 1 654 577\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(246,233,243)\"/><path d=\"M 658 572\nL 669 620\nM 669 620\nL 684 620\" style=\"stroke-width:1;stroke:rgb(246,233,243);fill:none\"/><text x=\"687\" y=\"625\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 36: 1%</text><path d=\"M 500 450\nL 654 577\nA 200 200 3.60 0 1 646 587\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(123,142,198)\"/><path d=\"M 650 582\nL 661 636\nM 661 636\nL 676 636\" style=\"stroke-width:1;stroke:rgb(123,142,198);fill:none\"/><text x=\"679\" y=\"641\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 37: 1%</text><path d=\"M 500 450\nL 646 587\nA 200 200 3.60 0 1 637 596\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(171,207,154)\"/><path d=\"M 641 591\nL 652 652\nM 652 652\nL 667 652\" style=\"stroke-width:1;stroke:rgb(171,207,154);fill:none\"/><text x=\"670\" y=\"657\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 38: 1%</text><path d=\"M 500 450\nL 637 596\nA 200 200 3.60 0 1 627 604\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(244,210,134)\"/><path d=\"M 632 600\nL 642 668\nM 642 668\nL 657 668\" style=\"stroke-width:1;stroke:rgb(244,210,134);fill:none\"/><text x=\"660\" y=\"673\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 39: 1%</text><path d=\"M 500 450\nL 627 604\nA 200 200 3.60 0 1 618 612\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(235,145,145)\"/><path d=\"M 622 608\nL 631 684\nM 631 684\nL 646 684\" style=\"stroke-width:1;stroke:rgb(235,145,145);fill:none\"/><text x=\"649\" y=\"689\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 40: 1%</text><path d=\"M 500 450\nL 618 612\nA 200 200 3.60 0 1 607 619\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(154,203,223)\"/><path d=\"M 612 615\nL 620 700\nM 620 700\nL 635 700\" style=\"stroke-width:1;stroke:rgb(154,203,223);fill:none\"/><text x=\"638\" y=\"705\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 41: 1%</text><path d=\"M 500 450\nL 607 619\nA 200 200 3.60 0 1 596 625\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(85,176,133)\"/><path d=\"M 601 622\nL 609 716\nM 609 716\nL 624 716\" style=\"stroke-width:1;stroke:rgb(85,176,133);fill:none\"/><text x=\"627\" y=\"721\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 42: 1%</text><path d=\"M 500 450\nL 596 625\nA 200 200 3.60 0 1 585 631\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(245,163,128)\"/><path d=\"M 590 628\nL 597 732\nM 597 732\nL 612 732\" style=\"stroke-width:1;stroke:rgb(245,163,128);fill:none\"/><text x=\"615\" y=\"737\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 43: 1%</text><path d=\"M 500 450\nL 585 631\nA 200 200 3.60 0 1 574 636\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(167,133,183)\"/><path d=\"M 579 633\nL 585 748\nM 585 748\nL 600 748\" style=\"stroke-width:1;stroke:rgb(167,133,183);fill:none\"/><text x=\"603\" y=\"753\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 44: 1%</text><path d=\"M 500 450\nL 574 636\nA 200 200 3.60 0 1 562 640\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(234,164,215)\"/><path d=\"M 567 638\nL 572 764\nM 572 764\nL 587 764\" style=\"stroke-width:1;stroke:rgb(234,164,215);fill:none\"/><text x=\"590\" y=\"769\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 45: 1%</text><path d=\"M 500 450\nL 562 640\nA 200 200 3.60 0 1 550 644\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(159,170,203)\"/><path d=\"M 555 642\nL 559 780\nM 559 780\nL 574 780\" style=\"stroke-width:1;stroke:rgb(159,170,203);fill:none\"/><text x=\"577\" y=\"785\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 46: 1%</text><path d=\"M 500 450\nL 550 644\nA 200 200 3.60 0 1 537 646\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(196,215,187)\"/><path d=\"M 543 645\nL 546 796\nM 546 796\nL 561 796\" style=\"stroke-width:1;stroke:rgb(196,215,187);fill:none\"/><text x=\"564\" y=\"801\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 47: 1%</text><path d=\"M 500 450\nL 537 646\nA 200 200 3.60 0 1 525 648\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(243,222,176)\"/><path d=\"M 531 647\nL 533 812\nM 533 812\nL 548 812\" style=\"stroke-width:1;stroke:rgb(243,222,176);fill:none\"/><text x=\"551\" y=\"817\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 48: 1%</text><path d=\"M 500 450\nL 525 648\nA 200 200 3.60 0 1 513 650\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(237,184,184)\"/><path d=\"M 518 649\nL 520 828\nM 520 828\nL 535 828\" style=\"stroke-width:1;stroke:rgb(237,184,184);fill:none\"/><text x=\"538\" y=\"833\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 49: 1%</text><path d=\"M 500 450\nL 513 650\nA 200 200 3.60 0 1 500 650\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(190,217,228)\"/><path d=\"M 506 649\nL 506 844\nM 506 844\nL 521 844\" style=\"stroke-width:1;stroke:rgb(190,217,228);fill:none\"/><text x=\"524\" y=\"849\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 50: 1%</text><path d=\"M 500 450\nL 300 463\nA 200 200 3.60 0 1 300 450\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(243,222,176)\"/><path d=\"M 301 456\nL 286 456\nM 286 456\nL 271 456\" style=\"stroke-width:1;stroke:rgb(243,222,176);fill:none\"/><text x=\"195\" y=\"461\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 75: 1%</text><path d=\"M 500 450\nL 302 475\nA 200 200 3.60 0 1 300 463\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(196,215,187)\"/><path d=\"M 301 468\nL 286 472\nM 286 472\nL 271 472\" style=\"stroke-width:1;stroke:rgb(196,215,187);fill:none\"/><text x=\"195\" y=\"477\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 74: 1%</text><path d=\"M 500 450\nL 304 487\nA 200 200 3.60 0 1 302 475\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(159,170,203)\"/><path d=\"M 303 481\nL 288 488\nM 288 488\nL 273 488\" style=\"stroke-width:1;stroke:rgb(159,170,203);fill:none\"/><text x=\"197\" y=\"493\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 73: 1%</text><path d=\"M 500 450\nL 306 500\nA 200 200 3.60 0 1 304 487\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(234,164,215)\"/><path d=\"M 305 493\nL 291 504\nM 291 504\nL 276 504\" style=\"stroke-width:1;stroke:rgb(234,164,215);fill:none\"/><text x=\"200\" y=\"509\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 72: 1%</text><path d=\"M 500 450\nL 310 512\nA 200 200 3.60 0 1 306 500\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(167,133,183)\"/><path d=\"M 308 505\nL 294 520\nM 294 520\nL 279 520\" style=\"stroke-width:1;stroke:rgb(167,133,183);fill:none\"/><text x=\"203\" y=\"525\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 71: 1%</text><path d=\"M 500 450\nL 314 524\nA 200 200 3.60 0 1 310 512\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(245,163,128)\"/><path d=\"M 312 517\nL 298 536\nM 298 536\nL 283 536\" style=\"stroke-width:1;stroke:rgb(245,163,128);fill:none\"/><text x=\"207\" y=\"541\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 70: 1%</text><path d=\"M 500 450\nL 319 535\nA 200 200 3.60 0 1 314 524\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(85,176,133)\"/><path d=\"M 317 529\nL 303 552\nM 303 552\nL 288 552\" style=\"stroke-width:1;stroke:rgb(85,176,133);fill:none\"/><text x=\"212\" y=\"557\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 69: 1%</text><path d=\"M 500 450\nL 325 546\nA 200 200 3.60 0 1 319 535\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(154,203,223)\"/><path d=\"M 322 540\nL 309 568\nM 309 568\nL 294 568\" style=\"stroke-width:1;stroke:rgb(154,203,223);fill:none\"/><text x=\"218\" y=\"573\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 68: 1%</text><path d=\"M 500 450\nL 331 557\nA 200 200 3.60 0 1 325 546\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(235,145,145)\"/><path d=\"M 328 551\nL 315 584\nM 315 584\nL 300 584\" style=\"stroke-width:1;stroke:rgb(235,145,145);fill:none\"/><text x=\"224\" y=\"589\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 67: 1%</text><path d=\"M 500 450\nL 338 568\nA 200 200 3.60 0 1 331 557\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(244,210,134)\"/><path d=\"M 335 562\nL 323 600\nM 323 600\nL 308 600\" style=\"stroke-width:1;stroke:rgb(244,210,134);fill:none\"/><text x=\"232\" y=\"605\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 66: 1%</text><path d=\"M 500 450\nL 346 577\nA 200 200 3.60 0 1 338 568\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(171,207,154)\"/><path d=\"M 342 572\nL 331 616\nM 331 616\nL 316 616\" style=\"stroke-width:1;stroke:rgb(171,207,154);fill:none\"/><text x=\"240\" y=\"621\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 65: 1%</text><path d=\"M 500 450\nL 354 587\nA 200 200 3.60 0 1 346 577\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(123,142,198)\"/><path d=\"M 350 582\nL 339 632\nM 339 632\nL 324 632\" style=\"stroke-width:1;stroke:rgb(123,142,198);fill:none\"/><text x=\"248\" y=\"637\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 64: 1%</text><path d=\"M 500 450\nL 363 596\nA 200 200 3.60 0 1 354 587\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(246,233,243)\"/><path d=\"M 359 591\nL 348 648\nM 348 648\nL 333 648\" style=\"stroke-width:1;stroke:rgb(246,233,243);fill:none\"/><text x=\"257\" y=\"653\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 63: 1%</text><path d=\"M 500 450\nL 373 604\nA 200 200 3.60 0 1 363 596\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(200,195,202)\"/><path d=\"M 368 600\nL 358 664\nM 358 664\nL 343 664\" style=\"stroke-width:1;stroke:rgb(200,195,202);fill:none\"/><text x=\"267\" y=\"669\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 62: 1%</text><path d=\"M 500 450\nL 382 612\nA 200 200 3.60 0 1 373 604\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(246,220,210)\"/><path d=\"M 378 608\nL 369 680\nM 369 680\nL 354 680\" style=\"stroke-width:1;stroke:rgb(246,220,210);fill:none\"/><text x=\"278\" y=\"685\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 61: 1%</text><path d=\"M 500 450\nL 393 619\nA 200 200 3.60 0 1 382 612\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(157,185,172)\"/><path d=\"M 388 615\nL 380 696\nM 380 696\nL 365 696\" style=\"stroke-width:1;stroke:rgb(157,185,172);fill:none\"/><text x=\"289\" y=\"701\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 60: 1%</text><path d=\"M 500 450\nL 404 625\nA 200 200 3.60 0 1 393 619\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(221,233,237)\"/><path d=\"M 399 622\nL 391 712\nM 391 712\nL 376 712\" style=\"stroke-width:1;stroke:rgb(221,233,237);fill:none\"/><text x=\"300\" y=\"717\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 59: 1%</text><path d=\"M 500 450\nL 415 631\nA 200 200 3.60 0 1 404 625\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(243,219,219)\"/><path d=\"M 410 628\nL 403 728\nM 403 728\nL 388 728\" style=\"stroke-width:1;stroke:rgb(243,219,219);fill:none\"/><text x=\"312\" y=\"733\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 58: 1%</text><path d=\"M 500 450\nL 426 636\nA 200 200 3.60 0 1 415 631\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(246,236,214)\"/><path d=\"M 421 633\nL 415 744\nM 415 744\nL 400 744\" style=\"stroke-width:1;stroke:rgb(246,236,214);fill:none\"/><text x=\"324\" y=\"749\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 57: 1%</text><path d=\"M 500 450\nL 438 640\nA 200 200 3.60 0 1 426 636\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(219,227,216)\"/><path d=\"M 433 638\nL 428 760\nM 428 760\nL 413 760\" style=\"stroke-width:1;stroke:rgb(219,227,216);fill:none\"/><text x=\"337\" y=\"765\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 56: 1%</text><path d=\"M 500 450\nL 450 644\nA 200 200 3.60 0 1 438 640\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(191,196,212)\"/><path d=\"M 445 642\nL 441 776\nM 441 776\nL 426 776\" style=\"stroke-width:1;stroke:rgb(191,196,212);fill:none\"/><text x=\"350\" y=\"781\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 55: 1%</text><path d=\"M 500 450\nL 463 646\nA 200 200 3.60 0 1 450 644\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(238,201,228)\"/><path d=\"M 457 645\nL 454 792\nM 454 792\nL 439 792\" style=\"stroke-width:1;stroke:rgb(238,201,228);fill:none\"/><text x=\"363\" y=\"797\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 54: 1%</text><path d=\"M 500 450\nL 475 648\nA 200 200 3.60 0 1 463 646\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(183,166,190)\"/><path d=\"M 469 647\nL 467 808\nM 467 808\nL 452 808\" style=\"stroke-width:1;stroke:rgb(183,166,190);fill:none\"/><text x=\"376\" y=\"813\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 53: 1%</text><path d=\"M 500 450\nL 487 650\nA 200 200 3.60 0 1 475 648\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(243,192,171)\"/><path d=\"M 482 649\nL 480 824\nM 480 824\nL 465 824\" style=\"stroke-width:1;stroke:rgb(243,192,171);fill:none\"/><text x=\"389\" y=\"829\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 52: 1%</text><path d=\"M 500 450\nL 500 650\nA 200 200 3.60 0 1 487 650\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(123,178,153)\"/><path d=\"M 494 649\nL 494 840\nM 494 840\nL 479 840\" style=\"stroke-width:1;stroke:rgb(123,178,153);fill:none\"/><text x=\"403\" y=\"845\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 51: 1%</text><path d=\"M 500 450\nL 300 450\nA 200 200 3.60 0 1 300 437\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(237,184,184)\"/><path d=\"M 301 444\nL 286 440\nM 286 440\nL 271 440\" style=\"stroke-width:1;stroke:rgb(237,184,184);fill:none\"/><text x=\"195\" y=\"445\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 76: 1%</text><path d=\"M 500 450\nL 300 437\nA 200 200 3.60 0 1 302 425\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(190,217,228)\"/><path d=\"M 301 432\nL 286 424\nM 286 424\nL 271 424\" style=\"stroke-width:1;stroke:rgb(190,217,228);fill:none\"/><text x=\"195\" y=\"429\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 77: 1%</text><path d=\"M 500 450\nL 302 425\nA 200 200 3.60 0 1 304 413\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(123,178,153)\"/><path d=\"M 303 419\nL 288 408\nM 288 408\nL 273 408\" style=\"stroke-width:1;stroke:rgb(123,178,153);fill:none\"/><text x=\"197\" y=\"413\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 78: 1%</text><path d=\"M 500 450\nL 304 413\nA 200 200 3.60 0 1 306 400\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(243,192,171)\"/><path d=\"M 305 407\nL 291 392\nM 291 392\nL 276 392\" style=\"stroke-width:1;stroke:rgb(243,192,171);fill:none\"/><text x=\"200\" y=\"397\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 79: 1%</text><path d=\"M 500 450\nL 306 400\nA 200 200 3.60 0 1 310 388\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(183,166,190)\"/><path d=\"M 308 395\nL 294 376\nM 294 376\nL 279 376\" style=\"stroke-width:1;stroke:rgb(183,166,190);fill:none\"/><text x=\"203\" y=\"381\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 80: 1%</text><path d=\"M 500 450\nL 310 388\nA 200 200 3.60 0 1 314 376\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(238,201,228)\"/><path d=\"M 312 383\nL 298 360\nM 298 360\nL 283 360\" style=\"stroke-width:1;stroke:rgb(238,201,228);fill:none\"/><text x=\"207\" y=\"365\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 81: 1%</text><path d=\"M 500 450\nL 314 376\nA 200 200 3.60 0 1 319 365\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(191,196,212)\"/><path d=\"M 317 371\nL 303 344\nM 303 344\nL 288 344\" style=\"stroke-width:1;stroke:rgb(191,196,212);fill:none\"/><text x=\"212\" y=\"349\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 82: 1%</text><path d=\"M 500 450\nL 319 365\nA 200 200 3.60 0 1 325 354\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(219,227,216)\"/><path d=\"M 322 360\nL 309 328\nM 309 328\nL 294 328\" style=\"stroke-width:1;stroke:rgb(219,227,216);fill:none\"/><text x=\"218\" y=\"333\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 83: 1%</text><path d=\"M 500 450\nL 325 354\nA 200 200 3.60 0 1 331 343\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(246,236,214)\"/><path d=\"M 328 349\nL 315 312\nM 315 312\nL 300 312\" style=\"stroke-width:1;stroke:rgb(246,236,214);fill:none\"/><text x=\"224\" y=\"317\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 84: 1%</text><path d=\"M 500 450\nL 331 343\nA 200 200 3.60 0 1 338 332\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(243,219,219)\"/><path d=\"M 335 338\nL 323 296\nM 323 296\nL 308 296\" style=\"stroke-width:1;stroke:rgb(243,219,219);fill:none\"/><text x=\"232\" y=\"301\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 85: 1%</text><path d=\"M 500 450\nL 338 332\nA 200 200 3.60 0 1 346 323\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(221,233,237)\"/><path d=\"M 342 328\nL 331 280\nM 331 280\nL 316 280\" style=\"stroke-width:1;stroke:rgb(221,233,237);fill:none\"/><text x=\"240\" y=\"285\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 86: 1%</text><path d=\"M 500 450\nL 346 323\nA 200 200 3.60 0 1 354 313\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(157,185,172)\"/><path d=\"M 350 318\nL 339 264\nM 339 264\nL 324 264\" style=\"stroke-width:1;stroke:rgb(157,185,172);fill:none\"/><text x=\"248\" y=\"269\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 87: 1%</text><path d=\"M 500 450\nL 354 313\nA 200 200 3.60 0 1 363 304\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(246,220,210)\"/><path d=\"M 359 309\nL 348 248\nM 348 248\nL 333 248\" style=\"stroke-width:1;stroke:rgb(246,220,210);fill:none\"/><text x=\"257\" y=\"253\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 88: 1%</text><path d=\"M 500 450\nL 363 304\nA 200 200 3.60 0 1 373 296\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(200,195,202)\"/><path d=\"M 368 300\nL 358 232\nM 358 232\nL 343 232\" style=\"stroke-width:1;stroke:rgb(200,195,202);fill:none\"/><text x=\"267\" y=\"237\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 89: 1%</text><path d=\"M 500 450\nL 373 296\nA 200 200 3.60 0 1 382 288\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(246,233,243)\"/><path d=\"M 378 292\nL 369 216\nM 369 216\nL 354 216\" style=\"stroke-width:1;stroke:rgb(246,233,243);fill:none\"/><text x=\"278\" y=\"221\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 90: 1%</text><path d=\"M 500 450\nL 382 288\nA 200 200 3.60 0 1 393 281\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(123,142,198)\"/><path d=\"M 388 285\nL 380 200\nM 380 200\nL 365 200\" style=\"stroke-width:1;stroke:rgb(123,142,198);fill:none\"/><text x=\"289\" y=\"205\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 91: 1%</text><path d=\"M 500 450\nL 393 281\nA 200 200 3.60 0 1 404 275\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(171,207,154)\"/><path d=\"M 399 278\nL 391 184\nM 391 184\nL 376 184\" style=\"stroke-width:1;stroke:rgb(171,207,154);fill:none\"/><text x=\"300\" y=\"189\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 92: 1%</text><path d=\"M 500 450\nL 404 275\nA 200 200 3.60 0 1 415 269\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(244,210,134)\"/><path d=\"M 410 272\nL 403 168\nM 403 168\nL 388 168\" style=\"stroke-width:1;stroke:rgb(244,210,134);fill:none\"/><text x=\"312\" y=\"173\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 93: 1%</text><path d=\"M 500 450\nL 415 269\nA 200 200 3.60 0 1 426 264\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(235,145,145)\"/><path d=\"M 421 267\nL 415 152\nM 415 152\nL 400 152\" style=\"stroke-width:1;stroke:rgb(235,145,145);fill:none\"/><text x=\"324\" y=\"157\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 94: 1%</text><path d=\"M 500 450\nL 426 264\nA 200 200 3.60 0 1 438 260\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(154,203,223)\"/><path d=\"M 433 262\nL 428 136\nM 428 136\nL 413 136\" style=\"stroke-width:1;stroke:rgb(154,203,223);fill:none\"/><text x=\"337\" y=\"141\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 95: 1%</text><path d=\"M 500 450\nL 438 260\nA 200 200 3.60 0 1 450 256\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(85,176,133)\"/><path d=\"M 445 258\nL 441 120\nM 441 120\nL 426 120\" style=\"stroke-width:1;stroke:rgb(85,176,133);fill:none\"/><text x=\"350\" y=\"125\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 96: 1%</text><path d=\"M 500 450\nL 450 256\nA 200 200 3.60 0 1 463 254\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(245,163,128)\"/><path d=\"M 457 255\nL 454 104\nM 454 104\nL 439 104\" style=\"stroke-width:1;stroke:rgb(245,163,128);fill:none\"/><text x=\"363\" y=\"109\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 97: 1%</text><path d=\"M 500 450\nL 463 254\nA 200 200 3.60 0 1 475 252\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(167,133,183)\"/><path d=\"M 469 253\nL 467 88\nM 467 88\nL 452 88\" style=\"stroke-width:1;stroke:rgb(167,133,183);fill:none\"/><text x=\"376\" y=\"93\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 98: 1%</text><path d=\"M 500 450\nL 475 252\nA 200 200 3.60 0 1 487 250\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(234,164,215)\"/><path d=\"M 482 251\nL 480 72\nM 480 72\nL 465 72\" style=\"stroke-width:1;stroke:rgb(234,164,215);fill:none\"/><text x=\"389\" y=\"77\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 99: 1%</text><path d=\"M 500 450\nL 487 250\nA 200 200 3.60 0 1 500 250\nL 500 450\nZ\" style=\"stroke:none;fill:rgb(159,170,203)\"/><path d=\"M 494 251\nL 494 56\nM 494 56\nL 479 56\" style=\"stroke-width:1;stroke:rgb(159,170,203);fill:none\"/><text x=\"396\" y=\"61\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Label 100: 1%</text></svg>",
},
{
name: "fix_label_pos",
width: 1150,
height: 550,
makeOptions: func() PieChartOption {
values := []float64{
397594, 185596, 149086, 144258, 120194, 117514, 99412, 91135,
87282, 76790, 72586, 58818, 58270, 56306, 55486, 54792,
53746, 51460, 41242, 39476, 37414, 36644, 33784, 32788,
32566, 29608, 29558, 29384, 28166, 26998, 26948, 26054,
25804, 25730, 24438, 23782, 22896, 21404, 428978,
}
return PieChartOption{
SeriesList: NewSeriesListPie(values, PieSeriesOption{
Label: SeriesLabel{
Show: Ptr(true),
FormatTemplate: "{b} ({c} ≅ {d})",
},
}),
Radius: "150",
Title: TitleOption{
Text: "Fix label K (72586)",
Offset: OffsetRight,
},
Padding: NewBoxEqual(20),
Legend: LegendOption{
SeriesNames: []string{
"A", "B", "C", "D", "E", "F", "G", "H",
"I", "J", "K", "L", "M", "N", "O", "P",
"Q", "R", "S", "T", "U", "V", "W", "X",
"Y", "Z", "AA", "AB", "AC", "AD", "AE", "AF",
"AG", "AH", "AI", "AJ", "AK", "AL", "AM",
},
Show: Ptr(false),
},
}
},
result: "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1150 550\"><path d=\"M 20 20\nL 1130 20\nL 1130 530\nL 20 530\nL 20 20\" style=\"stroke:none;fill:white\"/><text x=\"981\" y=\"56\" style=\"stroke:none;fill:rgb(70,70,70);font-size:15.3px;font-family:'Roboto Medium',sans-serif\">Fix label K (72586)</text><path d=\"M 575 290\nL 717 241\nA 150 150 18.17 0 1 725 288\nL 575 290\nZ\" style=\"stroke:none;fill:rgb(250,200,88)\"/><path d=\"M 722 265\nL 737 262\nM 737 262\nL 752 262\" style=\"stroke-width:1;stroke:rgb(250,200,88);fill:none\"/><text x=\"755\" y=\"267\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">C (149086 ≅ 5.04%)</text><path d=\"M 575 290\nL 687 191\nA 150 150 22.62 0 1 717 241\nL 575 290\nZ\" style=\"stroke:none;fill:rgb(145,204,117)\"/><path d=\"M 704 215\nL 717 207\nM 717 207\nL 732 207\" style=\"stroke-width:1;stroke:rgb(145,204,117);fill:none\"/><text x=\"735\" y=\"212\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">B (185596 ≅ 6.28%)</text><path d=\"M 575 290\nL 575 140\nA 150 150 48.45 0 1 687 191\nL 575 290\nZ\" style=\"stroke:none;fill:rgb(84,112,198)\"/><path d=\"M 636 154\nL 642 140\nM 642 140\nL 657 140\" style=\"stroke-width:1;stroke:rgb(84,112,198);fill:none\"/><text x=\"660\" y=\"145\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">A (397594 ≅ 13.45%)</text><path d=\"M 575 290\nL 725 288\nA 150 150 17.58 0 1 719 333\nL 575 290\nZ\" style=\"stroke:none;fill:rgb(238,102,102)\"/><path d=\"M 723 310\nL 738 313\nM 738 313\nL 753 313\" style=\"stroke-width:1;stroke:rgb(238,102,102);fill:none\"/><text x=\"756\" y=\"318\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">D (144258 ≅ 4.88%)</text><path d=\"M 575 290\nL 719 333\nA 150 150 14.65 0 1 703 368\nL 575 290\nZ\" style=\"stroke:none;fill:rgb(115,192,222)\"/><path d=\"M 711 351\nL 725 357\nM 725 357\nL 740 357\" style=\"stroke-width:1;stroke:rgb(115,192,222);fill:none\"/><text x=\"743\" y=\"362\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">E (120194 ≅ 4.06%)</text><path d=\"M 575 290\nL 703 368\nA 150 150 14.32 0 1 680 398\nL 575 290\nZ\" style=\"stroke:none;fill:rgb(59,162,114)\"/><path d=\"M 692 383\nL 703 393\nM 703 393\nL 718 393\" style=\"stroke-width:1;stroke:rgb(59,162,114);fill:none\"/><text x=\"721\" y=\"398\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">F (117514 ≅ 3.97%)</text><path d=\"M 575 290\nL 680 398\nA 150 150 12.12 0 1 655 417\nL 575 290\nZ\" style=\"stroke:none;fill:rgb(252,132,82)\"/><path d=\"M 667 407\nL 676 419\nM 676 419\nL 691 419\" style=\"stroke-width:1;stroke:rgb(252,132,82);fill:none\"/><text x=\"694\" y=\"424\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">G (99412 ≅ 3.36%)</text><path d=\"M 575 290\nL 655 417\nA 150 150 11.11 0 1 629 430\nL 575 290\nZ\" style=\"stroke:none;fill:rgb(154,96,180)\"/><path d=\"M 642 424\nL 648 437\nM 648 437\nL 663 437\" style=\"stroke-width:1;stroke:rgb(154,96,180);fill:none\"/><text x=\"666\" y=\"442\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">H (91135 ≅ 3.08%)</text><path d=\"M 575 290\nL 629 430\nA 150 150 10.64 0 1 602 438\nL 575 290\nZ\" style=\"stroke:none;fill:rgb(234,124,204)\"/><path d=\"M 615 434\nL 619 453\nM 619 453\nL 634 453\" style=\"stroke-width:1;stroke:rgb(234,124,204);fill:none\"/><text x=\"637\" y=\"458\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">I (87282 ≅ 2.95%)</text><path d=\"M 575 290\nL 602 438\nA 150 150 9.36 0 1 578 440\nL 575 290\nZ\" style=\"stroke:none;fill:rgb(123,142,198)\"/><path d=\"M 589 439\nL 591 469\nM 591 469\nL 606 469\" style=\"stroke-width:1;stroke:rgb(123,142,198);fill:none\"/><text x=\"609\" y=\"474\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">J (76790 ≅ 2.59%)</text><path d=\"M 575 290\nL 425 300\nA 150 150 3.61 0 1 425 291\nL 575 290\nZ\" style=\"stroke:none;fill:rgb(183,166,190)\"/><path d=\"M 426 295\nL 411 295\nM 411 295\nL 396 295\" style=\"stroke-width:1;stroke:rgb(183,166,190);fill:none\"/><text x=\"308\" y=\"300\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Z (29608 ≅ 1%)</text><path d=\"M 575 290\nL 426 310\nA 150 150 3.97 0 1 425 300\nL 575 290\nZ\" style=\"stroke:none;fill:rgb(243,192,171)\"/><path d=\"M 426 305\nL 411 311\nM 411 311\nL 396 311\" style=\"stroke-width:1;stroke:rgb(243,192,171);fill:none\"/><text x=\"297\" y=\"316\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Y (32566 ≅ 1.1%)</text><path d=\"M 575 290\nL 428 321\nA 150 150 4.00 0 1 426 310\nL 575 290\nZ\" style=\"stroke:none;fill:rgb(123,178,153)\"/><path d=\"M 428 315\nL 413 327\nM 413 327\nL 398 327\" style=\"stroke-width:1;stroke:rgb(123,178,153);fill:none\"/><text x=\"298\" y=\"332\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">X (32788 ≅ 1.1%)</text><path d=\"M 575 290\nL 431 331\nA 150 150 4.12 0 1 428 321\nL 575 290\nZ\" style=\"stroke:none;fill:rgb(190,217,228)\"/><path d=\"M 430 325\nL 415 343\nM 415 343\nL 400 343\" style=\"stroke-width:1;stroke:rgb(190,217,228);fill:none\"/><text x=\"290\" y=\"348\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">W (33784 ≅ 1.14%)</text><path d=\"M 575 290\nL 434 342\nA 150 150 4.47 0 1 431 331\nL 575 290\nZ\" style=\"stroke:none;fill:rgb(237,184,184)\"/><path d=\"M 433 336\nL 419 359\nM 419 359\nL 404 359\" style=\"stroke-width:1;stroke:rgb(237,184,184);fill:none\"/><text x=\"297\" y=\"364\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">V (36644 ≅ 1.24%)</text><path d=\"M 575 290\nL 439 353\nA 150 150 4.56 0 1 434 342\nL 575 290\nZ\" style=\"stroke:none;fill:rgb(243,222,176)\"/><path d=\"M 437 347\nL 423 375\nM 423 375\nL 408 375\" style=\"stroke-width:1;stroke:rgb(243,222,176);fill:none\"/><text x=\"301\" y=\"380\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">U (37414 ≅ 1.26%)</text><path d=\"M 575 290\nL 445 364\nA 150 150 4.81 0 1 439 353\nL 575 290\nZ\" style=\"stroke:none;fill:rgb(196,215,187)\"/><path d=\"M 442 358\nL 429 391\nM 429 391\nL 414 391\" style=\"stroke-width:1;stroke:rgb(196,215,187);fill:none\"/><text x=\"307\" y=\"396\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">T (39476 ≅ 1.33%)</text><path d=\"M 575 290\nL 452 376\nA 150 150 5.03 0 1 445 364\nL 575 290\nZ\" style=\"stroke:none;fill:rgb(159,170,203)\"/><path d=\"M 449 370\nL 436 407\nM 436 407\nL 421 407\" style=\"stroke-width:1;stroke:rgb(159,170,203);fill:none\"/><text x=\"314\" y=\"412\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">S (41242 ≅ 1.39%)</text><path d=\"M 575 290\nL 462 388\nA 150 150 6.27 0 1 452 376\nL 575 290\nZ\" style=\"stroke:none;fill:rgb(234,164,215)\"/><path d=\"M 457 382\nL 445 423\nM 445 423\nL 430 423\" style=\"stroke-width:1;stroke:rgb(234,164,215);fill:none\"/><text x=\"323\" y=\"428\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">R (51460 ≅ 1.74%)</text><path d=\"M 575 290\nL 474 401\nA 150 150 6.55 0 1 462 388\nL 575 290\nZ\" style=\"stroke:none;fill:rgb(167,133,183)\"/><path d=\"M 468 394\nL 457 439\nM 457 439\nL 442 439\" style=\"stroke-width:1;stroke:rgb(167,133,183);fill:none\"/><text x=\"334\" y=\"444\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Q (53746 ≅ 1.81%)</text><path d=\"M 575 290\nL 487 412\nA 150 150 6.68 0 1 474 401\nL 575 290\nZ\" style=\"stroke:none;fill:rgb(245,163,128)\"/><path d=\"M 481 406\nL 471 455\nM 471 455\nL 456 455\" style=\"stroke-width:1;stroke:rgb(245,163,128);fill:none\"/><text x=\"349\" y=\"460\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">P (54792 ≅ 1.85%)</text><path d=\"M 575 290\nL 502 421\nA 150 150 6.76 0 1 487 412\nL 575 290\nZ\" style=\"stroke:none;fill:rgb(85,176,133)\"/><path d=\"M 495 416\nL 487 471\nM 487 471\nL 472 471\" style=\"stroke-width:1;stroke:rgb(85,176,133);fill:none\"/><text x=\"364\" y=\"476\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">O (55486 ≅ 1.87%)</text><path d=\"M 575 290\nL 519 429\nA 150 150 6.86 0 1 502 421\nL 575 290\nZ\" style=\"stroke:none;fill:rgb(154,203,223)\"/><path d=\"M 511 425\nL 504 487\nM 504 487\nL 489 487\" style=\"stroke-width:1;stroke:rgb(154,203,223);fill:none\"/><text x=\"388\" y=\"492\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">N (56306 ≅ 1.9%)</text><path d=\"M 575 290\nL 536 435\nA 150 150 7.10 0 1 519 429\nL 575 290\nZ\" style=\"stroke:none;fill:rgb(235,145,145)\"/><path d=\"M 528 432\nL 523 503\nM 523 503\nL 508 503\" style=\"stroke-width:1;stroke:rgb(235,145,145);fill:none\"/><text x=\"398\" y=\"508\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">M (58270 ≅ 1.97%)</text><path d=\"M 575 290\nL 555 439\nA 150 150 7.17 0 1 536 435\nL 575 290\nZ\" style=\"stroke:none;fill:rgb(244,210,134)\"/><path d=\"M 546 437\nL 543 519\nM 543 519\nL 528 519\" style=\"stroke-width:1;stroke:rgb(244,210,134);fill:none\"/><text x=\"422\" y=\"524\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">L (58818 ≅ 1.99%)</text><path d=\"M 575 290\nL 578 440\nA 150 150 8.85 0 1 555 439\nL 575 290\nZ\" style=\"stroke:none;fill:rgb(171,207,154)\"/><path d=\"M 567 439\nL 566 535\nM 566 535\nL 551 535\" style=\"stroke-width:1;stroke:rgb(171,207,154);fill:none\"/><text x=\"444\" y=\"540\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">K (72586 ≅ 2.45%)</text><path d=\"M 575 290\nL 425 291\nA 150 150 3.60 0 1 425 281\nL 575 290\nZ\" style=\"stroke:none;fill:rgb(238,201,228)\"/><path d=\"M 426 286\nL 411 279\nM 411 279\nL 396 279\" style=\"stroke-width:1;stroke:rgb(238,201,228);fill:none\"/><text x=\"298\" y=\"284\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">AA (29558 ≅ 1%)</text><path d=\"M 575 290\nL 425 281\nA 150 150 3.58 0 1 426 272\nL 575 290\nZ\" style=\"stroke:none;fill:rgb(191,196,212)\"/><path d=\"M 426 277\nL 411 263\nM 411 263\nL 396 263\" style=\"stroke-width:1;stroke:rgb(191,196,212);fill:none\"/><text x=\"281\" y=\"268\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">AB (29384 ≅ 0.99%)</text><path d=\"M 575 290\nL 426 272\nA 150 150 3.43 0 1 427 263\nL 575 290\nZ\" style=\"stroke:none;fill:rgb(219,227,216)\"/><path d=\"M 427 268\nL 412 247\nM 412 247\nL 397 247\" style=\"stroke-width:1;stroke:rgb(219,227,216);fill:none\"/><text x=\"281\" y=\"252\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">AC (28166 ≅ 0.95%)</text><path d=\"M 575 290\nL 427 263\nA 150 150 3.29 0 1 429 254\nL 575 290\nZ\" style=\"stroke:none;fill:rgb(246,236,214)\"/><path d=\"M 429 259\nL 414 231\nM 414 231\nL 399 231\" style=\"stroke-width:1;stroke:rgb(246,236,214);fill:none\"/><text x=\"283\" y=\"236\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">AD (26998 ≅ 0.91%)</text><path d=\"M 575 290\nL 429 254\nA 150 150 3.28 0 1 432 246\nL 575 290\nZ\" style=\"stroke:none;fill:rgb(243,219,219)\"/><path d=\"M 431 251\nL 416 215\nM 416 215\nL 401 215\" style=\"stroke-width:1;stroke:rgb(243,219,219);fill:none\"/><text x=\"286\" y=\"220\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">AE (26948 ≅ 0.91%)</text><path d=\"M 575 290\nL 432 246\nA 150 150 3.18 0 1 434 238\nL 575 290\nZ\" style=\"stroke:none;fill:rgb(221,233,237)\"/><path d=\"M 433 243\nL 419 199\nM 419 199\nL 404 199\" style=\"stroke-width:1;stroke:rgb(221,233,237);fill:none\"/><text x=\"290\" y=\"204\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">AF (26054 ≅ 0.88%)</text><path d=\"M 575 290\nL 434 238\nA 150 150 3.14 0 1 437 231\nL 575 290\nZ\" style=\"stroke:none;fill:rgb(157,185,172)\"/><path d=\"M 436 235\nL 422 183\nM 422 183\nL 407 183\" style=\"stroke-width:1;stroke:rgb(157,185,172);fill:none\"/><text x=\"291\" y=\"188\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">AG (25804 ≅ 0.87%)</text><path d=\"M 575 290\nL 437 231\nA 150 150 3.14 0 1 441 223\nL 575 290\nZ\" style=\"stroke:none;fill:rgb(246,220,210)\"/><path d=\"M 439 227\nL 426 167\nM 426 167\nL 411 167\" style=\"stroke-width:1;stroke:rgb(246,220,210);fill:none\"/><text x=\"295\" y=\"172\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">AH (25730 ≅ 0.87%)</text><path d=\"M 575 290\nL 441 223\nA 150 150 2.98 0 1 444 216\nL 575 290\nZ\" style=\"stroke:none;fill:rgb(200,195,202)\"/><path d=\"M 443 220\nL 430 151\nM 430 151\nL 415 151\" style=\"stroke-width:1;stroke:rgb(200,195,202);fill:none\"/><text x=\"304\" y=\"156\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">AI (24438 ≅ 0.82%)</text><path d=\"M 575 290\nL 444 216\nA 150 150 2.90 0 1 448 210\nL 575 290\nZ\" style=\"stroke:none;fill:rgb(246,233,243)\"/><path d=\"M 447 214\nL 434 135\nM 434 135\nL 419 135\" style=\"stroke-width:1;stroke:rgb(246,233,243);fill:none\"/><text x=\"312\" y=\"140\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">AJ (23782 ≅ 0.8%)</text><path d=\"M 575 290\nL 448 210\nA 150 150 2.79 0 1 452 204\nL 575 290\nZ\" style=\"stroke:none;fill:rgb(123,142,198)\"/><path d=\"M 451 207\nL 438 119\nM 438 119\nL 423 119\" style=\"stroke-width:1;stroke:rgb(123,142,198);fill:none\"/><text x=\"308\" y=\"124\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">AK (22896 ≅ 0.77%)</text><path d=\"M 575 290\nL 452 204\nA 150 150 2.61 0 1 456 198\nL 575 290\nZ\" style=\"stroke:none;fill:rgb(171,207,154)\"/><path d=\"M 455 201\nL 443 103\nM 443 103\nL 428 103\" style=\"stroke-width:1;stroke:rgb(171,207,154);fill:none\"/><text x=\"314\" y=\"108\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">AL (21404 ≅ 0.72%)</text><path d=\"M 575 290\nL 456 198\nA 150 150 52.28 0 1 575 140\nL 575 290\nZ\" style=\"stroke:none;fill:rgb(244,210,134)\"/><path d=\"M 509 156\nL 503 87\nM 503 87\nL 488 87\" style=\"stroke-width:1;stroke:rgb(244,210,134);fill:none\"/><text x=\"355\" y=\"92\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">AM (428978 ≅ 14.52%)</text></svg>",
},
{
name: "custom_fonts",
makeOptions: func() PieChartOption {
opt := makeBasicPieChartOption()
customFont := NewFontStyleWithSize(4.0).WithColor(ColorBlue)
opt.SeriesList[0].Label.FontStyle = customFont
opt.Legend.FontStyle = customFont
opt.Title.FontStyle = customFont
return opt
},
result: "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 600 400\"><path d=\"M 20 20\nL 580 20\nL 580 380\nL 20 380\nL 20 20\" style=\"stroke:none;fill:white\"/><path d=\"M 40 49\nL 70 49\" style=\"stroke-width:3;stroke:rgb(84,112,198);fill:none\"/><circle cx=\"55\" cy=\"49\" r=\"5\" style=\"stroke-width:3;stroke:rgb(84,112,198);fill:rgb(84,112,198)\"/><text x=\"72\" y=\"55\" style=\"stroke:none;fill:blue;font-size:5.1px;font-family:'Roboto Medium',sans-serif\">Series-A</text><path d=\"M 40 69\nL 70 69\" style=\"stroke-width:3;stroke:rgb(145,204,117);fill:none\"/><circle cx=\"55\" cy=\"69\" r=\"5\" style=\"stroke-width:3;stroke:rgb(145,204,117);fill:rgb(145,204,117)\"/><text x=\"72\" y=\"75\" style=\"stroke:none;fill:blue;font-size:5.1px;font-family:'Roboto Medium',sans-serif\">Series-B</text><path d=\"M 40 89\nL 70 89\" style=\"stroke-width:3;stroke:rgb(250,200,88);fill:none\"/><circle cx=\"55\" cy=\"89\" r=\"5\" style=\"stroke-width:3;stroke:rgb(250,200,88);fill:rgb(250,200,88)\"/><text x=\"72\" y=\"95\" style=\"stroke:none;fill:blue;font-size:5.1px;font-family:'Roboto Medium',sans-serif\">Series-C</text><path d=\"M 40 109\nL 70 109\" style=\"stroke-width:3;stroke:rgb(238,102,102);fill:none\"/><circle cx=\"55\" cy=\"109\" r=\"5\" style=\"stroke-width:3;stroke:rgb(238,102,102);fill:rgb(238,102,102)\"/><text x=\"72\" y=\"115\" style=\"stroke:none;fill:blue;font-size:5.1px;font-family:'Roboto Medium',sans-serif\">Series-D</text><path d=\"M 40 129\nL 70 129\" style=\"stroke-width:3;stroke:rgb(115,192,222);fill:none\"/><circle cx=\"55\" cy=\"129\" r=\"5\" style=\"stroke-width:3;stroke:rgb(115,192,222);fill:rgb(115,192,222)\"/><text x=\"72\" y=\"135\" style=\"stroke:none;fill:blue;font-size:5.1px;font-family:'Roboto Medium',sans-serif\">Series-E</text><text x=\"295\" y=\"46\" style=\"stroke:none;fill:blue;font-size:5.1px;font-family:'Roboto Medium',sans-serif\">Title</text><text x=\"296\" y=\"52\" style=\"stroke:none;fill:blue;font-size:5.1px;font-family:'Roboto Medium',sans-serif\">Sub</text><path d=\"M 300 213\nL 300 96\nA 117 117 119.89 0 1 402 271\nL 300 213\nZ\" style=\"stroke:none;fill:rgb(84,112,198)\"/><path d=\"M 401 155\nL 414 147\nM 414 147\nL 429 147\" style=\"stroke-width:1;stroke:rgb(84,112,198);fill:none\"/><text x=\"432\" y=\"149\" style=\"stroke:none;fill:blue;font-size:5.1px;font-family:'Roboto Medium',sans-serif\">Series-A: 33.3%</text><path d=\"M 300 213\nL 402 271\nA 117 117 84.08 0 1 252 320\nL 300 213\nZ\" style=\"stroke:none;fill:rgb(145,204,117)\"/><path d=\"M 336 324\nL 341 338\nM 341 338\nL 356 338\" style=\"stroke-width:1;stroke:rgb(145,204,117);fill:none\"/><text x=\"359\" y=\"343\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Series-B: 23.35%</text><path d=\"M 300 213\nL 252 320\nA 117 117 66.35 0 1 183 212\nL 300 213\nZ\" style=\"stroke:none;fill:rgb(250,200,88)\"/><path d=\"M 202 276\nL 189 284\nM 189 284\nL 174 284\" style=\"stroke-width:1;stroke:rgb(250,200,88);fill:none\"/><text x=\"74\" y=\"289\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Series-C: 18.43%</text><path d=\"M 300 213\nL 183 212\nA 117 117 55.37 0 1 234 116\nL 300 213\nZ\" style=\"stroke:none;fill:rgb(238,102,102)\"/><path d=\"M 197 158\nL 184 151\nM 184 151\nL 169 151\" style=\"stroke-width:1;stroke:rgb(238,102,102);fill:none\"/><text x=\"69\" y=\"156\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Series-D: 15.37%</text><path d=\"M 300 213\nL 234 116\nA 117 117 34.32 0 1 300 96\nL 300 213\nZ\" style=\"stroke:none;fill:rgb(115,192,222)\"/><path d=\"M 266 102\nL 261 87\nM 261 87\nL 246 87\" style=\"stroke-width:1;stroke:rgb(115,192,222);fill:none\"/><text x=\"154\" y=\"92\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Series-E: 9.53%</text></svg>",
},
{
name: "legend_bottom_right",
makeOptions: func() PieChartOption {
opt := makeBasicPieChartOption()
opt.Legend.Offset = OffsetStr{
Top: PositionBottom,
Left: PositionRight,
}
return opt
},
result: "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 600 400\"><path d=\"M 20 20\nL 580 20\nL 580 380\nL 20 380\nL 20 20\" style=\"stroke:none;fill:white\"/><path d=\"M 469 264\nL 499 264\" style=\"stroke-width:3;stroke:rgb(84,112,198);fill:none\"/><circle cx=\"484\" cy=\"264\" r=\"5\" style=\"stroke-width:3;stroke:rgb(84,112,198);fill:rgb(84,112,198)\"/><text x=\"501\" y=\"270\" style=\"stroke:none;fill:rgb(70,70,70);font-size:15.3px;font-family:'Roboto Medium',sans-serif\">Series-A</text><path d=\"M 469 284\nL 499 284\" style=\"stroke-width:3;stroke:rgb(145,204,117);fill:none\"/><circle cx=\"484\" cy=\"284\" r=\"5\" style=\"stroke-width:3;stroke:rgb(145,204,117);fill:rgb(145,204,117)\"/><text x=\"501\" y=\"290\" style=\"stroke:none;fill:rgb(70,70,70);font-size:15.3px;font-family:'Roboto Medium',sans-serif\">Series-B</text><path d=\"M 469 304\nL 499 304\" style=\"stroke-width:3;stroke:rgb(250,200,88);fill:none\"/><circle cx=\"484\" cy=\"304\" r=\"5\" style=\"stroke-width:3;stroke:rgb(250,200,88);fill:rgb(250,200,88)\"/><text x=\"501\" y=\"310\" style=\"stroke:none;fill:rgb(70,70,70);font-size:15.3px;font-family:'Roboto Medium',sans-serif\">Series-C</text><path d=\"M 469 324\nL 499 324\" style=\"stroke-width:3;stroke:rgb(238,102,102);fill:none\"/><circle cx=\"484\" cy=\"324\" r=\"5\" style=\"stroke-width:3;stroke:rgb(238,102,102);fill:rgb(238,102,102)\"/><text x=\"501\" y=\"330\" style=\"stroke:none;fill:rgb(70,70,70);font-size:15.3px;font-family:'Roboto Medium',sans-serif\">Series-D</text><path d=\"M 469 344\nL 499 344\" style=\"stroke-width:3;stroke:rgb(115,192,222);fill:none\"/><circle cx=\"484\" cy=\"344\" r=\"5\" style=\"stroke-width:3;stroke:rgb(115,192,222);fill:rgb(115,192,222)\"/><text x=\"501\" y=\"350\" style=\"stroke:none;fill:rgb(70,70,70);font-size:15.3px;font-family:'Roboto Medium',sans-serif\">Series-E</text><text x=\"285\" y=\"56\" style=\"stroke:none;fill:rgb(70,70,70);font-size:15.3px;font-family:'Roboto Medium',sans-serif\">Title</text><text x=\"287\" y=\"72\" style=\"stroke:none;fill:rgb(70,70,70);font-size:15.3px;font-family:'Roboto Medium',sans-serif\">Sub</text><path d=\"M 300 223\nL 300 114\nA 109 109 119.89 0 1 395 277\nL 300 223\nZ\" style=\"stroke:none;fill:rgb(84,112,198)\"/><path d=\"M 394 169\nL 407 161\nM 407 161\nL 422 161\" style=\"stroke-width:1;stroke:rgb(84,112,198);fill:none\"/><text x=\"425\" y=\"166\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Series-A: 33.3%</text><path d=\"M 300 223\nL 395 277\nA 109 109 84.08 0 1 256 323\nL 300 223\nZ\" style=\"stroke:none;fill:rgb(145,204,117)\"/><path d=\"M 333 326\nL 338 341\nM 338 341\nL 353 341\" style=\"stroke-width:1;stroke:rgb(145,204,117);fill:none\"/><text x=\"356\" y=\"346\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Series-B: 23.35%</text><path d=\"M 300 223\nL 256 323\nA 109 109 66.35 0 1 191 222\nL 300 223\nZ\" style=\"stroke:none;fill:rgb(250,200,88)\"/><path d=\"M 209 282\nL 196 290\nM 196 290\nL 181 290\" style=\"stroke-width:1;stroke:rgb(250,200,88);fill:none\"/><text x=\"81\" y=\"295\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Series-C: 18.43%</text><path d=\"M 300 223\nL 191 222\nA 109 109 55.37 0 1 238 133\nL 300 223\nZ\" style=\"stroke:none;fill:rgb(238,102,102)\"/><path d=\"M 204 172\nL 191 165\nM 191 165\nL 176 165\" style=\"stroke-width:1;stroke:rgb(238,102,102);fill:none\"/><text x=\"76\" y=\"170\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Series-D: 15.37%</text><path d=\"M 300 223\nL 238 133\nA 109 109 34.32 0 1 300 114\nL 300 223\nZ\" style=\"stroke:none;fill:rgb(115,192,222)\"/><path d=\"M 268 119\nL 264 105\nM 264 105\nL 249 105\" style=\"stroke-width:1;stroke:rgb(115,192,222);fill:none\"/><text x=\"157\" y=\"110\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Series-E: 9.53%</text></svg>",
},
{
name: "variable_series_radius",
makeOptions: func() PieChartOption {
opt := makeBasicPieChartOption()
for i := range opt.SeriesList {
opt.SeriesList[i].Radius = strconv.Itoa((i+1)*10) + "%"
}
// disable extras
opt.Title.Show = Ptr(false)
opt.Legend.Show = Ptr(false)
return opt
},
result: "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 600 400\"><path d=\"M 20 20\nL 580 20\nL 580 380\nL 20 380\nL 20 20\" style=\"stroke:none;fill:white\"/><path d=\"M 300 200\nL 300 168\nA 32 32 119.89 0 1 328 216\nL 300 200\nZ\" style=\"stroke:none;fill:rgb(84,112,198)\"/><path d=\"M 327 184\nL 451 113\nM 451 113\nL 466 113\" style=\"stroke-width:1;stroke:rgb(84,112,198);fill:none\"/><text x=\"469\" y=\"118\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Series-A: 33.3%</text><path d=\"M 300 200\nL 355 232\nA 64 64 84.08 0 1 274 258\nL 300 200\nZ\" style=\"stroke:none;fill:rgb(145,204,117)\"/><path d=\"M 319 260\nL 354 366\nM 354 366\nL 369 366\" style=\"stroke-width:1;stroke:rgb(145,204,117);fill:none\"/><text x=\"372\" y=\"371\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Series-B: 23.35%</text><path d=\"M 300 200\nL 261 288\nA 96 96 66.35 0 1 204 199\nL 300 200\nZ\" style=\"stroke:none;fill:rgb(250,200,88)\"/><path d=\"M 220 252\nL 153 294\nM 153 294\nL 138 294\" style=\"stroke-width:1;stroke:rgb(250,200,88);fill:none\"/><text x=\"38\" y=\"299\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Series-C: 18.43%</text><path d=\"M 300 200\nL 172 199\nA 128 128 55.37 0 1 228 94\nL 300 200\nZ\" style=\"stroke:none;fill:rgb(238,102,102)\"/><path d=\"M 187 140\nL 146 118\nM 146 118\nL 131 118\" style=\"stroke-width:1;stroke:rgb(238,102,102);fill:none\"/><text x=\"31\" y=\"123\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Series-D: 15.37%</text><path d=\"M 300 200\nL 210 68\nA 160 160 34.32 0 1 300 40\nL 300 200\nZ\" style=\"stroke:none;fill:rgb(115,192,222)\"/><path d=\"M 253 48\nL 249 33\nM 249 33\nL 234 33\" style=\"stroke-width:1;stroke:rgb(115,192,222);fill:none\"/><text x=\"142\" y=\"38\" style=\"stroke:none;fill:rgb(70,70,70);font-size:12.8px;font-family:'Roboto Medium',sans-serif\">Series-E: 9.53%</text></svg>",
},
{
name: "segment_gap",
makeOptions: func() PieChartOption {
opt := makeBasicPieChartOption()
opt.SegmentGap = 4.0
// disable extras
for i := range opt.SeriesList {
opt.SeriesList[i].Label.Show = Ptr(false)
}
opt.Title.Show = Ptr(false)
opt.Legend.Show = Ptr(false)
return opt
},
result: "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 600 400\"><path d=\"M 20 20\nL 580 20\nL 580 380\nL 20 380\nL 20 20\" style=\"stroke:none;fill:white\"/><path d=\"M 300 200\nL 300 72\nA 128 128 119.89 0 1 411 264\nL 300 200\nZ\" style=\"stroke-width:4;stroke:white;fill:rgb(84,112,198)\"/><path d=\"M 300 200\nL 411 264\nA 128 128 84.08 0 1 248 317\nL 300 200\nZ\" style=\"stroke-width:4;stroke:white;fill:rgb(145,204,117)\"/><path d=\"M 300 200\nL 248 317\nA 128 128 66.35 0 1 172 199\nL 300 200\nZ\" style=\"stroke-width:4;stroke:white;fill:rgb(250,200,88)\"/><path d=\"M 300 200\nL 172 199\nA 128 128 55.37 0 1 228 94\nL 300 200\nZ\" style=\"stroke-width:4;stroke:white;fill:rgb(238,102,102)\"/><path d=\"M 300 200\nL 228 94\nA 128 128 34.32 0 1 300 72\nL 300 200\nZ\" style=\"stroke-width:4;stroke:white;fill:rgb(115,192,222)\"/></svg>",
},
}
for i, tt := range tests {
if tt.width == 0 {
tt.width = 600
}
if tt.height == 0 {
tt.height = 400
}
painterOptions := PainterOptions{
OutputFormat: ChartOutputSVG,
Width: tt.width,
Height: tt.height,
}
if tt.themed {
t.Run(strconv.Itoa(i)+"-"+tt.name+"-painter", func(t *testing.T) {
p := NewPainter(painterOptions, PainterThemeOption(GetTheme(ThemeVividDark)))
validatePieChartRender(t, p, tt.makeOptions(), tt.result)
})
t.Run(strconv.Itoa(i)+"-"+tt.name+"-options", func(t *testing.T) {
p := NewPainter(painterOptions)
opt := tt.makeOptions()
opt.Theme = GetTheme(ThemeVividDark)
validatePieChartRender(t, p, opt, tt.result)
})
} else {
t.Run(strconv.Itoa(i)+"-"+tt.name, func(t *testing.T) {
p := NewPainter(painterOptions)
validatePieChartRender(t, p.Child(PainterPaddingOption(NewBoxEqual(20))),
tt.makeOptions(), tt.result)
})
}
}
}
func validatePieChartRender(t *testing.T, p *Painter, opt PieChartOption, expectedResult string) {
t.Helper()
err := p.PieChart(opt)
require.NoError(t, err)
data, err := p.Bytes()
require.NoError(t, err)
assertEqualSVG(t, expectedResult, data)
}
func TestPieChartError(t *testing.T) {
t.Parallel()
tests := []struct {
name string
makeOptions func() PieChartOption
errorMsgContains string
}{
{
name: "empty_series",
makeOptions: func() PieChartOption {
return NewPieChartOptionWithData([]float64{})
},
errorMsgContains: "empty series list",
},
{
name: "zero_sum",
makeOptions: func() PieChartOption {
return NewPieChartOptionWithData([]float64{0.0, 0.0})
},
errorMsgContains: "greater than 0",
},
}
for i, tt := range tests {
t.Run(strconv.Itoa(i)+"-"+tt.name, func(t *testing.T) {
p := NewPainter(PainterOptions{
OutputFormat: ChartOutputSVG,
Width: 600,
Height: 400,
})
err := p.PieChart(tt.makeOptions())
require.Error(t, err)
require.ErrorContains(t, err, tt.errorMsgContains)
})
}
}