oolib 2.213.4 → 2.214.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/dist/components/EmptyStates/config/index.js +12 -0
  2. package/dist/components/LoadersAndProgress/LoaderOverlay/index.js +1 -1
  3. package/dist/index.d.ts +0 -6
  4. package/dist/index.js +2 -14
  5. package/dist/stories/v2/components/Accordion.stories.js +0 -1
  6. package/package.json +1 -1
  7. package/dist/stories/v2/components/DataVizAccordion.stories.d.ts +0 -7
  8. package/dist/stories/v2/components/DataVizAccordion.stories.js +0 -141
  9. package/dist/stories/v2/components/visualization/BarChart.stories.d.ts +0 -23
  10. package/dist/stories/v2/components/visualization/BarChart.stories.js +0 -251
  11. package/dist/stories/v2/components/visualization/BarGraphCollection.stories.d.ts +0 -19
  12. package/dist/stories/v2/components/visualization/BarGraphCollection.stories.js +0 -1190
  13. package/dist/stories/v2/components/visualization/HeatMapGrid.stories.d.ts +0 -18
  14. package/dist/stories/v2/components/visualization/HeatMapGrid.stories.js +0 -204
  15. package/dist/stories/v2/components/visualization/PieChart.stories.d.ts +0 -7
  16. package/dist/stories/v2/components/visualization/PieChart.stories.js +0 -79
  17. package/dist/stories/v2/components/visualization/configs/props1.d.ts +0 -102
  18. package/dist/stories/v2/components/visualization/configs/props1.js +0 -70
  19. package/dist/stories/v2/components/visualization/configs/props2.d.ts +0 -45
  20. package/dist/stories/v2/components/visualization/configs/props2.js +0 -2962
  21. package/dist/stories/v2/components/visualization/vizPlayground.stories.d.ts +0 -7
  22. package/dist/stories/v2/components/visualization/vizPlayground.stories.js +0 -55
  23. package/dist/v2/components/DataVizAccordion/index.d.ts +0 -13
  24. package/dist/v2/components/DataVizAccordion/index.js +0 -60
  25. package/dist/v2/components/dataviz/BarChart/_base_barchart_ui_configs.d.ts +0 -19
  26. package/dist/v2/components/dataviz/BarChart/_base_barchart_ui_configs.js +0 -25
  27. package/dist/v2/components/dataviz/BarChart/comps/CustomTooltip/OptimizedTooltip.d.ts +0 -8
  28. package/dist/v2/components/dataviz/BarChart/comps/CustomTooltip/OptimizedTooltip.js +0 -118
  29. package/dist/v2/components/dataviz/BarChart/comps/CustomTooltip/index.d.ts +0 -15
  30. package/dist/v2/components/dataviz/BarChart/comps/CustomTooltip/index.js +0 -120
  31. package/dist/v2/components/dataviz/BarChart/comps/CustomizedLabel/index.d.ts +0 -29
  32. package/dist/v2/components/dataviz/BarChart/comps/CustomizedLabel/index.js +0 -73
  33. package/dist/v2/components/dataviz/BarChart/comps/Legend/index.d.ts +0 -12
  34. package/dist/v2/components/dataviz/BarChart/comps/Legend/index.js +0 -35
  35. package/dist/v2/components/dataviz/BarChart/comps/LegendTooltipGlyph/index.d.ts +0 -7
  36. package/dist/v2/components/dataviz/BarChart/comps/LegendTooltipGlyph/index.js +0 -18
  37. package/dist/v2/components/dataviz/BarChart/comps/TruncatedSVGText/index.d.ts +0 -7
  38. package/dist/v2/components/dataviz/BarChart/comps/TruncatedSVGText/index.js +0 -66
  39. package/dist/v2/components/dataviz/BarChart/index.d.ts +0 -45
  40. package/dist/v2/components/dataviz/BarChart/index.js +0 -383
  41. package/dist/v2/components/dataviz/BarGraphCollection/index.d.ts +0 -24
  42. package/dist/v2/components/dataviz/BarGraphCollection/index.js +0 -162
  43. package/dist/v2/components/dataviz/BarGraphCollection/styled.d.ts +0 -9
  44. package/dist/v2/components/dataviz/BarGraphCollection/styled.js +0 -92
  45. package/dist/v2/components/dataviz/BarGraphCollection/utils/useGetDimensions.d.ts +0 -2
  46. package/dist/v2/components/dataviz/BarGraphCollection/utils/useGetDimensions.js +0 -60
  47. package/dist/v2/components/dataviz/BarGraphCollection/utils/usePrepareData.d.ts +0 -11
  48. package/dist/v2/components/dataviz/BarGraphCollection/utils/usePrepareData.js +0 -76
  49. package/dist/v2/components/dataviz/HeatMapGrid/index.d.ts +0 -19
  50. package/dist/v2/components/dataviz/HeatMapGrid/index.js +0 -232
  51. package/dist/v2/components/dataviz/HeatMapGrid/utils/mapValueToColor.d.ts +0 -20
  52. package/dist/v2/components/dataviz/HeatMapGrid/utils/mapValueToColor.js +0 -45
  53. package/dist/v2/components/dataviz/HeatMapGrid/utils/useAxisMeasure.d.ts +0 -6
  54. package/dist/v2/components/dataviz/HeatMapGrid/utils/useAxisMeasure.js +0 -53
  55. package/dist/v2/components/dataviz/HeatMapGrid/utils/useFader.d.ts +0 -6
  56. package/dist/v2/components/dataviz/HeatMapGrid/utils/useFader.js +0 -36
  57. package/dist/v2/components/dataviz/HeatMapGrid/utils/usePrepareHeatMapData.d.ts +0 -33
  58. package/dist/v2/components/dataviz/HeatMapGrid/utils/usePrepareHeatMapData.js +0 -122
  59. package/dist/v2/components/dataviz/PieChart/index.d.ts +0 -21
  60. package/dist/v2/components/dataviz/PieChart/index.js +0 -186
  61. package/dist/v2/components/dataviz/types.d.ts +0 -13
  62. package/dist/v2/components/dataviz/types.js +0 -2
  63. package/dist/v2/components/dataviz/utils/usePrepareData.d.ts +0 -21
  64. package/dist/v2/components/dataviz/utils/usePrepareData.js +0 -213
@@ -1,2962 +0,0 @@
1
- "use strict";
2
- var __assign = (this && this.__assign) || function () {
3
- __assign = Object.assign || function(t) {
4
- for (var s, i = 1, n = arguments.length; i < n; i++) {
5
- s = arguments[i];
6
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
- t[p] = s[p];
8
- }
9
- return t;
10
- };
11
- return __assign.apply(this, arguments);
12
- };
13
- Object.defineProperty(exports, "__esModule", { value: true });
14
- exports.heaMapGridProps2 = exports.heatMapGridProps = void 0;
15
- exports.heatMapGridProps = __assign({
16
- "data": [
17
- {
18
- "value": "iAgree",
19
- "display": "I agree",
20
- "count": 77,
21
- "compType0": "RadioList",
22
- "compType1": "TagsInputSingle",
23
- "children": [
24
- {
25
- "value": "[\"dr_shroff_s_charity_eye_hospital_ckkx\"]",
26
- "display": [
27
- "Dr. Shroff's Charity Eye Hospital -ckkx "
28
- ],
29
- "count": 1,
30
- "compType0": "RadioList",
31
- "compType1": "TagsInputSingle"
32
- },
33
- {
34
- "value": "[\"public_rural_development_society_f1wm\"]",
35
- "display": [
36
- "Public Rural Development Society-f1wm"
37
- ],
38
- "count": 1,
39
- "compType0": "RadioList",
40
- "compType1": "TagsInputSingle"
41
- },
42
- {
43
- "value": "[\"prakriti_foundation_for_natural_resources_regeneration_wuq4\"]",
44
- "display": [
45
- "PRAKRITI FOUNDATION for Natural Resources Regeneration-wuq4"
46
- ],
47
- "count": 1,
48
- "compType0": "RadioList",
49
- "compType1": "TagsInputSingle"
50
- },
51
- {
52
- "value": "[\"pratigya_iiur\"]",
53
- "display": [
54
- "Pratigya-iiur"
55
- ],
56
- "count": 1,
57
- "compType0": "RadioList",
58
- "compType1": "TagsInputSingle"
59
- },
60
- {
61
- "value": "[\"mount_valley_development_association_g8ww\"]",
62
- "display": [
63
- "Mount Valley Development Association-g8ww"
64
- ],
65
- "count": 1,
66
- "compType0": "RadioList",
67
- "compType1": "TagsInputSingle"
68
- },
69
- {
70
- "value": "[\"swasti_seva_sangathan_gqty\"]",
71
- "display": [
72
- "Swasti Seva Sangathan-gqty"
73
- ],
74
- "count": 1,
75
- "compType0": "RadioList",
76
- "compType1": "TagsInputSingle"
77
- },
78
- {
79
- "value": "[\"develop_india_foundation_szi9\"]",
80
- "display": [
81
- "Develop India Foundation-szi9"
82
- ],
83
- "count": 1,
84
- "compType0": "RadioList",
85
- "compType1": "TagsInputSingle"
86
- },
87
- {
88
- "value": "[\"institute_of_social_research_and_development_g6ph\"]",
89
- "display": [
90
- "Institute of social research and development -g6ph"
91
- ],
92
- "count": 1,
93
- "compType0": "RadioList",
94
- "compType1": "TagsInputSingle"
95
- },
96
- {
97
- "value": "[\"atg_healthcare_foundation_7hy2\"]",
98
- "display": [
99
- "ATG HealthCare Foundation -7hy2"
100
- ],
101
- "count": 1,
102
- "compType0": "RadioList",
103
- "compType1": "TagsInputSingle"
104
- },
105
- {
106
- "value": "[\"centre_for_social_reconstruction_ime9\"]",
107
- "display": [
108
- "Centre for Social Reconstruction-ime9"
109
- ],
110
- "count": 1,
111
- "compType0": "RadioList",
112
- "compType1": "TagsInputSingle"
113
- },
114
- {
115
- "value": "[\"society_for_help_entire_lower_rural_people_help_9wa2\"]",
116
- "display": [
117
- "Society for Help Entire Lower & rural People - HELP-9wa2"
118
- ],
119
- "count": 1,
120
- "compType0": "RadioList",
121
- "compType1": "TagsInputSingle"
122
- },
123
- {
124
- "value": "[\"rural_environment_awareness_community_help_reach_6xzx\"]",
125
- "display": [
126
- "Rural Environment Awareness Community Help (REACH)-6xzx"
127
- ],
128
- "count": 1,
129
- "compType0": "RadioList",
130
- "compType1": "TagsInputSingle"
131
- },
132
- {
133
- "value": "[\"sreya_foundation_tyra\"]",
134
- "display": [
135
- "Sreya Foundation-tyra"
136
- ],
137
- "count": 1,
138
- "compType0": "RadioList",
139
- "compType1": "TagsInputSingle"
140
- },
141
- {
142
- "value": "[\"azad_shiksha_kendra_bk1v\"]",
143
- "display": [
144
- "Azad Shiksha Kendra -bk1v"
145
- ],
146
- "count": 1,
147
- "compType0": "RadioList",
148
- "compType1": "TagsInputSingle"
149
- },
150
- {
151
- "value": "[\"nakkubetta_foundation_82cg\"]",
152
- "display": [
153
- "NAKKUBETTA FOUNDATION-82cg"
154
- ],
155
- "count": 1,
156
- "compType0": "RadioList",
157
- "compType1": "TagsInputSingle"
158
- },
159
- {
160
- "value": "[\"yuva_chaithanya_seva_samithi_w5dk\"]",
161
- "display": [
162
- "Yuva Chaithanya Seva Samithi-w5dk"
163
- ],
164
- "count": 1,
165
- "compType0": "RadioList",
166
- "compType1": "TagsInputSingle"
167
- },
168
- {
169
- "value": "[\"saisadhana_rural_foundation_0hej\"]",
170
- "display": [
171
- "Saisadhana Rural Foundation -0hej"
172
- ],
173
- "count": 1,
174
- "compType0": "RadioList",
175
- "compType1": "TagsInputSingle"
176
- },
177
- {
178
- "value": "[\"https_connecting_dreams_org_42wz\"]",
179
- "display": [
180
- "https://connecting-dreams.org/-42wz"
181
- ],
182
- "count": 1,
183
- "compType0": "RadioList",
184
- "compType1": "TagsInputSingle"
185
- },
186
- {
187
- "value": "[\"vishwa_jan_seva_trust_d1rh\"]",
188
- "display": [
189
- "Vishwa Jan Seva Trust-d1rh"
190
- ],
191
- "count": 1,
192
- "compType0": "RadioList",
193
- "compType1": "TagsInputSingle"
194
- },
195
- {
196
- "value": "[\"all_j_k_pasmanda_tabka_development_welfare_socity_zq4n\"]",
197
- "display": [
198
- "All j&k pasmanda tabka development welfare socity -zq4n"
199
- ],
200
- "count": 1,
201
- "compType0": "RadioList",
202
- "compType1": "TagsInputSingle"
203
- },
204
- {
205
- "value": "[\"shine_india_foundation_t10s\"]",
206
- "display": [
207
- "Shine India Foundation-t10s"
208
- ],
209
- "count": 1,
210
- "compType0": "RadioList",
211
- "compType1": "TagsInputSingle"
212
- },
213
- {
214
- "value": "[\"swajan_social_development_and_health_education_samiti_7odp\"]",
215
- "display": [
216
- "Swajan Social Development and Health Education Samiti-7odp"
217
- ],
218
- "count": 1,
219
- "compType0": "RadioList",
220
- "compType1": "TagsInputSingle"
221
- },
222
- {
223
- "value": "[\"samvada_43kd\"]",
224
- "display": [
225
- "Samvada -43kd"
226
- ],
227
- "count": 1,
228
- "compType0": "RadioList",
229
- "compType1": "TagsInputSingle"
230
- },
231
- {
232
- "value": "[\"jatan_sansthan_ecj8\"]",
233
- "display": [
234
- "Jatan Sansthan-ecj8"
235
- ],
236
- "count": 1,
237
- "compType0": "RadioList",
238
- "compType1": "TagsInputSingle"
239
- },
240
- {
241
- "value": "[\"association_of_rural_people_need_and_awareness_arpna_syfx\"]",
242
- "display": [
243
- "Association of Rural People Need and Awareness (ARPNA)-syfx"
244
- ],
245
- "count": 1,
246
- "compType0": "RadioList",
247
- "compType1": "TagsInputSingle"
248
- },
249
- {
250
- "value": "[\"sharim_foundation_j0oa\"]",
251
- "display": [
252
- "SHARIM FOUNDATION-j0oa"
253
- ],
254
- "count": 1,
255
- "compType0": "RadioList",
256
- "compType1": "TagsInputSingle"
257
- },
258
- {
259
- "value": "[\"bhuvi_biodiversity_and_habitat_uplifting_values_through_innovations_ujix\"]",
260
- "display": [
261
- "BHUVI (Biodiversity and Habitat Uplifting Values through Innovations-ujix"
262
- ],
263
- "count": 1,
264
- "compType0": "RadioList",
265
- "compType1": "TagsInputSingle"
266
- },
267
- {
268
- "value": "[\"lamp_educational_and_charitable_trust_q3ro\"]",
269
- "display": [
270
- "Lamp Educational and Charitable Trust -q3ro"
271
- ],
272
- "count": 1,
273
- "compType0": "RadioList",
274
- "compType1": "TagsInputSingle"
275
- },
276
- {
277
- "value": "[\"samarpan_welfare_association_social_development_vq0d\"]",
278
- "display": [
279
- "Samarpan Welfare Association Social Development-vq0d"
280
- ],
281
- "count": 1,
282
- "compType0": "RadioList",
283
- "compType1": "TagsInputSingle"
284
- },
285
- {
286
- "value": "[\"hope_on_foundation_2ehc\"]",
287
- "display": [
288
- "Hope On Foundation-2ehc"
289
- ],
290
- "count": 1,
291
- "compType0": "RadioList",
292
- "compType1": "TagsInputSingle"
293
- },
294
- {
295
- "value": "[\"helplife_global_hktr\"]",
296
- "display": [
297
- "Helplife Global-hktr"
298
- ],
299
- "count": 1,
300
- "compType0": "RadioList",
301
- "compType1": "TagsInputSingle"
302
- },
303
- {
304
- "value": "[\"india_health_and_climate_resilience_fellowship_h12y\"]",
305
- "display": [
306
- "India Health and Climate Resilience Fellowship-h12y"
307
- ],
308
- "count": 1,
309
- "compType0": "RadioList",
310
- "compType1": "TagsInputSingle"
311
- },
312
- {
313
- "value": "[\"research_and_advocacy_centre_for_environment_race_0gl4\"]",
314
- "display": [
315
- "Research and Advocacy Centre for Environment (RACE)-0gl4"
316
- ],
317
- "count": 1,
318
- "compType0": "RadioList",
319
- "compType1": "TagsInputSingle"
320
- },
321
- {
322
- "value": "[\"nisarg_foundation_ll9o\"]",
323
- "display": [
324
- "Nisarg Foundation-ll9o"
325
- ],
326
- "count": 1,
327
- "compType0": "RadioList",
328
- "compType1": "TagsInputSingle"
329
- },
330
- {
331
- "value": "[\"social_serve_foundation_qpy3\"]",
332
- "display": [
333
- "Social Serve Foundation-qpy3"
334
- ],
335
- "count": 1,
336
- "compType0": "RadioList",
337
- "compType1": "TagsInputSingle"
338
- },
339
- {
340
- "value": "[\"akhand_jyoti_eye_hospital_fpeg\"]",
341
- "display": [
342
- "Akhand Jyoti Eye Hospital-fpeg"
343
- ],
344
- "count": 1,
345
- "compType0": "RadioList",
346
- "compType1": "TagsInputSingle"
347
- },
348
- {
349
- "value": "[\"anahat_foundation_g8um\"]",
350
- "display": [
351
- "Anahat Foundation-g8um"
352
- ],
353
- "count": 1,
354
- "compType0": "RadioList",
355
- "compType1": "TagsInputSingle"
356
- },
357
- {
358
- "value": "[\"inamigos_foundation_263v\"]",
359
- "display": [
360
- "INAMIGOS FOUNDATION-263v"
361
- ],
362
- "count": 1,
363
- "compType0": "RadioList",
364
- "compType1": "TagsInputSingle"
365
- },
366
- {
367
- "value": "[\"asmite_foundation_l37k\"]",
368
- "display": [
369
- "ASMITE FOUNDATION-l37k"
370
- ],
371
- "count": 1,
372
- "compType0": "RadioList",
373
- "compType1": "TagsInputSingle"
374
- },
375
- {
376
- "value": "[\"pagaria_welfare_foundation_7k8f\"]",
377
- "display": [
378
- "Pagaria Welfare Foundation-7k8f"
379
- ],
380
- "count": 1,
381
- "compType0": "RadioList",
382
- "compType1": "TagsInputSingle"
383
- },
384
- {
385
- "value": "[\"mother_of_mercy_charitable_trust_33p4\"]",
386
- "display": [
387
- "Mother of mercy charitable trust -33p4"
388
- ],
389
- "count": 1,
390
- "compType0": "RadioList",
391
- "compType1": "TagsInputSingle"
392
- },
393
- {
394
- "value": "[\"pratik_ww54\"]",
395
- "display": [
396
- "PRATIK-ww54"
397
- ],
398
- "count": 1,
399
- "compType0": "RadioList",
400
- "compType1": "TagsInputSingle"
401
- },
402
- {
403
- "value": "[\"econet_b00f\"]",
404
- "display": [
405
- "Econet-b00f"
406
- ],
407
- "count": 1,
408
- "compType0": "RadioList",
409
- "compType1": "TagsInputSingle"
410
- },
411
- {
412
- "value": "[\"saiashish_healthcare_management_77im\"]",
413
- "display": [
414
- "Saiashish Healthcare Management-77im"
415
- ],
416
- "count": 1,
417
- "compType0": "RadioList",
418
- "compType1": "TagsInputSingle"
419
- },
420
- {
421
- "value": "[\"vichar_trust_vipe\"]",
422
- "display": [
423
- "Vichar Trust-vipe"
424
- ],
425
- "count": 1,
426
- "compType0": "RadioList",
427
- "compType1": "TagsInputSingle"
428
- },
429
- {
430
- "value": "[\"tamahar_trust_bs3h\"]",
431
- "display": [
432
- "Tamahar Trust-bs3h"
433
- ],
434
- "count": 1,
435
- "compType0": "RadioList",
436
- "compType1": "TagsInputSingle"
437
- },
438
- {
439
- "value": "[\"sahayog_r9na\"]",
440
- "display": [
441
- "SAHAYOG-r9na"
442
- ],
443
- "count": 1,
444
- "compType0": "RadioList",
445
- "compType1": "TagsInputSingle"
446
- },
447
- {
448
- "value": "[\"sagar_eduction_and_development_society_q32o\"]",
449
- "display": [
450
- "SAGAR EDUCTION AND DEVELOPMENT SOCIETY-q32o"
451
- ],
452
- "count": 1,
453
- "compType0": "RadioList",
454
- "compType1": "TagsInputSingle"
455
- },
456
- {
457
- "value": "[\"solidarity_for_developing_communities_solid_n1gl\"]",
458
- "display": [
459
- "Solidarity for Developing Communities (SOLID)-n1gl"
460
- ],
461
- "count": 1,
462
- "compType0": "RadioList",
463
- "compType1": "TagsInputSingle"
464
- },
465
- {
466
- "value": "[\"shri_ram_lal_gayatri_mata_memorial_trust_owle\"]",
467
- "display": [
468
- "SHRI RAM LAL GAYATRI MATA MEMORIAL TRUST-owle"
469
- ],
470
- "count": 1,
471
- "compType0": "RadioList",
472
- "compType1": "TagsInputSingle"
473
- },
474
- {
475
- "value": "[\"b_pac_ooaa\"]",
476
- "display": [
477
- "B.PAC-ooaa"
478
- ],
479
- "count": 1,
480
- "compType0": "RadioList",
481
- "compType1": "TagsInputSingle"
482
- },
483
- {
484
- "value": "[\"shohratgarh_environmental_society_x2zf\"]",
485
- "display": [
486
- "Shohratgarh Environmental Society-x2zf"
487
- ],
488
- "count": 1,
489
- "compType0": "RadioList",
490
- "compType1": "TagsInputSingle"
491
- },
492
- {
493
- "value": "[\"centre_for_community_initiative_m4hf\"]",
494
- "display": [
495
- "Centre for Community Initiative-m4hf"
496
- ],
497
- "count": 1,
498
- "compType0": "RadioList",
499
- "compType1": "TagsInputSingle"
500
- },
501
- {
502
- "value": "[\"sneha_society_for_nutrition_education_and_health_action_e3tr\"]",
503
- "display": [
504
- "SNEHA (Society for Nutrition Education and Health Action)-e3tr"
505
- ],
506
- "count": 1,
507
- "compType0": "RadioList",
508
- "compType1": "TagsInputSingle"
509
- },
510
- {
511
- "value": "[\"gopabandhu_seva_parisad_ygcb\"]",
512
- "display": [
513
- "Gopabandhu Seva Parisad-ygcb"
514
- ],
515
- "count": 1,
516
- "compType0": "RadioList",
517
- "compType1": "TagsInputSingle"
518
- },
519
- {
520
- "value": "[\"sahaj_sansthan_ylrl\"]",
521
- "display": [
522
- "Sahaj Sansthan -ylrl"
523
- ],
524
- "count": 1,
525
- "compType0": "RadioList",
526
- "compType1": "TagsInputSingle"
527
- },
528
- {
529
- "value": "[\"shantinikethana_grameena_abhivruddhi_samsthe_7oql\"]",
530
- "display": [
531
- "Shantinikethana Grameena Abhivruddhi samsthe-7oql"
532
- ],
533
- "count": 1,
534
- "compType0": "RadioList",
535
- "compType1": "TagsInputSingle"
536
- },
537
- {
538
- "value": "[\"aviskar_welfare_foundation_hkfz\"]",
539
- "display": [
540
- "AVISKAR WELFARE FOUNDATION-hkfz"
541
- ],
542
- "count": 1,
543
- "compType0": "RadioList",
544
- "compType1": "TagsInputSingle"
545
- },
546
- {
547
- "value": "[\"bhojpur_mahila_kala_kendra_fg6d\"]",
548
- "display": [
549
- "Bhojpur Mahila Kala Kendra -fg6d"
550
- ],
551
- "count": 1,
552
- "compType0": "RadioList",
553
- "compType1": "TagsInputSingle"
554
- },
555
- {
556
- "value": "[\"agastya_international_foundation_60gq\"]",
557
- "display": [
558
- "Agastya International Foundation-60gq"
559
- ],
560
- "count": 1,
561
- "compType0": "RadioList",
562
- "compType1": "TagsInputSingle"
563
- },
564
- {
565
- "value": "[\"tamahar_trust_5t4m\"]",
566
- "display": [
567
- "Tamahar trust -5t4m"
568
- ],
569
- "count": 1,
570
- "compType0": "RadioList",
571
- "compType1": "TagsInputSingle"
572
- },
573
- {
574
- "value": "[\"youth_for_unity_and_voluntary_action_4ufm\"]",
575
- "display": [
576
- "Youth for Unity and Voluntary Action-4ufm"
577
- ],
578
- "count": 1,
579
- "compType0": "RadioList",
580
- "compType1": "TagsInputSingle"
581
- },
582
- {
583
- "value": "[\"vidya_poshak_9s4d\"]",
584
- "display": [
585
- "Vidya Poshak-9s4d"
586
- ],
587
- "count": 1,
588
- "compType0": "RadioList",
589
- "compType1": "TagsInputSingle"
590
- },
591
- {
592
- "value": "[\"dor_foundation_yef8\"]",
593
- "display": [
594
- "Dor Foundation-yef8"
595
- ],
596
- "count": 1,
597
- "compType0": "RadioList",
598
- "compType1": "TagsInputSingle"
599
- },
600
- {
601
- "value": "[\"lmes_foundation_m6yu\"]",
602
- "display": [
603
- "LMES Foundation -m6yu"
604
- ],
605
- "count": 1,
606
- "compType0": "RadioList",
607
- "compType1": "TagsInputSingle"
608
- },
609
- {
610
- "value": "[\"paribesh_unnayan_parishad_k34e\"]",
611
- "display": [
612
- "Paribesh Unnayan Parishad-k34e"
613
- ],
614
- "count": 1,
615
- "compType0": "RadioList",
616
- "compType1": "TagsInputSingle"
617
- },
618
- {
619
- "value": "[\"divya_foundation_and_ayurvedik_chikitsha_trust_2jnw\"]",
620
- "display": [
621
- "Divya Foundation And Ayurvedik Chikitsha Trust-2jnw"
622
- ],
623
- "count": 1,
624
- "compType0": "RadioList",
625
- "compType1": "TagsInputSingle"
626
- },
627
- {
628
- "value": "[\"service_initiative_for_voluntary_action_qq40\"]",
629
- "display": [
630
- "Service Initiative for Voluntary Action-qq40"
631
- ],
632
- "count": 1,
633
- "compType0": "RadioList",
634
- "compType1": "TagsInputSingle"
635
- },
636
- {
637
- "value": "[\"paras_swayamsevi_sanstha_ujx2\"]",
638
- "display": [
639
- "PARAS Swayamsevi Sanstha-ujx2"
640
- ],
641
- "count": 1,
642
- "compType0": "RadioList",
643
- "compType1": "TagsInputSingle"
644
- },
645
- {
646
- "value": "[\"vadlamudi_foundation_kf8a\"]",
647
- "display": [
648
- "VADLAMUDI FOUNDATION-kf8a"
649
- ],
650
- "count": 1,
651
- "compType0": "RadioList",
652
- "compType1": "TagsInputSingle"
653
- },
654
- {
655
- "value": "[\"youth_for_seva_935l\"]",
656
- "display": [
657
- "Youth for seva-935l"
658
- ],
659
- "count": 1,
660
- "compType0": "RadioList",
661
- "compType1": "TagsInputSingle"
662
- },
663
- {
664
- "value": "[\"syed_mohd_danish_ashrafi_mdcs\"]",
665
- "display": [
666
- "Syed Mohd Danish ashrafi -mdcs"
667
- ],
668
- "count": 1,
669
- "compType0": "RadioList",
670
- "compType1": "TagsInputSingle"
671
- },
672
- {
673
- "value": "[\"idream_social_edtech_foundation_dc8i\"]",
674
- "display": [
675
- "Idream Social EdTech Foundation-dc8i"
676
- ],
677
- "count": 1,
678
- "compType0": "RadioList",
679
- "compType1": "TagsInputSingle"
680
- },
681
- {
682
- "value": "[\"i_saksham_education_and_learning_foundation_qo89\"]",
683
- "display": [
684
- "I-Saksham Education And Learning Foundation-qo89"
685
- ],
686
- "count": 1,
687
- "compType0": "RadioList",
688
- "compType1": "TagsInputSingle"
689
- },
690
- {
691
- "value": "[\"pragathi_association_for_rural_development_d257\"]",
692
- "display": [
693
- "PRAGATHI ASSOCIATION FOR RURAL DEVELOPMENT-d257"
694
- ],
695
- "count": 1,
696
- "compType0": "RadioList",
697
- "compType1": "TagsInputSingle"
698
- },
699
- {
700
- "value": "[\"routes_2_roots_l4gq\"]",
701
- "display": [
702
- "Routes 2 Roots-l4gq"
703
- ],
704
- "count": 1,
705
- "compType0": "RadioList",
706
- "compType1": "TagsInputSingle"
707
- },
708
- {
709
- "value": "[\"sigma_foundation_67ur\"]",
710
- "display": [
711
- "SIGMA Foundation-67ur"
712
- ],
713
- "count": 1,
714
- "compType0": "RadioList",
715
- "compType1": "TagsInputSingle"
716
- }
717
- ]
718
- }
719
- ],
720
- "valuePath": [
721
- "children.0.count",
722
- "children.1.count",
723
- "children.2.count",
724
- "children.3.count",
725
- "children.4.count",
726
- "children.5.count",
727
- "children.6.count",
728
- "children.7.count",
729
- "children.8.count",
730
- "children.9.count",
731
- "children.10.count",
732
- "children.11.count",
733
- "children.12.count",
734
- "children.13.count",
735
- "children.14.count",
736
- "children.15.count",
737
- "children.16.count",
738
- "children.17.count",
739
- "children.18.count",
740
- "children.19.count",
741
- "children.20.count",
742
- "children.21.count",
743
- "children.22.count",
744
- "children.23.count",
745
- "children.24.count",
746
- "children.25.count",
747
- "children.26.count",
748
- "children.27.count",
749
- "children.28.count",
750
- "children.29.count",
751
- "children.30.count",
752
- "children.31.count",
753
- "children.32.count",
754
- "children.33.count",
755
- "children.34.count",
756
- "children.35.count",
757
- "children.36.count",
758
- "children.37.count",
759
- "children.38.count",
760
- "children.39.count",
761
- "children.40.count",
762
- "children.41.count",
763
- "children.42.count",
764
- "children.43.count",
765
- "children.44.count",
766
- "children.45.count",
767
- "children.46.count",
768
- "children.47.count",
769
- "children.48.count",
770
- "children.49.count",
771
- "children.50.count",
772
- "children.51.count",
773
- "children.52.count",
774
- "children.53.count",
775
- "children.54.count",
776
- "children.55.count",
777
- "children.56.count",
778
- "children.57.count",
779
- "children.58.count",
780
- "children.59.count",
781
- "children.60.count",
782
- "children.61.count",
783
- "children.62.count",
784
- "children.63.count",
785
- "children.64.count",
786
- "children.65.count",
787
- "children.66.count",
788
- "children.67.count",
789
- "children.68.count",
790
- "children.69.count",
791
- "children.70.count",
792
- "children.71.count",
793
- "children.72.count",
794
- "children.73.count",
795
- "children.74.count",
796
- "children.75.count",
797
- "children.76.count"
798
- ],
799
- "tooltipLabelsPath": [
800
- "children.0.display",
801
- "children.1.display",
802
- "children.2.display",
803
- "children.3.display",
804
- "children.4.display",
805
- "children.5.display",
806
- "children.6.display",
807
- "children.7.display",
808
- "children.8.display",
809
- "children.9.display",
810
- "children.10.display",
811
- "children.11.display",
812
- "children.12.display",
813
- "children.13.display",
814
- "children.14.display",
815
- "children.15.display",
816
- "children.16.display",
817
- "children.17.display",
818
- "children.18.display",
819
- "children.19.display",
820
- "children.20.display",
821
- "children.21.display",
822
- "children.22.display",
823
- "children.23.display",
824
- "children.24.display",
825
- "children.25.display",
826
- "children.26.display",
827
- "children.27.display",
828
- "children.28.display",
829
- "children.29.display",
830
- "children.30.display",
831
- "children.31.display",
832
- "children.32.display",
833
- "children.33.display",
834
- "children.34.display",
835
- "children.35.display",
836
- "children.36.display",
837
- "children.37.display",
838
- "children.38.display",
839
- "children.39.display",
840
- "children.40.display",
841
- "children.41.display",
842
- "children.42.display",
843
- "children.43.display",
844
- "children.44.display",
845
- "children.45.display",
846
- "children.46.display",
847
- "children.47.display",
848
- "children.48.display",
849
- "children.49.display",
850
- "children.50.display",
851
- "children.51.display",
852
- "children.52.display",
853
- "children.53.display",
854
- "children.54.display",
855
- "children.55.display",
856
- "children.56.display",
857
- "children.57.display",
858
- "children.58.display",
859
- "children.59.display",
860
- "children.60.display",
861
- "children.61.display",
862
- "children.62.display",
863
- "children.63.display",
864
- "children.64.display",
865
- "children.65.display",
866
- "children.66.display",
867
- "children.67.display",
868
- "children.68.display",
869
- "children.69.display",
870
- "children.70.display",
871
- "children.71.display",
872
- "children.72.display",
873
- "children.73.display",
874
- "children.74.display",
875
- "children.75.display",
876
- "children.76.display"
877
- ],
878
- "labelPath": "display",
879
- "colorIdx": 3
880
- });
881
- exports.heaMapGridProps2 = {
882
- "data": [
883
- {
884
- "value": "reasons_for_not_engaging_with_eg_fundraising",
885
- "display": "Reasons for not engaging with EG Fundraising",
886
- "count": 14,
887
- "compType0": "TagsInputMulti",
888
- "compType1": "TagsInputMulti",
889
- "children": [
890
- {
891
- "value": "preference_for_other_funding_sources_1",
892
- "display": "Preference for Other Funding Sources",
893
- "count": 6,
894
- "compType0": "TagsInputMulti",
895
- "compType1": "TagsInputMulti"
896
- },
897
- {
898
- "value": "lack_of_internal_capacity_1",
899
- "display": "Lack of Internal Capacity",
900
- "count": 3,
901
- "compType0": "TagsInputMulti",
902
- "compType1": "TagsInputMulti"
903
- },
904
- {
905
- "value": "lack_of_knowledge_or_experience_2",
906
- "display": "Lack of Knowledge or Experience",
907
- "count": 1,
908
- "compType0": "TagsInputMulti",
909
- "compType1": "TagsInputMulti"
910
- },
911
- {
912
- "value": "lack_of_knowledge_or_experience_1",
913
- "display": "Lack of Knowledge or Experience",
914
- "count": 1,
915
- "compType0": "TagsInputMulti",
916
- "compType1": "TagsInputMulti"
917
- },
918
- {
919
- "value": "inadequate_infrastructure",
920
- "display": "Inadequate Infrastructure",
921
- "count": 1,
922
- "compType0": "TagsInputMulti",
923
- "compType1": "TagsInputMulti"
924
- },
925
- {
926
- "value": "lack_of_internal_capacity_2",
927
- "display": "Lack of Internal Capacity",
928
- "count": 1,
929
- "compType0": "TagsInputMulti",
930
- "compType1": "TagsInputMulti"
931
- },
932
- {
933
- "value": "donor_retention_issues",
934
- "display": "Donor Retention Issues",
935
- "count": 1,
936
- "compType0": "TagsInputMulti",
937
- "compType1": "TagsInputMulti"
938
- }
939
- ]
940
- },
941
- {
942
- "value": "budgeting_for_everyday_giving_fundraising",
943
- "display": "Budgeting for Everyday Giving Fundraising",
944
- "count": 10,
945
- "compType0": "TagsInputMulti",
946
- "compType1": "TagsInputMulti",
947
- "children": [
948
- {
949
- "value": "campaign_expenses",
950
- "display": "Campaign Expenses",
951
- "count": 4,
952
- "compType0": "TagsInputMulti",
953
- "compType1": "TagsInputMulti"
954
- },
955
- {
956
- "value": "staffing",
957
- "display": "Staffing",
958
- "count": 2,
959
- "compType0": "TagsInputMulti",
960
- "compType1": "TagsInputMulti"
961
- },
962
- {
963
- "value": "technology",
964
- "display": "Technology",
965
- "count": 2,
966
- "compType0": "TagsInputMulti",
967
- "compType1": "TagsInputMulti"
968
- },
969
- {
970
- "value": "outreach_costs",
971
- "display": "Outreach Costs",
972
- "count": 2,
973
- "compType0": "TagsInputMulti",
974
- "compType1": "TagsInputMulti"
975
- }
976
- ]
977
- },
978
- {
979
- "value": "motivational_drivers_of_everyday_givers_and_volunteers",
980
- "display": "Motivational drivers of everyday givers and volunteers",
981
- "count": 11,
982
- "compType0": "TagsInputMulti",
983
- "compType1": "TagsInputMulti",
984
- "children": [
985
- {
986
- "value": "emotional_or_cause_based_connection",
987
- "display": "Emotional or cause-based connection",
988
- "count": 4,
989
- "compType0": "TagsInputMulti",
990
- "compType1": "TagsInputMulti"
991
- },
992
- {
993
- "value": "sense_of_community_or_local_impact",
994
- "display": "Sense of community or local impact",
995
- "count": 3,
996
- "compType0": "TagsInputMulti",
997
- "compType1": "TagsInputMulti"
998
- },
999
- {
1000
- "value": "social_recognition_and_peer_influence",
1001
- "display": "Social recognition and peer influence",
1002
- "count": 2,
1003
- "compType0": "TagsInputMulti",
1004
- "compType1": "TagsInputMulti"
1005
- },
1006
- {
1007
- "value": "personal_values_or_lived_experiences",
1008
- "display": "Personal values or lived experiences",
1009
- "count": 1,
1010
- "compType0": "TagsInputMulti",
1011
- "compType1": "TagsInputMulti"
1012
- },
1013
- {
1014
- "value": "convenience_and_low_barrier_engagement_opportunities",
1015
- "display": "Convenience and low-barrier engagement opportunities",
1016
- "count": 1,
1017
- "compType0": "TagsInputMulti",
1018
- "compType1": "TagsInputMulti"
1019
- }
1020
- ]
1021
- },
1022
- {
1023
- "value": "reasons_for_effectiveness_of_strategies_for_donor_retention",
1024
- "display": "Reasons for Effectiveness of Strategies for Donor Retention",
1025
- "count": 9,
1026
- "compType0": "TagsInputMulti",
1027
- "compType1": "TagsInputMulti",
1028
- "children": [
1029
- {
1030
- "value": "personalized_communication",
1031
- "display": "Personalized Communication",
1032
- "count": 4,
1033
- "compType0": "TagsInputMulti",
1034
- "compType1": "TagsInputMulti"
1035
- },
1036
- {
1037
- "value": "recognition_and_rewards_1",
1038
- "display": "Recognition and Rewards",
1039
- "count": 3,
1040
- "compType0": "TagsInputMulti",
1041
- "compType1": "TagsInputMulti"
1042
- },
1043
- {
1044
- "value": "storytelling",
1045
- "display": "Storytelling",
1046
- "count": 2,
1047
- "compType0": "TagsInputMulti",
1048
- "compType1": "TagsInputMulti"
1049
- }
1050
- ]
1051
- },
1052
- {
1053
- "value": "reasons_for_engaging_with_eg_fundraising_in_future",
1054
- "display": "Reasons for Engaging with EG Fundraising in future",
1055
- "count": 9,
1056
- "compType0": "TagsInputMulti",
1057
- "compType1": "TagsInputMulti",
1058
- "children": [
1059
- {
1060
- "value": "strengthens_community_engagement_2",
1061
- "display": "Strengthens community engagement",
1062
- "count": 4,
1063
- "compType0": "TagsInputMulti",
1064
- "compType1": "TagsInputMulti"
1065
- },
1066
- {
1067
- "value": "reliable_source_of_funding_2",
1068
- "display": "Reliable source of funding",
1069
- "count": 2,
1070
- "compType0": "TagsInputMulti",
1071
- "compType1": "TagsInputMulti"
1072
- },
1073
- {
1074
- "value": "reliable_source_of_funding_1",
1075
- "display": "Reliable source of funding",
1076
- "count": 1,
1077
- "compType0": "TagsInputMulti",
1078
- "compType1": "TagsInputMulti"
1079
- },
1080
- {
1081
- "value": "brings_more_forms_of_resources_than_just_money_2",
1082
- "display": "Brings more forms of resources than just money",
1083
- "count": 1,
1084
- "compType0": "TagsInputMulti",
1085
- "compType1": "TagsInputMulti"
1086
- },
1087
- {
1088
- "value": "effective_in_raising_large_amounts_without_engaging_with_fundraising_processes_with_funders_2",
1089
- "display": "Effective in raising large amounts without engaging with fundraising processes with funders",
1090
- "count": 1,
1091
- "compType0": "TagsInputMulti",
1092
- "compType1": "TagsInputMulti"
1093
- }
1094
- ]
1095
- },
1096
- {
1097
- "value": "reasons_for_segmenting_users",
1098
- "display": "Reasons for Segmenting Users",
1099
- "count": 7,
1100
- "compType0": "TagsInputMulti",
1101
- "compType1": "TagsInputMulti",
1102
- "children": [
1103
- {
1104
- "value": "targeted_outreach",
1105
- "display": "Targeted Outreach",
1106
- "count": 4,
1107
- "compType0": "TagsInputMulti",
1108
- "compType1": "TagsInputMulti"
1109
- },
1110
- {
1111
- "value": "increase_engagement",
1112
- "display": "Increase Engagement",
1113
- "count": 2,
1114
- "compType0": "TagsInputMulti",
1115
- "compType1": "TagsInputMulti"
1116
- },
1117
- {
1118
- "value": "improved_retention",
1119
- "display": "Improved Retention",
1120
- "count": 1,
1121
- "compType0": "TagsInputMulti",
1122
- "compType1": "TagsInputMulti"
1123
- }
1124
- ]
1125
- },
1126
- {
1127
- "value": "trends_in_how_npos_engage_everyday_givers",
1128
- "display": "Trends in how NPOs engage everyday givers",
1129
- "count": 9,
1130
- "compType0": "TagsInputMulti",
1131
- "compType1": "TagsInputMulti",
1132
- "children": [
1133
- {
1134
- "value": "increased_donor_segmentation_and_personalization",
1135
- "display": "Increased donor segmentation and personalization",
1136
- "count": 4,
1137
- "compType0": "TagsInputMulti",
1138
- "compType1": "TagsInputMulti"
1139
- },
1140
- {
1141
- "value": "integration_of_volunteering_as_a_giving_pathway",
1142
- "display": "Integration of volunteering as a giving pathway",
1143
- "count": 2,
1144
- "compType0": "TagsInputMulti",
1145
- "compType1": "TagsInputMulti"
1146
- },
1147
- {
1148
- "value": "rise_of_peer_to_peer_and_influencer_led_campaigns",
1149
- "display": "Rise of peer-to-peer and influencer-led campaigns",
1150
- "count": 2,
1151
- "compType0": "TagsInputMulti",
1152
- "compType1": "TagsInputMulti"
1153
- },
1154
- {
1155
- "value": "shift_from_event_based_to_digital_giving",
1156
- "display": "Shift from event-based to digital giving",
1157
- "count": 1,
1158
- "compType0": "TagsInputMulti",
1159
- "compType1": "TagsInputMulti"
1160
- }
1161
- ]
1162
- },
1163
- {
1164
- "value": "challenges_of_segmenting_users",
1165
- "display": "Challenges of Segmenting Users",
1166
- "count": 6,
1167
- "compType0": "TagsInputMulti",
1168
- "compType1": "TagsInputMulti",
1169
- "children": [
1170
- {
1171
- "value": "resource_intensive",
1172
- "display": "Resource Intensive",
1173
- "count": 4,
1174
- "compType0": "TagsInputMulti",
1175
- "compType1": "TagsInputMulti"
1176
- },
1177
- {
1178
- "value": "data_quality",
1179
- "display": "Data Quality",
1180
- "count": 2,
1181
- "compType0": "TagsInputMulti",
1182
- "compType1": "TagsInputMulti"
1183
- }
1184
- ]
1185
- },
1186
- {
1187
- "value": "recommendations_to_strengthen_practices_of_volunteer_engagement",
1188
- "display": "Recommendations to strengthen practices of Volunteer Engagement",
1189
- "count": 12,
1190
- "compType0": "TagsInputMulti",
1191
- "compType1": "TagsInputMulti",
1192
- "children": [
1193
- {
1194
- "value": "guidance_on_structuring_a_volunteer_program_1",
1195
- "display": "Guidance on Structuring a Volunteer Program",
1196
- "count": 4,
1197
- "compType0": "TagsInputMulti",
1198
- "compType1": "TagsInputMulti"
1199
- },
1200
- {
1201
- "value": "capacity_building_training_2",
1202
- "display": "Capacity-Building Training",
1203
- "count": 2,
1204
- "compType0": "TagsInputMulti",
1205
- "compType1": "TagsInputMulti"
1206
- },
1207
- {
1208
- "value": "peer_learning_and_networking_1",
1209
- "display": "Peer Learning and Networking",
1210
- "count": 2,
1211
- "compType0": "TagsInputMulti",
1212
- "compType1": "TagsInputMulti"
1213
- },
1214
- {
1215
- "value": "donor_insights_and_analytics_tools_2",
1216
- "display": "Donor Insights and Analytics Tools",
1217
- "count": 1,
1218
- "compType0": "TagsInputMulti",
1219
- "compType1": "TagsInputMulti"
1220
- },
1221
- {
1222
- "value": "volunteer_management_system_2",
1223
- "display": "Volunteer Management System",
1224
- "count": 1,
1225
- "compType0": "TagsInputMulti",
1226
- "compType1": "TagsInputMulti"
1227
- },
1228
- {
1229
- "value": "training_and_orientation_programs_1",
1230
- "display": "Training and Orientation Programs",
1231
- "count": 1,
1232
- "compType0": "TagsInputMulti",
1233
- "compType1": "TagsInputMulti"
1234
- },
1235
- {
1236
- "value": "training_on_fundraising_technology_2",
1237
- "display": "Training on Fundraising Technology",
1238
- "count": 1,
1239
- "compType0": "TagsInputMulti",
1240
- "compType1": "TagsInputMulti"
1241
- }
1242
- ]
1243
- },
1244
- {
1245
- "value": "motivations_for_eg_engagement",
1246
- "display": "Motivations for EG Engagement",
1247
- "count": 10,
1248
- "compType0": "TagsInputMulti",
1249
- "compType1": "TagsInputMulti",
1250
- "children": [
1251
- {
1252
- "value": "reliable_source_of_funding_1",
1253
- "display": "Reliable source of funding",
1254
- "count": 4,
1255
- "compType0": "TagsInputMulti",
1256
- "compType1": "TagsInputMulti"
1257
- },
1258
- {
1259
- "value": "flexible_form_of_funding_1",
1260
- "display": "Flexible form of funding",
1261
- "count": 2,
1262
- "compType0": "TagsInputMulti",
1263
- "compType1": "TagsInputMulti"
1264
- },
1265
- {
1266
- "value": "effective_in_raising_large_amounts_without_engaging_with_fundraising_processes_with_funders_1",
1267
- "display": "Effective in raising large amounts without engaging with fundraising processes with funders",
1268
- "count": 1,
1269
- "compType0": "TagsInputMulti",
1270
- "compType1": "TagsInputMulti"
1271
- },
1272
- {
1273
- "value": "strengthens_community_engagement_1",
1274
- "display": "Strengthens community engagement",
1275
- "count": 1,
1276
- "compType0": "TagsInputMulti",
1277
- "compType1": "TagsInputMulti"
1278
- },
1279
- {
1280
- "value": "strengthens_community_engagement_2",
1281
- "display": "Strengthens community engagement",
1282
- "count": 1,
1283
- "compType0": "TagsInputMulti",
1284
- "compType1": "TagsInputMulti"
1285
- },
1286
- {
1287
- "value": "brings_more_forms_of_resources_than_just_money_1",
1288
- "display": "Brings more forms of resources than just money",
1289
- "count": 1,
1290
- "compType0": "TagsInputMulti",
1291
- "compType1": "TagsInputMulti"
1292
- }
1293
- ]
1294
- },
1295
- {
1296
- "value": "reasons_for_not_engaging_with_eg_fundraising_in_future",
1297
- "display": "Reasons for not engaging with EG Fundraising in future",
1298
- "count": 6,
1299
- "compType0": "TagsInputMulti",
1300
- "compType1": "TagsInputMulti",
1301
- "children": [
1302
- {
1303
- "value": "lack_of_internal_capacity_2",
1304
- "display": "Lack of Internal Capacity",
1305
- "count": 4,
1306
- "compType0": "TagsInputMulti",
1307
- "compType1": "TagsInputMulti"
1308
- },
1309
- {
1310
- "value": "lack_of_knowledge_or_experience_2",
1311
- "display": "Lack of Knowledge or Experience",
1312
- "count": 1,
1313
- "compType0": "TagsInputMulti",
1314
- "compType1": "TagsInputMulti"
1315
- },
1316
- {
1317
- "value": "preference_for_other_funding_sources_1",
1318
- "display": "Preference for Other Funding Sources",
1319
- "count": 1,
1320
- "compType0": "TagsInputMulti",
1321
- "compType1": "TagsInputMulti"
1322
- }
1323
- ]
1324
- },
1325
- {
1326
- "value": "challenges_with_initiating_eg_fundraising_for_not_engaged_group",
1327
- "display": "Challenges with initiating EG Fundraising for Not Engaged Group",
1328
- "count": 10,
1329
- "compType0": "TagsInputMulti",
1330
- "compType1": "TagsInputMulti",
1331
- "children": [
1332
- {
1333
- "value": "inadequate_infrastructure",
1334
- "display": "Inadequate Infrastructure",
1335
- "count": 3,
1336
- "compType0": "TagsInputMulti",
1337
- "compType1": "TagsInputMulti"
1338
- },
1339
- {
1340
- "value": "donor_retention_issues",
1341
- "display": "Donor Retention Issues",
1342
- "count": 3,
1343
- "compType0": "TagsInputMulti",
1344
- "compType1": "TagsInputMulti"
1345
- },
1346
- {
1347
- "value": "lack_of_resources",
1348
- "display": "Lack of Resources",
1349
- "count": 2,
1350
- "compType0": "TagsInputMulti",
1351
- "compType1": "TagsInputMulti"
1352
- },
1353
- {
1354
- "value": "lack_of_internal_capacity_1",
1355
- "display": "Lack of Internal Capacity",
1356
- "count": 1,
1357
- "compType0": "TagsInputMulti",
1358
- "compType1": "TagsInputMulti"
1359
- },
1360
- {
1361
- "value": "limited_impact",
1362
- "display": "Limited Impact",
1363
- "count": 1,
1364
- "compType0": "TagsInputMulti",
1365
- "compType1": "TagsInputMulti"
1366
- }
1367
- ]
1368
- },
1369
- {
1370
- "value": "reasons_for_effectiveness_of_outreach_methods_for_fundraising_eg",
1371
- "display": "Reasons for Effectiveness of Outreach Methods for Fundraising EG",
1372
- "count": 10,
1373
- "compType0": "TagsInputMulti",
1374
- "compType1": "TagsInputMulti",
1375
- "children": [
1376
- {
1377
- "value": "reach_and_accessibility",
1378
- "display": "Reach and Accessibility",
1379
- "count": 3,
1380
- "compType0": "TagsInputMulti",
1381
- "compType1": "TagsInputMulti"
1382
- },
1383
- {
1384
- "value": "engagement_potential",
1385
- "display": "Engagement Potential",
1386
- "count": 2,
1387
- "compType0": "TagsInputMulti",
1388
- "compType1": "TagsInputMulti"
1389
- },
1390
- {
1391
- "value": "trust_and_credibility",
1392
- "display": "Trust and Credibility",
1393
- "count": 2,
1394
- "compType0": "TagsInputMulti",
1395
- "compType1": "TagsInputMulti"
1396
- },
1397
- {
1398
- "value": "impact_and_results",
1399
- "display": "Impact and Results",
1400
- "count": 2,
1401
- "compType0": "TagsInputMulti",
1402
- "compType1": "TagsInputMulti"
1403
- },
1404
- {
1405
- "value": "convenience",
1406
- "display": "Convenience",
1407
- "count": 1,
1408
- "compType0": "TagsInputMulti",
1409
- "compType1": "TagsInputMulti"
1410
- }
1411
- ]
1412
- },
1413
- {
1414
- "value": "advantages_of_segmenting_users",
1415
- "display": "Advantages of Segmenting Users",
1416
- "count": 7,
1417
- "compType0": "TagsInputMulti",
1418
- "compType1": "TagsInputMulti",
1419
- "children": [
1420
- {
1421
- "value": "personalized_approach_1",
1422
- "display": "Personalized Approach",
1423
- "count": 3,
1424
- "compType0": "TagsInputMulti",
1425
- "compType1": "TagsInputMulti"
1426
- },
1427
- {
1428
- "value": "increased_donations",
1429
- "display": "Increased Donations",
1430
- "count": 2,
1431
- "compType0": "TagsInputMulti",
1432
- "compType1": "TagsInputMulti"
1433
- },
1434
- {
1435
- "value": "efficient_resource_allocation",
1436
- "display": "Efficient Resource Allocation",
1437
- "count": 1,
1438
- "compType0": "TagsInputMulti",
1439
- "compType1": "TagsInputMulti"
1440
- },
1441
- {
1442
- "value": "testing_annotation_for_segmenting_users",
1443
- "display": "testing annotation for segmenting users ",
1444
- "count": 1,
1445
- "compType0": "TagsInputMulti",
1446
- "compType1": "TagsInputMulti"
1447
- }
1448
- ]
1449
- },
1450
- {
1451
- "value": "experiences_with_eg_fundraising_for_not_engaged_group",
1452
- "display": "Experiences with EG Fundraising for Not Engaged Group",
1453
- "count": 7,
1454
- "compType0": "TagsInputMulti",
1455
- "compType1": "TagsInputMulti",
1456
- "children": [
1457
- {
1458
- "value": "limited_impact",
1459
- "display": "Limited Impact",
1460
- "count": 3,
1461
- "compType0": "TagsInputMulti",
1462
- "compType1": "TagsInputMulti"
1463
- },
1464
- {
1465
- "value": "challenges_in_donor_retention",
1466
- "display": "Challenges in Donor Retention",
1467
- "count": 2,
1468
- "compType0": "TagsInputMulti",
1469
- "compType1": "TagsInputMulti"
1470
- },
1471
- {
1472
- "value": "resource_constraints_1",
1473
- "display": "Resource Constraints",
1474
- "count": 1,
1475
- "compType0": "TagsInputMulti",
1476
- "compType1": "TagsInputMulti"
1477
- },
1478
- {
1479
- "value": "donor_retention_issues",
1480
- "display": "Donor Retention Issues",
1481
- "count": 1,
1482
- "compType0": "TagsInputMulti",
1483
- "compType1": "TagsInputMulti"
1484
- }
1485
- ]
1486
- },
1487
- {
1488
- "value": "role_of_technology_in_eg",
1489
- "display": "Role of technology in EG",
1490
- "count": 9,
1491
- "compType0": "TagsInputMulti",
1492
- "compType1": "TagsInputMulti",
1493
- "children": [
1494
- {
1495
- "value": "use_of_digital_fundraising_platforms_e_g_giveindia_ketto",
1496
- "display": "Use of digital fundraising platforms (e.g., GiveIndia, Ketto)",
1497
- "count": 3,
1498
- "compType0": "TagsInputMulti",
1499
- "compType1": "TagsInputMulti"
1500
- },
1501
- {
1502
- "value": "crowdfunding_and_micro_donations_via_upi_qr_codes",
1503
- "display": "Crowdfunding and micro-donations via UPI/QR codes",
1504
- "count": 2,
1505
- "compType0": "TagsInputMulti",
1506
- "compType1": "TagsInputMulti"
1507
- },
1508
- {
1509
- "value": "automation_and_crm_for_donor_and_volunteer_engagement",
1510
- "display": "Automation and CRM for donor and volunteer engagement",
1511
- "count": 2,
1512
- "compType0": "TagsInputMulti",
1513
- "compType1": "TagsInputMulti"
1514
- },
1515
- {
1516
- "value": "volunteer_mobilization_through_whatsapp_telegram_and_social_media",
1517
- "display": "Volunteer mobilization through WhatsApp, Telegram, and social media",
1518
- "count": 1,
1519
- "compType0": "TagsInputMulti",
1520
- "compType1": "TagsInputMulti"
1521
- },
1522
- {
1523
- "value": "data_tracking_and_feedback_loops_through_apps_or_dashboards",
1524
- "display": "Data tracking and feedback loops through apps or dashboards",
1525
- "count": 1,
1526
- "compType0": "TagsInputMulti",
1527
- "compType1": "TagsInputMulti"
1528
- }
1529
- ]
1530
- },
1531
- {
1532
- "value": "role_of_csr_and_corporate_partnerships",
1533
- "display": "Role of CSR and corporate partnerships",
1534
- "count": 6,
1535
- "compType0": "TagsInputMulti",
1536
- "compType1": "TagsInputMulti",
1537
- "children": [
1538
- {
1539
- "value": "leveraging_corporate_networks_for_fundraising_visibility",
1540
- "display": "Leveraging corporate networks for fundraising visibility",
1541
- "count": 2,
1542
- "compType0": "TagsInputMulti",
1543
- "compType1": "TagsInputMulti"
1544
- },
1545
- {
1546
- "value": "employee_giving_and_volunteering_programs",
1547
- "display": "Employee giving and volunteering programs",
1548
- "count": 2,
1549
- "compType0": "TagsInputMulti",
1550
- "compType1": "TagsInputMulti"
1551
- },
1552
- {
1553
- "value": "payroll_giving_and_matched_funding",
1554
- "display": "Payroll giving and matched funding",
1555
- "count": 1,
1556
- "compType0": "TagsInputMulti",
1557
- "compType1": "TagsInputMulti"
1558
- },
1559
- {
1560
- "value": "capacity_building_or_in_kind_donations_from_corporate_partners",
1561
- "display": "Capacity-building or in-kind donations from corporate partners",
1562
- "count": 1,
1563
- "compType0": "TagsInputMulti",
1564
- "compType1": "TagsInputMulti"
1565
- }
1566
- ]
1567
- },
1568
- {
1569
- "value": "when_eg_may_not_be_viable",
1570
- "display": "When EG may not be viable",
1571
- "count": 5,
1572
- "compType0": "TagsInputMulti",
1573
- "compType1": "TagsInputMulti",
1574
- "children": [
1575
- {
1576
- "value": "specialized_technical_programs_requiring_expert_staff",
1577
- "display": "Specialized technical programs requiring expert staff",
1578
- "count": 2,
1579
- "compType0": "TagsInputMulti",
1580
- "compType1": "TagsInputMulti"
1581
- },
1582
- {
1583
- "value": "organizations_without_a_public_facing_brand_presence",
1584
- "display": "Organizations without a public-facing brand presence",
1585
- "count": 1,
1586
- "compType0": "TagsInputMulti",
1587
- "compType1": "TagsInputMulti"
1588
- },
1589
- {
1590
- "value": "remote_areas_where_community_engagement_is_difficult",
1591
- "display": "Remote areas where community engagement is difficult",
1592
- "count": 1,
1593
- "compType0": "TagsInputMulti",
1594
- "compType1": "TagsInputMulti"
1595
- },
1596
- {
1597
- "value": "advocacy_focused_work_with_low_public_appeal",
1598
- "display": "Advocacy-focused work with low public appeal",
1599
- "count": 1,
1600
- "compType0": "TagsInputMulti",
1601
- "compType1": "TagsInputMulti"
1602
- }
1603
- ]
1604
- },
1605
- {
1606
- "value": "recommendations_to_strengthen_practices_of_eg_fundraising",
1607
- "display": "Recommendations to strengthen practices of EG Fundraising",
1608
- "count": 10,
1609
- "compType0": "TagsInputMulti",
1610
- "compType1": "TagsInputMulti",
1611
- "children": [
1612
- {
1613
- "value": "capacity_building_1",
1614
- "display": "Capacity Building",
1615
- "count": 2,
1616
- "compType0": "TagsInputMulti",
1617
- "compType1": "TagsInputMulti"
1618
- },
1619
- {
1620
- "value": "donor_insights_and_analytics_tools_2",
1621
- "display": "Donor Insights and Analytics Tools",
1622
- "count": 1,
1623
- "compType0": "TagsInputMulti",
1624
- "compType1": "TagsInputMulti"
1625
- },
1626
- {
1627
- "value": "donor_insights_and_analytics_tools_1",
1628
- "display": "Donor Insights and Analytics Tools",
1629
- "count": 1,
1630
- "compType0": "TagsInputMulti",
1631
- "compType1": "TagsInputMulti"
1632
- },
1633
- {
1634
- "value": "recruiting_specialized_service_providers_1",
1635
- "display": "Recruiting Specialized Service Providers",
1636
- "count": 1,
1637
- "compType0": "TagsInputMulti",
1638
- "compType1": "TagsInputMulti"
1639
- },
1640
- {
1641
- "value": "donor_retention_2",
1642
- "display": "Donor Retention",
1643
- "count": 1,
1644
- "compType0": "TagsInputMulti",
1645
- "compType1": "TagsInputMulti"
1646
- },
1647
- {
1648
- "value": "peer_learning_and_networking_2",
1649
- "display": "Peer Learning and Networking",
1650
- "count": 1,
1651
- "compType0": "TagsInputMulti",
1652
- "compType1": "TagsInputMulti"
1653
- },
1654
- {
1655
- "value": "dedicated_donor_engagement_platforms_1",
1656
- "display": "Dedicated Donor Engagement Platforms",
1657
- "count": 1,
1658
- "compType0": "TagsInputMulti",
1659
- "compType1": "TagsInputMulti"
1660
- },
1661
- {
1662
- "value": "training_on_fundraising_technology_2",
1663
- "display": "Training on Fundraising Technology",
1664
- "count": 1,
1665
- "compType0": "TagsInputMulti",
1666
- "compType1": "TagsInputMulti"
1667
- },
1668
- {
1669
- "value": "training_on_fundraising_technology_1",
1670
- "display": "Training on Fundraising Technology",
1671
- "count": 1,
1672
- "compType0": "TagsInputMulti",
1673
- "compType1": "TagsInputMulti"
1674
- }
1675
- ]
1676
- },
1677
- {
1678
- "value": "roles_and_responsibilities_of_team_person_allocated_for_eg_fundraising",
1679
- "display": "Roles and responsibilities of team/person allocated for EG Fundraising",
1680
- "count": 8,
1681
- "compType0": "TagsInputMulti",
1682
- "compType1": "TagsInputMulti",
1683
- "children": [
1684
- {
1685
- "value": "donor_retention_2",
1686
- "display": "Donor Retention",
1687
- "count": 2,
1688
- "compType0": "TagsInputMulti",
1689
- "compType1": "TagsInputMulti"
1690
- },
1691
- {
1692
- "value": "content_creation",
1693
- "display": "Content Creation",
1694
- "count": 2,
1695
- "compType0": "TagsInputMulti",
1696
- "compType1": "TagsInputMulti"
1697
- },
1698
- {
1699
- "value": "campaign_management",
1700
- "display": "Campaign Management",
1701
- "count": 2,
1702
- "compType0": "TagsInputMulti",
1703
- "compType1": "TagsInputMulti"
1704
- },
1705
- {
1706
- "value": "donor_insights_and_analytics_tools_1",
1707
- "display": "Donor Insights and Analytics Tools",
1708
- "count": 1,
1709
- "compType0": "TagsInputMulti",
1710
- "compType1": "TagsInputMulti"
1711
- },
1712
- {
1713
- "value": "performance_tracking",
1714
- "display": "Performance Tracking",
1715
- "count": 1,
1716
- "compType0": "TagsInputMulti",
1717
- "compType1": "TagsInputMulti"
1718
- }
1719
- ]
1720
- },
1721
- {
1722
- "value": "calculating_roi_of_everyday_giving_fundraising",
1723
- "display": "Calculating ROI of Everyday Giving Fundraising",
1724
- "count": 8,
1725
- "compType0": "TagsInputMulti",
1726
- "compType1": "TagsInputMulti",
1727
- "children": [
1728
- {
1729
- "value": "cost_of_acquisition",
1730
- "display": "Cost of Acquisition",
1731
- "count": 2,
1732
- "compType0": "TagsInputMulti",
1733
- "compType1": "TagsInputMulti"
1734
- },
1735
- {
1736
- "value": "revenue_generated",
1737
- "display": "Revenue Generated",
1738
- "count": 2,
1739
- "compType0": "TagsInputMulti",
1740
- "compType1": "TagsInputMulti"
1741
- },
1742
- {
1743
- "value": "donor_retention_1",
1744
- "display": "Donor Retention",
1745
- "count": 2,
1746
- "compType0": "TagsInputMulti",
1747
- "compType1": "TagsInputMulti"
1748
- },
1749
- {
1750
- "value": "operational_costs",
1751
- "display": "Operational Costs",
1752
- "count": 2,
1753
- "compType0": "TagsInputMulti",
1754
- "compType1": "TagsInputMulti"
1755
- }
1756
- ]
1757
- },
1758
- {
1759
- "value": "best_practices_in_eg_fundraising",
1760
- "display": "Best Practices in EG Fundraising",
1761
- "count": 5,
1762
- "compType0": "TagsInputMulti",
1763
- "compType1": "TagsInputMulti",
1764
- "children": [
1765
- {
1766
- "value": "effective_communication_strategy",
1767
- "display": "Effective Communication Strategy",
1768
- "count": 2,
1769
- "compType0": "TagsInputMulti",
1770
- "compType1": "TagsInputMulti"
1771
- },
1772
- {
1773
- "value": "dedicated_fundraising_team",
1774
- "display": "Dedicated Fundraising Team",
1775
- "count": 1,
1776
- "compType0": "TagsInputMulti",
1777
- "compType1": "TagsInputMulti"
1778
- },
1779
- {
1780
- "value": "technology_integration",
1781
- "display": "Technology Integration",
1782
- "count": 1,
1783
- "compType0": "TagsInputMulti",
1784
- "compType1": "TagsInputMulti"
1785
- },
1786
- {
1787
- "value": "donor_segmentation_and_personalization",
1788
- "display": "Donor Segmentation and Personalization",
1789
- "count": 1,
1790
- "compType0": "TagsInputMulti",
1791
- "compType1": "TagsInputMulti"
1792
- }
1793
- ]
1794
- },
1795
- {
1796
- "value": "key_indicators_for_eg_and_volunteer_engagement",
1797
- "display": "Key indicators for EG and volunteer engagement",
1798
- "count": 8,
1799
- "compType0": "TagsInputMulti",
1800
- "compType1": "TagsInputMulti",
1801
- "children": [
1802
- {
1803
- "value": "conversion_rates_volunteers_to_donors_and_vice_versa",
1804
- "display": "Conversion rates (volunteers to donors, and vice versa)",
1805
- "count": 2,
1806
- "compType0": "TagsInputMulti",
1807
- "compType1": "TagsInputMulti"
1808
- },
1809
- {
1810
- "value": "number_and_diversity_of_donors_and_volunteers",
1811
- "display": "Number and diversity of donors and volunteers",
1812
- "count": 2,
1813
- "compType0": "TagsInputMulti",
1814
- "compType1": "TagsInputMulti"
1815
- },
1816
- {
1817
- "value": "satisfaction_and_feedback_from_givers_volunteers",
1818
- "display": "Satisfaction and feedback from givers/volunteers",
1819
- "count": 1,
1820
- "compType0": "TagsInputMulti",
1821
- "compType1": "TagsInputMulti"
1822
- },
1823
- {
1824
- "value": "engagement_via_digital_platforms_and_events",
1825
- "display": "Engagement via digital platforms and events",
1826
- "count": 1,
1827
- "compType0": "TagsInputMulti",
1828
- "compType1": "TagsInputMulti"
1829
- },
1830
- {
1831
- "value": "retention_and_repeat_engagement_rates",
1832
- "display": "Retention and repeat engagement rates",
1833
- "count": 1,
1834
- "compType0": "TagsInputMulti",
1835
- "compType1": "TagsInputMulti"
1836
- },
1837
- {
1838
- "value": "average_donation_size_and_volunteer_hours",
1839
- "display": "Average donation size and volunteer hours",
1840
- "count": 1,
1841
- "compType0": "TagsInputMulti",
1842
- "compType1": "TagsInputMulti"
1843
- }
1844
- ]
1845
- },
1846
- {
1847
- "value": "importance_of_team_person_allocated_for_eg_fundraising",
1848
- "display": "Importance of team/person allocated for EG Fundraising",
1849
- "count": 8,
1850
- "compType0": "TagsInputMulti",
1851
- "compType1": "TagsInputMulti",
1852
- "children": [
1853
- {
1854
- "value": "consistency",
1855
- "display": "Consistency",
1856
- "count": 2,
1857
- "compType0": "TagsInputMulti",
1858
- "compType1": "TagsInputMulti"
1859
- },
1860
- {
1861
- "value": "efficiency",
1862
- "display": "Efficiency",
1863
- "count": 2,
1864
- "compType0": "TagsInputMulti",
1865
- "compType1": "TagsInputMulti"
1866
- },
1867
- {
1868
- "value": "dedicated_focus",
1869
- "display": "Dedicated Focus",
1870
- "count": 2,
1871
- "compType0": "TagsInputMulti",
1872
- "compType1": "TagsInputMulti"
1873
- },
1874
- {
1875
- "value": "personalized_approach_2",
1876
- "display": "Personalized Approach",
1877
- "count": 2,
1878
- "compType0": "TagsInputMulti",
1879
- "compType1": "TagsInputMulti"
1880
- }
1881
- ]
1882
- },
1883
- {
1884
- "value": "recommendations_to_increase_uptake_of_eg_fundraising",
1885
- "display": "Recommendations to increase uptake of EG Fundraising",
1886
- "count": 9,
1887
- "compType0": "TagsInputMulti",
1888
- "compType1": "TagsInputMulti",
1889
- "children": [
1890
- {
1891
- "value": "donor_insights_and_analytics_tools_2",
1892
- "display": "Donor Insights and Analytics Tools",
1893
- "count": 2,
1894
- "compType0": "TagsInputMulti",
1895
- "compType1": "TagsInputMulti"
1896
- },
1897
- {
1898
- "value": "training_on_fundraising_technology_2",
1899
- "display": "Training on Fundraising Technology",
1900
- "count": 2,
1901
- "compType0": "TagsInputMulti",
1902
- "compType1": "TagsInputMulti"
1903
- },
1904
- {
1905
- "value": "hiring_specialized_fundraising_staff_2",
1906
- "display": "Hiring Specialized Fundraising Staff",
1907
- "count": 1,
1908
- "compType0": "TagsInputMulti",
1909
- "compType1": "TagsInputMulti"
1910
- },
1911
- {
1912
- "value": "capacity_building_1",
1913
- "display": "Capacity Building",
1914
- "count": 1,
1915
- "compType0": "TagsInputMulti",
1916
- "compType1": "TagsInputMulti"
1917
- },
1918
- {
1919
- "value": "dedicated_donor_engagement_platforms_2",
1920
- "display": "Dedicated Donor Engagement Platforms",
1921
- "count": 1,
1922
- "compType0": "TagsInputMulti",
1923
- "compType1": "TagsInputMulti"
1924
- },
1925
- {
1926
- "value": "peer_learning_and_networking_2",
1927
- "display": "Peer Learning and Networking",
1928
- "count": 1,
1929
- "compType0": "TagsInputMulti",
1930
- "compType1": "TagsInputMulti"
1931
- },
1932
- {
1933
- "value": "peer_learning_and_networking_1",
1934
- "display": "Peer Learning and Networking",
1935
- "count": 1,
1936
- "compType0": "TagsInputMulti",
1937
- "compType1": "TagsInputMulti"
1938
- }
1939
- ]
1940
- },
1941
- {
1942
- "value": "complementarity_between_fundraising_and_volunteering",
1943
- "display": "Complementarity between fundraising and volunteering",
1944
- "count": 5,
1945
- "compType0": "TagsInputMulti",
1946
- "compType1": "TagsInputMulti",
1947
- "children": [
1948
- {
1949
- "value": "volunteers_as_fundraising_ambassadors",
1950
- "display": "Volunteers as fundraising ambassadors",
1951
- "count": 2,
1952
- "compType0": "TagsInputMulti",
1953
- "compType1": "TagsInputMulti"
1954
- },
1955
- {
1956
- "value": "volunteers_becoming_donors_cross_engagement",
1957
- "display": "Volunteers becoming donors (cross-engagement)",
1958
- "count": 1,
1959
- "compType0": "TagsInputMulti",
1960
- "compType1": "TagsInputMulti"
1961
- },
1962
- {
1963
- "value": "building_long_term_relationships_through_hybrid_pathways",
1964
- "display": "Building long-term relationships through hybrid pathways",
1965
- "count": 1,
1966
- "compType0": "TagsInputMulti",
1967
- "compType1": "TagsInputMulti"
1968
- },
1969
- {
1970
- "value": "creating_multiple_touchpoints_for_involvement",
1971
- "display": "Creating multiple touchpoints for involvement",
1972
- "count": 1,
1973
- "compType0": "TagsInputMulti",
1974
- "compType1": "TagsInputMulti"
1975
- }
1976
- ]
1977
- },
1978
- {
1979
- "value": "successful_case_examples",
1980
- "display": "Successful case examples",
1981
- "count": 5,
1982
- "compType0": "TagsInputMulti",
1983
- "compType1": "TagsInputMulti",
1984
- "children": [
1985
- {
1986
- "value": "use_of_digital_tools_for_outreach_and_donor_cultivation",
1987
- "display": "Use of digital tools for outreach and donor cultivation",
1988
- "count": 2,
1989
- "compType0": "TagsInputMulti",
1990
- "compType1": "TagsInputMulti"
1991
- },
1992
- {
1993
- "value": "hybrid_models_combining_volunteering_and_donation",
1994
- "display": "Hybrid models combining volunteering and donation",
1995
- "count": 1,
1996
- "compType0": "TagsInputMulti",
1997
- "compType1": "TagsInputMulti"
1998
- },
1999
- {
2000
- "value": "long_term_volunteer_programs_with_high_retention",
2001
- "display": "Long-term volunteer programs with high retention",
2002
- "count": 1,
2003
- "compType0": "TagsInputMulti",
2004
- "compType1": "TagsInputMulti"
2005
- },
2006
- {
2007
- "value": "npos_scaling_through_peer_networks",
2008
- "display": "NPOs scaling through peer networks",
2009
- "count": 1,
2010
- "compType0": "TagsInputMulti",
2011
- "compType1": "TagsInputMulti"
2012
- }
2013
- ]
2014
- },
2015
- {
2016
- "value": "tools_used_to_segment_givers",
2017
- "display": "Tools used to segment givers",
2018
- "count": 5,
2019
- "compType0": "TagsInputMulti",
2020
- "compType1": "TagsInputMulti",
2021
- "children": [
2022
- {
2023
- "value": "excel",
2024
- "display": "Excel",
2025
- "count": 2,
2026
- "compType0": "TagsInputMulti",
2027
- "compType1": "TagsInputMulti"
2028
- },
2029
- {
2030
- "value": "test_3",
2031
- "display": "Test 3",
2032
- "count": 1,
2033
- "compType0": "TagsInputMulti",
2034
- "compType1": "TagsInputMulti"
2035
- },
2036
- {
2037
- "value": "mailchimp",
2038
- "display": "Mailchimp",
2039
- "count": 1,
2040
- "compType0": "TagsInputMulti",
2041
- "compType1": "TagsInputMulti"
2042
- },
2043
- {
2044
- "value": "salesforce",
2045
- "display": "Salesforce",
2046
- "count": 1,
2047
- "compType0": "TagsInputMulti",
2048
- "compType1": "TagsInputMulti"
2049
- }
2050
- ]
2051
- },
2052
- {
2053
- "value": "reasons_why_certain_times_are_more_effective_for_everyday_giving_fundraising",
2054
- "display": "Reasons why certain times are more effective for everyday giving fundraising",
2055
- "count": 7,
2056
- "compType0": "TagsInputMulti",
2057
- "compType1": "TagsInputMulti",
2058
- "children": [
2059
- {
2060
- "value": "visibility_and_accessibility",
2061
- "display": "Visibility and Accessibility",
2062
- "count": 2,
2063
- "compType0": "TagsInputMulti",
2064
- "compType1": "TagsInputMulti"
2065
- },
2066
- {
2067
- "value": "seasonal_generosity",
2068
- "display": "Seasonal Generosity",
2069
- "count": 2,
2070
- "compType0": "TagsInputMulti",
2071
- "compType1": "TagsInputMulti"
2072
- },
2073
- {
2074
- "value": "cultural_or_religious_significance",
2075
- "display": "Cultural or Religious Significance",
2076
- "count": 2,
2077
- "compType0": "TagsInputMulti",
2078
- "compType1": "TagsInputMulti"
2079
- },
2080
- {
2081
- "value": "increased_awareness",
2082
- "display": "Increased Awareness",
2083
- "count": 1,
2084
- "compType0": "TagsInputMulti",
2085
- "compType1": "TagsInputMulti"
2086
- }
2087
- ]
2088
- },
2089
- {
2090
- "value": "profile_of_team_person_allocated_for_eg_fundraising",
2091
- "display": "Profile of team/person allocated for EG Fundraising",
2092
- "count": 4,
2093
- "compType0": "TagsInputMulti",
2094
- "compType1": "TagsInputMulti",
2095
- "children": [
2096
- {
2097
- "value": "communication_skills",
2098
- "display": "Communication Skills",
2099
- "count": 2,
2100
- "compType0": "TagsInputMulti",
2101
- "compType1": "TagsInputMulti"
2102
- },
2103
- {
2104
- "value": "relationship_management",
2105
- "display": "Relationship Management",
2106
- "count": 2,
2107
- "compType0": "TagsInputMulti",
2108
- "compType1": "TagsInputMulti"
2109
- }
2110
- ]
2111
- },
2112
- {
2113
- "value": "addressing_donor_volunteer_fatigue",
2114
- "display": "Addressing donor/volunteer fatigue",
2115
- "count": 5,
2116
- "compType0": "TagsInputMulti",
2117
- "compType1": "TagsInputMulti",
2118
- "children": [
2119
- {
2120
- "value": "acknowledgment_and_recognition_strategies",
2121
- "display": "Acknowledgment and recognition strategies",
2122
- "count": 2,
2123
- "compType0": "TagsInputMulti",
2124
- "compType1": "TagsInputMulti"
2125
- },
2126
- {
2127
- "value": "periodic_rest_phases_and_rotation",
2128
- "display": "Periodic rest phases and rotation",
2129
- "count": 2,
2130
- "compType0": "TagsInputMulti",
2131
- "compType1": "TagsInputMulti"
2132
- },
2133
- {
2134
- "value": "offering_flexibility_in_engagement",
2135
- "display": "Offering flexibility in engagement",
2136
- "count": 1,
2137
- "compType0": "TagsInputMulti",
2138
- "compType1": "TagsInputMulti"
2139
- }
2140
- ]
2141
- },
2142
- {
2143
- "value": "changes_in_eg_strategies_during_covid_19",
2144
- "display": "Changes in EG strategies during Covid-19",
2145
- "count": 5,
2146
- "compType0": "TagsInputMulti",
2147
- "compType1": "TagsInputMulti",
2148
- "children": [
2149
- {
2150
- "value": "personalized_donor_recognition",
2151
- "display": "Personalized Donor Recognition",
2152
- "count": 2,
2153
- "compType0": "TagsInputMulti",
2154
- "compType1": "TagsInputMulti"
2155
- },
2156
- {
2157
- "value": "digital_transformation",
2158
- "display": "Digital Transformation",
2159
- "count": 2,
2160
- "compType0": "TagsInputMulti",
2161
- "compType1": "TagsInputMulti"
2162
- },
2163
- {
2164
- "value": "enhanced_communication",
2165
- "display": "Enhanced Communication",
2166
- "count": 1,
2167
- "compType0": "TagsInputMulti",
2168
- "compType1": "TagsInputMulti"
2169
- }
2170
- ]
2171
- },
2172
- {
2173
- "value": "role_of_institutional_funders_in_eg_ecosystem",
2174
- "display": "Role of institutional funders in EG ecosystem",
2175
- "count": 5,
2176
- "compType0": "TagsInputMulti",
2177
- "compType1": "TagsInputMulti",
2178
- "children": [
2179
- {
2180
- "value": "investing_in_eg_infrastructure_crms_tech_staff",
2181
- "display": "Investing in EG infrastructure (CRMs, tech, staff)",
2182
- "count": 2,
2183
- "compType0": "TagsInputMulti",
2184
- "compType1": "TagsInputMulti"
2185
- },
2186
- {
2187
- "value": "capacity_building_for_storytelling_digital_campaigns",
2188
- "display": "Capacity-building for storytelling, digital campaigns",
2189
- "count": 1,
2190
- "compType0": "TagsInputMulti",
2191
- "compType1": "TagsInputMulti"
2192
- },
2193
- {
2194
- "value": "supporting_pilot_initiatives_and_sharing_learnings",
2195
- "display": "Supporting pilot initiatives and sharing learnings",
2196
- "count": 1,
2197
- "compType0": "TagsInputMulti",
2198
- "compType1": "TagsInputMulti"
2199
- },
2200
- {
2201
- "value": "fostering_collaborations_between_npos_on_eg_models",
2202
- "display": "Fostering collaborations between NPOs on EG models",
2203
- "count": 1,
2204
- "compType0": "TagsInputMulti",
2205
- "compType1": "TagsInputMulti"
2206
- }
2207
- ]
2208
- },
2209
- {
2210
- "value": "ethical_considerations",
2211
- "display": "Ethical considerations",
2212
- "count": 5,
2213
- "compType0": "TagsInputMulti",
2214
- "compType1": "TagsInputMulti",
2215
- "children": [
2216
- {
2217
- "value": "avoiding_exploitation_or_over_reliance_on_unpaid_labor",
2218
- "display": "Avoiding exploitation or over-reliance on unpaid labor",
2219
- "count": 2,
2220
- "compType0": "TagsInputMulti",
2221
- "compType1": "TagsInputMulti"
2222
- },
2223
- {
2224
- "value": "informed_consent_and_respectful_treatment_of_volunteers",
2225
- "display": "Informed consent and respectful treatment of volunteers",
2226
- "count": 1,
2227
- "compType0": "TagsInputMulti",
2228
- "compType1": "TagsInputMulti"
2229
- },
2230
- {
2231
- "value": "safeguarding_and_privacy_in_digital_campaigns",
2232
- "display": "Safeguarding and privacy in digital campaigns",
2233
- "count": 1,
2234
- "compType0": "TagsInputMulti",
2235
- "compType1": "TagsInputMulti"
2236
- },
2237
- {
2238
- "value": "transparency_in_how_donations_are_used",
2239
- "display": "Transparency in how donations are used",
2240
- "count": 1,
2241
- "compType0": "TagsInputMulti",
2242
- "compType1": "TagsInputMulti"
2243
- }
2244
- ]
2245
- },
2246
- {
2247
- "value": "motivations_for_volunteer_engagement",
2248
- "display": "Motivations for Volunteer Engagement",
2249
- "count": 8,
2250
- "compType0": "TagsInputMulti",
2251
- "compType1": "TagsInputMulti",
2252
- "children": [
2253
- {
2254
- "value": "increased_visibility_1",
2255
- "display": "Increased Visibility",
2256
- "count": 2,
2257
- "compType0": "TagsInputMulti",
2258
- "compType1": "TagsInputMulti"
2259
- },
2260
- {
2261
- "value": "flexible_support_1",
2262
- "display": "Flexible Support",
2263
- "count": 2,
2264
- "compType0": "TagsInputMulti",
2265
- "compType1": "TagsInputMulti"
2266
- },
2267
- {
2268
- "value": "building_networks_and_communities_1",
2269
- "display": "Building Networks and Communities",
2270
- "count": 2,
2271
- "compType0": "TagsInputMulti",
2272
- "compType1": "TagsInputMulti"
2273
- },
2274
- {
2275
- "value": "mission_alignment",
2276
- "display": "Mission Alignment",
2277
- "count": 1,
2278
- "compType0": "TagsInputMulti",
2279
- "compType1": "TagsInputMulti"
2280
- },
2281
- {
2282
- "value": "cost_effectiveness_1",
2283
- "display": "Cost-Effectiveness",
2284
- "count": 1,
2285
- "compType0": "TagsInputMulti",
2286
- "compType1": "TagsInputMulti"
2287
- }
2288
- ]
2289
- },
2290
- {
2291
- "value": "constraints_faced_by_npos",
2292
- "display": "Constraints faced by NPOs",
2293
- "count": 5,
2294
- "compType0": "TagsInputMulti",
2295
- "compType1": "TagsInputMulti",
2296
- "children": [
2297
- {
2298
- "value": "lack_of_digital_tools_and_infrastructure",
2299
- "display": "Lack of digital tools and infrastructure",
2300
- "count": 2,
2301
- "compType0": "TagsInputMulti",
2302
- "compType1": "TagsInputMulti"
2303
- },
2304
- {
2305
- "value": "inconsistent_volunteer_availability_or_quality",
2306
- "display": "Inconsistent volunteer availability or quality",
2307
- "count": 1,
2308
- "compType0": "TagsInputMulti",
2309
- "compType1": "TagsInputMulti"
2310
- },
2311
- {
2312
- "value": "difficulty_in_sustaining_engagement_over_time",
2313
- "display": "Difficulty in sustaining engagement over time",
2314
- "count": 1,
2315
- "compType0": "TagsInputMulti",
2316
- "compType1": "TagsInputMulti"
2317
- },
2318
- {
2319
- "value": "fundraising_competition_and_donor_fatigue",
2320
- "display": "Fundraising competition and donor fatigue",
2321
- "count": 1,
2322
- "compType0": "TagsInputMulti",
2323
- "compType1": "TagsInputMulti"
2324
- }
2325
- ]
2326
- },
2327
- {
2328
- "value": "strategies_for_different_donor_levels",
2329
- "display": "Strategies for different donor levels",
2330
- "count": 6,
2331
- "compType0": "TagsInputMulti",
2332
- "compType1": "TagsInputMulti",
2333
- "children": [
2334
- {
2335
- "value": "prospective_donors_awareness_campaigns_emotional_storytelling",
2336
- "display": "Prospective Donors: awareness campaigns, emotional storytelling",
2337
- "count": 2,
2338
- "compType0": "TagsInputMulti",
2339
- "compType1": "TagsInputMulti"
2340
- },
2341
- {
2342
- "value": "recurring_donors_subscription_based_models_personalized_updates",
2343
- "display": "Recurring Donors: subscription-based models, personalized updates",
2344
- "count": 1,
2345
- "compType0": "TagsInputMulti",
2346
- "compType1": "TagsInputMulti"
2347
- },
2348
- {
2349
- "value": "major_donors_relationship_management_co_creation_opportunities",
2350
- "display": "Major Donors: relationship management, co-creation opportunities",
2351
- "count": 1,
2352
- "compType0": "TagsInputMulti",
2353
- "compType1": "TagsInputMulti"
2354
- },
2355
- {
2356
- "value": "mid_level_donors_targeted_communication_loyalty_programs",
2357
- "display": "Mid-Level Donors: targeted communication, loyalty programs",
2358
- "count": 1,
2359
- "compType0": "TagsInputMulti",
2360
- "compType1": "TagsInputMulti"
2361
- },
2362
- {
2363
- "value": "first_time_donors_easy_to_use_donation_platforms_feedback",
2364
- "display": "First-Time Donors: easy-to-use donation platforms, feedback",
2365
- "count": 1,
2366
- "compType0": "TagsInputMulti",
2367
- "compType1": "TagsInputMulti"
2368
- }
2369
- ]
2370
- },
2371
- {
2372
- "value": "reasons_for_not_engaging_with_volunteering_in_future",
2373
- "display": "Reasons for not engaging with Volunteering in future",
2374
- "count": 2,
2375
- "compType0": "TagsInputMulti",
2376
- "compType1": "TagsInputMulti",
2377
- "children": [
2378
- {
2379
- "value": "nature_of_work_2",
2380
- "display": "Nature of Work",
2381
- "count": 2,
2382
- "compType0": "TagsInputMulti",
2383
- "compType1": "TagsInputMulti"
2384
- }
2385
- ]
2386
- },
2387
- {
2388
- "value": "key_obstacles_in_retaining_volunteers",
2389
- "display": "Key obstacles in Retaining Volunteers",
2390
- "count": 8,
2391
- "compType0": "TagsInputMulti",
2392
- "compType1": "TagsInputMulti",
2393
- "children": [
2394
- {
2395
- "value": "lack_of_recognition_and_incentives",
2396
- "display": "Lack of Recognition and Incentives",
2397
- "count": 2,
2398
- "compType0": "TagsInputMulti",
2399
- "compType1": "TagsInputMulti"
2400
- },
2401
- {
2402
- "value": "no_volunteer_management_system",
2403
- "display": "No Volunteer Management System",
2404
- "count": 1,
2405
- "compType0": "TagsInputMulti",
2406
- "compType1": "TagsInputMulti"
2407
- },
2408
- {
2409
- "value": "lack_of_structured_roles",
2410
- "display": "Lack of Structured Roles",
2411
- "count": 1,
2412
- "compType0": "TagsInputMulti",
2413
- "compType1": "TagsInputMulti"
2414
- },
2415
- {
2416
- "value": "long_term_commitment_challenges",
2417
- "display": "Long-Term Commitment Challenges",
2418
- "count": 1,
2419
- "compType0": "TagsInputMulti",
2420
- "compType1": "TagsInputMulti"
2421
- },
2422
- {
2423
- "value": "drop_off_after_initial_interest",
2424
- "display": "Drop-off After Initial Interest",
2425
- "count": 1,
2426
- "compType0": "TagsInputMulti",
2427
- "compType1": "TagsInputMulti"
2428
- },
2429
- {
2430
- "value": "insufficient_training_or_orientation",
2431
- "display": "Insufficient Training or Orientation",
2432
- "count": 1,
2433
- "compType0": "TagsInputMulti",
2434
- "compType1": "TagsInputMulti"
2435
- },
2436
- {
2437
- "value": "personal_or_professional_conflicts",
2438
- "display": "Personal or Professional Conflicts",
2439
- "count": 1,
2440
- "compType0": "TagsInputMulti",
2441
- "compType1": "TagsInputMulti"
2442
- }
2443
- ]
2444
- },
2445
- {
2446
- "value": "factors_influencing_engagement_with_different_forms_of_eg",
2447
- "display": "Factors influencing engagement with different forms of EG",
2448
- "count": 6,
2449
- "compType0": "TagsInputMulti",
2450
- "compType1": "TagsInputMulti",
2451
- "children": [
2452
- {
2453
- "value": "cost",
2454
- "display": "Cost",
2455
- "count": 2,
2456
- "compType0": "TagsInputMulti",
2457
- "compType1": "TagsInputMulti"
2458
- },
2459
- {
2460
- "value": "community_impact",
2461
- "display": "Community Impact",
2462
- "count": 1,
2463
- "compType0": "TagsInputMulti",
2464
- "compType1": "TagsInputMulti"
2465
- },
2466
- {
2467
- "value": "resource_availability",
2468
- "display": "Resource Availability",
2469
- "count": 1,
2470
- "compType0": "TagsInputMulti",
2471
- "compType1": "TagsInputMulti"
2472
- },
2473
- {
2474
- "value": "mission_alignment_1",
2475
- "display": "Mission Alignment ",
2476
- "count": 1,
2477
- "compType0": "TagsInputMulti",
2478
- "compType1": "TagsInputMulti"
2479
- },
2480
- {
2481
- "value": "organizational_need",
2482
- "display": "Organizational Need",
2483
- "count": 1,
2484
- "compType0": "TagsInputMulti",
2485
- "compType1": "TagsInputMulti"
2486
- }
2487
- ]
2488
- },
2489
- {
2490
- "value": "best_practices_in_volunteer_engagement",
2491
- "display": "Best Practices in Volunteer Engagement",
2492
- "count": 4,
2493
- "compType0": "TagsInputMulti",
2494
- "compType1": "TagsInputMulti",
2495
- "children": [
2496
- {
2497
- "value": "regular_feedback",
2498
- "display": "Regular Feedback",
2499
- "count": 1,
2500
- "compType0": "TagsInputMulti",
2501
- "compType1": "TagsInputMulti"
2502
- },
2503
- {
2504
- "value": "long_term_volunteering_opportunities",
2505
- "display": "Long-Term Volunteering Opportunities",
2506
- "count": 1,
2507
- "compType0": "TagsInputMulti",
2508
- "compType1": "TagsInputMulti"
2509
- },
2510
- {
2511
- "value": "recognition_and_rewards_2",
2512
- "display": "Recognition and Rewards",
2513
- "count": 1,
2514
- "compType0": "TagsInputMulti",
2515
- "compType1": "TagsInputMulti"
2516
- },
2517
- {
2518
- "value": "clear_volunteer_program_policy_strategy",
2519
- "display": "Clear Volunteer Program/Policy/Strategy",
2520
- "count": 1,
2521
- "compType0": "TagsInputMulti",
2522
- "compType1": "TagsInputMulti"
2523
- }
2524
- ]
2525
- },
2526
- {
2527
- "value": "reasons_for_effectiveness_of_outreach_methods_for_volunteering",
2528
- "display": "Reasons for Effectiveness of Outreach Methods for Volunteering",
2529
- "count": 4,
2530
- "compType0": "TagsInputMulti",
2531
- "compType1": "TagsInputMulti",
2532
- "children": [
2533
- {
2534
- "value": "wider_reach",
2535
- "display": "Wider Reach",
2536
- "count": 1,
2537
- "compType0": "TagsInputMulti",
2538
- "compType1": "TagsInputMulti"
2539
- },
2540
- {
2541
- "value": "targeted_engagement",
2542
- "display": "Targeted Engagement",
2543
- "count": 1,
2544
- "compType0": "TagsInputMulti",
2545
- "compType1": "TagsInputMulti"
2546
- },
2547
- {
2548
- "value": "established_networks",
2549
- "display": "Established Networks",
2550
- "count": 1,
2551
- "compType0": "TagsInputMulti",
2552
- "compType1": "TagsInputMulti"
2553
- },
2554
- {
2555
- "value": "building_trust",
2556
- "display": "Building Trust",
2557
- "count": 1,
2558
- "compType0": "TagsInputMulti",
2559
- "compType1": "TagsInputMulti"
2560
- }
2561
- ]
2562
- },
2563
- {
2564
- "value": "strategies_for_volunteer_recruitment_and_retention",
2565
- "display": "Strategies for volunteer recruitment and retention",
2566
- "count": 4,
2567
- "compType0": "TagsInputMulti",
2568
- "compType1": "TagsInputMulti",
2569
- "children": [
2570
- {
2571
- "value": "clear_role_definition_and_structured_onboarding",
2572
- "display": "Clear role definition and structured onboarding",
2573
- "count": 1,
2574
- "compType0": "TagsInputMulti",
2575
- "compType1": "TagsInputMulti"
2576
- },
2577
- {
2578
- "value": "continuous_engagement_recognition_and_skill_building",
2579
- "display": "Continuous engagement, recognition, and skill-building",
2580
- "count": 1,
2581
- "compType0": "TagsInputMulti",
2582
- "compType1": "TagsInputMulti"
2583
- },
2584
- {
2585
- "value": "storytelling_and_sharing_impact_of_their_work",
2586
- "display": "Storytelling and sharing impact of their work",
2587
- "count": 1,
2588
- "compType0": "TagsInputMulti",
2589
- "compType1": "TagsInputMulti"
2590
- },
2591
- {
2592
- "value": "community_led_outreach_and_local_champions",
2593
- "display": "Community-led outreach and local champions",
2594
- "count": 1,
2595
- "compType0": "TagsInputMulti",
2596
- "compType1": "TagsInputMulti"
2597
- }
2598
- ]
2599
- },
2600
- {
2601
- "value": "reasons_for_not_engaging_volunteers",
2602
- "display": "Reasons for not engaging volunteers",
2603
- "count": 3,
2604
- "compType0": "TagsInputMulti",
2605
- "compType1": "TagsInputMulti",
2606
- "children": [
2607
- {
2608
- "value": "nature_of_work_1",
2609
- "display": "Nature of Work",
2610
- "count": 1,
2611
- "compType0": "TagsInputMulti",
2612
- "compType1": "TagsInputMulti"
2613
- },
2614
- {
2615
- "value": "concerns_about_quality_or_reliability_1",
2616
- "display": "Concerns About Quality or Reliability",
2617
- "count": 1,
2618
- "compType0": "TagsInputMulti",
2619
- "compType1": "TagsInputMulti"
2620
- },
2621
- {
2622
- "value": "limited_staff_capacity_2",
2623
- "display": "Limited Staff Capacity",
2624
- "count": 1,
2625
- "compType0": "TagsInputMulti",
2626
- "compType1": "TagsInputMulti"
2627
- }
2628
- ]
2629
- },
2630
- {
2631
- "value": "reasons_for_engaging_with_volunteering_in_future",
2632
- "display": "Reasons for Engaging with Volunteering in future",
2633
- "count": 2,
2634
- "compType0": "TagsInputMulti",
2635
- "compType1": "TagsInputMulti",
2636
- "children": [
2637
- {
2638
- "value": "flexible_support_2",
2639
- "display": "Flexible Support",
2640
- "count": 1,
2641
- "compType0": "TagsInputMulti",
2642
- "compType1": "TagsInputMulti"
2643
- },
2644
- {
2645
- "value": "mission_alignment_3",
2646
- "display": "Mission Alignment",
2647
- "count": 1,
2648
- "compType0": "TagsInputMulti",
2649
- "compType1": "TagsInputMulti"
2650
- }
2651
- ]
2652
- },
2653
- {
2654
- "value": "recommendations_to_increase_uptake_of_volunteer_engagement",
2655
- "display": "Recommendations to increase uptake of Volunteer Engagement",
2656
- "count": 8,
2657
- "compType0": "TagsInputMulti",
2658
- "compType1": "TagsInputMulti",
2659
- "children": [
2660
- {
2661
- "value": "guidance_on_structuring_a_volunteer_program_2",
2662
- "display": "Guidance on Structuring a Volunteer Program",
2663
- "count": 1,
2664
- "compType0": "TagsInputMulti",
2665
- "compType1": "TagsInputMulti"
2666
- },
2667
- {
2668
- "value": "volunteer_management_system_2",
2669
- "display": "Volunteer Management System",
2670
- "count": 1,
2671
- "compType0": "TagsInputMulti",
2672
- "compType1": "TagsInputMulti"
2673
- },
2674
- {
2675
- "value": "donor_insights_and_analytics_tools_2",
2676
- "display": "Donor Insights and Analytics Tools",
2677
- "count": 1,
2678
- "compType0": "TagsInputMulti",
2679
- "compType1": "TagsInputMulti"
2680
- },
2681
- {
2682
- "value": "capacity_building_training_2",
2683
- "display": "Capacity-Building Training",
2684
- "count": 1,
2685
- "compType0": "TagsInputMulti",
2686
- "compType1": "TagsInputMulti"
2687
- },
2688
- {
2689
- "value": "guidance_on_structuring_a_volunteer_program_1",
2690
- "display": "Guidance on Structuring a Volunteer Program",
2691
- "count": 1,
2692
- "compType0": "TagsInputMulti",
2693
- "compType1": "TagsInputMulti"
2694
- },
2695
- {
2696
- "value": "capacity_building_1",
2697
- "display": "Capacity Building",
2698
- "count": 1,
2699
- "compType0": "TagsInputMulti",
2700
- "compType1": "TagsInputMulti"
2701
- },
2702
- {
2703
- "value": "training_on_fundraising_technology_2",
2704
- "display": "Training on Fundraising Technology",
2705
- "count": 1,
2706
- "compType0": "TagsInputMulti",
2707
- "compType1": "TagsInputMulti"
2708
- },
2709
- {
2710
- "value": "peer_learning_and_networking_2",
2711
- "display": "Peer Learning and Networking",
2712
- "count": 1,
2713
- "compType0": "TagsInputMulti",
2714
- "compType1": "TagsInputMulti"
2715
- }
2716
- ]
2717
- },
2718
- {
2719
- "value": "innovations_and_emerging_trends",
2720
- "display": "Innovations and emerging trends",
2721
- "count": 4,
2722
- "compType0": "TagsInputMulti",
2723
- "compType1": "TagsInputMulti",
2724
- "children": [
2725
- {
2726
- "value": "social_stock_exchange_sse_and_regulated_retail_giving",
2727
- "display": "Social Stock Exchange (SSE) and regulated retail giving",
2728
- "count": 1,
2729
- "compType0": "TagsInputMulti",
2730
- "compType1": "TagsInputMulti"
2731
- },
2732
- {
2733
- "value": "gamified_donation_models_and_reward_systems",
2734
- "display": "Gamified donation models and reward systems",
2735
- "count": 1,
2736
- "compType0": "TagsInputMulti",
2737
- "compType1": "TagsInputMulti"
2738
- },
2739
- {
2740
- "value": "youth_and_gen_z_focused_volunteer_platforms",
2741
- "display": "Youth and Gen-Z focused volunteer platforms",
2742
- "count": 1,
2743
- "compType0": "TagsInputMulti",
2744
- "compType1": "TagsInputMulti"
2745
- },
2746
- {
2747
- "value": "hyperlocal_giving_platforms",
2748
- "display": "Hyperlocal giving platforms",
2749
- "count": 1,
2750
- "compType0": "TagsInputMulti",
2751
- "compType1": "TagsInputMulti"
2752
- }
2753
- ]
2754
- },
2755
- {
2756
- "value": "success_factors_in_effective_eg_engagement",
2757
- "display": "Success factors in effective EG engagement",
2758
- "count": 4,
2759
- "compType0": "TagsInputMulti",
2760
- "compType1": "TagsInputMulti",
2761
- "children": [
2762
- {
2763
- "value": "consistent_communication_and_follow_up",
2764
- "display": "Consistent communication and follow-up",
2765
- "count": 1,
2766
- "compType0": "TagsInputMulti",
2767
- "compType1": "TagsInputMulti"
2768
- },
2769
- {
2770
- "value": "strong_leadership_and_internal_alignment",
2771
- "display": "Strong leadership and internal alignment",
2772
- "count": 1,
2773
- "compType0": "TagsInputMulti",
2774
- "compType1": "TagsInputMulti"
2775
- },
2776
- {
2777
- "value": "community_ownership_and_local_champions",
2778
- "display": "Community ownership and local champions",
2779
- "count": 1,
2780
- "compType0": "TagsInputMulti",
2781
- "compType1": "TagsInputMulti"
2782
- },
2783
- {
2784
- "value": "authentic_stories_from_the_field",
2785
- "display": "Authentic stories from the field",
2786
- "count": 1,
2787
- "compType0": "TagsInputMulti",
2788
- "compType1": "TagsInputMulti"
2789
- }
2790
- ]
2791
- },
2792
- {
2793
- "value": "reasons_for_decrease_in_volunteer_numbers",
2794
- "display": "Reasons for Decrease in Volunteer Numbers",
2795
- "count": 2,
2796
- "compType0": "TagsInputMulti",
2797
- "compType1": "TagsInputMulti",
2798
- "children": [
2799
- {
2800
- "value": "economic_time_constraints",
2801
- "display": "Economic/Time Constraints",
2802
- "count": 1,
2803
- "compType0": "TagsInputMulti",
2804
- "compType1": "TagsInputMulti"
2805
- },
2806
- {
2807
- "value": "organizational_challenges",
2808
- "display": "Organizational Challenges",
2809
- "count": 1,
2810
- "compType0": "TagsInputMulti",
2811
- "compType1": "TagsInputMulti"
2812
- }
2813
- ]
2814
- },
2815
- {
2816
- "value": "key_obstacles_in_eg_fundraising",
2817
- "display": "Key obstacles in EG Fundraising",
2818
- "count": 3,
2819
- "compType0": "TagsInputMulti",
2820
- "compType1": "TagsInputMulti",
2821
- "children": [
2822
- {
2823
- "value": "unclear_strategy",
2824
- "display": "Unclear Strategy",
2825
- "count": 1,
2826
- "compType0": "TagsInputMulti",
2827
- "compType1": "TagsInputMulti"
2828
- },
2829
- {
2830
- "value": "skills_gap",
2831
- "display": "Skills Gap",
2832
- "count": 1,
2833
- "compType0": "TagsInputMulti",
2834
- "compType1": "TagsInputMulti"
2835
- },
2836
- {
2837
- "value": "inexperience",
2838
- "display": "Inexperience",
2839
- "count": 1,
2840
- "compType0": "TagsInputMulti",
2841
- "compType1": "TagsInputMulti"
2842
- }
2843
- ]
2844
- },
2845
- {
2846
- "value": "expert_recommendations_for_improvement",
2847
- "display": "Expert recommendations for improvement",
2848
- "count": 2,
2849
- "compType0": "TagsInputMulti",
2850
- "compType1": "TagsInputMulti",
2851
- "children": [
2852
- {
2853
- "value": "collaborate_across_npos_for_ecosystem_level_visibility",
2854
- "display": "Collaborate across NPOs for ecosystem-level visibility",
2855
- "count": 1,
2856
- "compType0": "TagsInputMulti",
2857
- "compType1": "TagsInputMulti"
2858
- },
2859
- {
2860
- "value": "invest_in_digital_literacy_and_outreach_tools",
2861
- "display": "Invest in digital literacy and outreach tools",
2862
- "count": 1,
2863
- "compType0": "TagsInputMulti",
2864
- "compType1": "TagsInputMulti"
2865
- }
2866
- ]
2867
- },
2868
- {
2869
- "value": "reasons_for_increase_in_volunteer_numbers",
2870
- "display": "Reasons for Increase in Volunteer Numbers",
2871
- "count": 3,
2872
- "compType0": "TagsInputMulti",
2873
- "compType1": "TagsInputMulti",
2874
- "children": [
2875
- {
2876
- "value": "improved_outreach",
2877
- "display": "Improved Outreach",
2878
- "count": 1,
2879
- "compType0": "TagsInputMulti",
2880
- "compType1": "TagsInputMulti"
2881
- },
2882
- {
2883
- "value": "volunteer_satisfaction",
2884
- "display": "Volunteer Satisfaction",
2885
- "count": 1,
2886
- "compType0": "TagsInputMulti",
2887
- "compType1": "TagsInputMulti"
2888
- },
2889
- {
2890
- "value": "expansion_of_programs_services",
2891
- "display": "Expansion of Programs/Services",
2892
- "count": 1,
2893
- "compType0": "TagsInputMulti",
2894
- "compType1": "TagsInputMulti"
2895
- }
2896
- ]
2897
- },
2898
- {
2899
- "value": "key_obstacles_in_recruiting_volunteers",
2900
- "display": "Key obstacles in Recruiting Volunteers",
2901
- "count": 2,
2902
- "compType0": "TagsInputMulti",
2903
- "compType1": "TagsInputMulti",
2904
- "children": [
2905
- {
2906
- "value": "mismatch_of_skills_or_interests",
2907
- "display": "Mismatch of Skills or Interests",
2908
- "count": 1,
2909
- "compType0": "TagsInputMulti",
2910
- "compType1": "TagsInputMulti"
2911
- },
2912
- {
2913
- "value": "lack_of_incentives",
2914
- "display": "Lack of Incentives",
2915
- "count": 1,
2916
- "compType0": "TagsInputMulti",
2917
- "compType1": "TagsInputMulti"
2918
- }
2919
- ]
2920
- },
2921
- {
2922
- "value": "reasons_for_not_calculating_roi_of_everyday_giving_fundraising",
2923
- "display": "Reasons for not calculating ROI of Everyday Giving Fundraising",
2924
- "count": 1,
2925
- "compType0": "TagsInputMulti",
2926
- "compType1": "TagsInputMulti",
2927
- "children": [
2928
- {
2929
- "value": "lack_of_data",
2930
- "display": "Lack of Data",
2931
- "count": 1,
2932
- "compType0": "TagsInputMulti",
2933
- "compType1": "TagsInputMulti"
2934
- }
2935
- ]
2936
- }
2937
- ],
2938
- "tooltipLabelsPath": [
2939
- "children.0.display",
2940
- "children.1.display",
2941
- "children.2.display",
2942
- "children.3.display",
2943
- "children.4.display",
2944
- "children.5.display",
2945
- "children.6.display",
2946
- "children.7.display",
2947
- "children.8.display"
2948
- ],
2949
- "valuePath": [
2950
- "children.0.count",
2951
- "children.1.count",
2952
- "children.2.count",
2953
- "children.3.count",
2954
- "children.4.count",
2955
- "children.5.count",
2956
- "children.6.count",
2957
- "children.7.count",
2958
- "children.8.count"
2959
- ],
2960
- "labelPath": "display",
2961
- "colorIdx": 0
2962
- };