oolib 2.213.5 → 2.214.1

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 (65) hide show
  1. package/dist/components/LoadersAndProgress/ProgressBar/index.d.ts +1 -1
  2. package/dist/components/LoadersAndProgress/ProgressBar/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/dist/v2/components/Buttons/index.js +3 -1
  7. package/package.json +1 -1
  8. package/dist/stories/v2/components/DataVizAccordion.stories.d.ts +0 -7
  9. package/dist/stories/v2/components/DataVizAccordion.stories.js +0 -141
  10. package/dist/stories/v2/components/visualization/BarChart.stories.d.ts +0 -23
  11. package/dist/stories/v2/components/visualization/BarChart.stories.js +0 -251
  12. package/dist/stories/v2/components/visualization/BarGraphCollection.stories.d.ts +0 -19
  13. package/dist/stories/v2/components/visualization/BarGraphCollection.stories.js +0 -1190
  14. package/dist/stories/v2/components/visualization/HeatMapGrid.stories.d.ts +0 -18
  15. package/dist/stories/v2/components/visualization/HeatMapGrid.stories.js +0 -204
  16. package/dist/stories/v2/components/visualization/PieChart.stories.d.ts +0 -7
  17. package/dist/stories/v2/components/visualization/PieChart.stories.js +0 -79
  18. package/dist/stories/v2/components/visualization/configs/props1.d.ts +0 -102
  19. package/dist/stories/v2/components/visualization/configs/props1.js +0 -70
  20. package/dist/stories/v2/components/visualization/configs/props2.d.ts +0 -45
  21. package/dist/stories/v2/components/visualization/configs/props2.js +0 -2962
  22. package/dist/stories/v2/components/visualization/vizPlayground.stories.d.ts +0 -7
  23. package/dist/stories/v2/components/visualization/vizPlayground.stories.js +0 -55
  24. package/dist/v2/components/DataVizAccordion/index.d.ts +0 -13
  25. package/dist/v2/components/DataVizAccordion/index.js +0 -60
  26. package/dist/v2/components/dataviz/BarChart/_base_barchart_ui_configs.d.ts +0 -19
  27. package/dist/v2/components/dataviz/BarChart/_base_barchart_ui_configs.js +0 -25
  28. package/dist/v2/components/dataviz/BarChart/comps/CustomTooltip/OptimizedTooltip.d.ts +0 -8
  29. package/dist/v2/components/dataviz/BarChart/comps/CustomTooltip/OptimizedTooltip.js +0 -118
  30. package/dist/v2/components/dataviz/BarChart/comps/CustomTooltip/index.d.ts +0 -15
  31. package/dist/v2/components/dataviz/BarChart/comps/CustomTooltip/index.js +0 -120
  32. package/dist/v2/components/dataviz/BarChart/comps/CustomizedLabel/index.d.ts +0 -29
  33. package/dist/v2/components/dataviz/BarChart/comps/CustomizedLabel/index.js +0 -73
  34. package/dist/v2/components/dataviz/BarChart/comps/Legend/index.d.ts +0 -12
  35. package/dist/v2/components/dataviz/BarChart/comps/Legend/index.js +0 -35
  36. package/dist/v2/components/dataviz/BarChart/comps/LegendTooltipGlyph/index.d.ts +0 -7
  37. package/dist/v2/components/dataviz/BarChart/comps/LegendTooltipGlyph/index.js +0 -18
  38. package/dist/v2/components/dataviz/BarChart/comps/TruncatedSVGText/index.d.ts +0 -7
  39. package/dist/v2/components/dataviz/BarChart/comps/TruncatedSVGText/index.js +0 -66
  40. package/dist/v2/components/dataviz/BarChart/index.d.ts +0 -45
  41. package/dist/v2/components/dataviz/BarChart/index.js +0 -383
  42. package/dist/v2/components/dataviz/BarGraphCollection/index.d.ts +0 -24
  43. package/dist/v2/components/dataviz/BarGraphCollection/index.js +0 -162
  44. package/dist/v2/components/dataviz/BarGraphCollection/styled.d.ts +0 -9
  45. package/dist/v2/components/dataviz/BarGraphCollection/styled.js +0 -92
  46. package/dist/v2/components/dataviz/BarGraphCollection/utils/useGetDimensions.d.ts +0 -2
  47. package/dist/v2/components/dataviz/BarGraphCollection/utils/useGetDimensions.js +0 -60
  48. package/dist/v2/components/dataviz/BarGraphCollection/utils/usePrepareData.d.ts +0 -11
  49. package/dist/v2/components/dataviz/BarGraphCollection/utils/usePrepareData.js +0 -76
  50. package/dist/v2/components/dataviz/HeatMapGrid/index.d.ts +0 -19
  51. package/dist/v2/components/dataviz/HeatMapGrid/index.js +0 -232
  52. package/dist/v2/components/dataviz/HeatMapGrid/utils/mapValueToColor.d.ts +0 -20
  53. package/dist/v2/components/dataviz/HeatMapGrid/utils/mapValueToColor.js +0 -45
  54. package/dist/v2/components/dataviz/HeatMapGrid/utils/useAxisMeasure.d.ts +0 -6
  55. package/dist/v2/components/dataviz/HeatMapGrid/utils/useAxisMeasure.js +0 -53
  56. package/dist/v2/components/dataviz/HeatMapGrid/utils/useFader.d.ts +0 -6
  57. package/dist/v2/components/dataviz/HeatMapGrid/utils/useFader.js +0 -36
  58. package/dist/v2/components/dataviz/HeatMapGrid/utils/usePrepareHeatMapData.d.ts +0 -33
  59. package/dist/v2/components/dataviz/HeatMapGrid/utils/usePrepareHeatMapData.js +0 -122
  60. package/dist/v2/components/dataviz/PieChart/index.d.ts +0 -21
  61. package/dist/v2/components/dataviz/PieChart/index.js +0 -186
  62. package/dist/v2/components/dataviz/types.d.ts +0 -13
  63. package/dist/v2/components/dataviz/types.js +0 -2
  64. package/dist/v2/components/dataviz/utils/usePrepareData.d.ts +0 -21
  65. package/dist/v2/components/dataviz/utils/usePrepareData.js +0 -213
@@ -1,1190 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports._BarGraphCollection_ = void 0;
7
- var react_1 = __importDefault(require("react"));
8
- var Container_1 = require("../../../../components/Container");
9
- var BarGraphCollection_1 = require("../../../../v2/components/dataviz/BarGraphCollection");
10
- exports.default = {
11
- title: "Oolib V 2.0/visualization/BarGraphCollection",
12
- argTypes: {
13
- showPercent: {
14
- name: "Show Percent",
15
- control: 'boolean',
16
- description: 'Toggle percentage display',
17
- defaultValue: true,
18
- }
19
- },
20
- args: {
21
- showPercent: true,
22
- debug: false
23
- // showCount: true,
24
- }
25
- };
26
- var _BarGraphCollection_ = function (args) {
27
- var data = [
28
- { display: "Tool- Ticker Tape", value: 5, category: "subject" },
29
- { display: "CCP Session", value: 3, category: "subject" },
30
- { display: "RES", value: 3, category: "subject" },
31
- { display: "ASHA", value: 6, category: "stakeholder" },
32
- { display: "Doctor", value: 3, category: "stakeholder" },
33
- { display: "Nurse", value: 1, category: "stakeholder" },
34
- { display: "Painpoint", value: 2, category: "type" },
35
- { display: "Success", value: 1, category: "type" },
36
- { display: "Service Design", value: 2, category: "lens" },
37
- { display: "Medical", value: 2, category: "lens" }
38
- ];
39
- var handleBarClick = function (name) {
40
- console.log("Bar clicked: ".concat(name));
41
- };
42
- return (react_1.default.createElement(Container_1.Container, null,
43
- react_1.default.createElement(BarGraphCollection_1.BarGraphCollection, { "data": [
44
- {
45
- "category": "Factors influencing engagement with different forms of EG",
46
- "tagCategory": "factors_influencing_engagement_with_different_forms_of_eg",
47
- "display": "Organizational Need",
48
- "value": 1
49
- },
50
- {
51
- "category": "Factors influencing engagement with different forms of EG",
52
- "tagCategory": "factors_influencing_engagement_with_different_forms_of_eg",
53
- "display": "Resource Availability",
54
- "value": 1
55
- },
56
- {
57
- "category": "Factors influencing engagement with different forms of EG",
58
- "tagCategory": "factors_influencing_engagement_with_different_forms_of_eg",
59
- "display": "Cost",
60
- "value": 2
61
- },
62
- {
63
- "category": "Motivations for EG Engagement",
64
- "tagCategory": "motivations_for_eg_engagement",
65
- "display": "Flexible form of funding",
66
- "value": 1
67
- },
68
- {
69
- "category": "Motivations for EG Engagement",
70
- "tagCategory": "motivations_for_eg_engagement",
71
- "display": "Reliable source of funding",
72
- "value": 3
73
- },
74
- {
75
- "category": "Motivations for EG Engagement",
76
- "tagCategory": "motivations_for_eg_engagement",
77
- "display": "Strengthens community engagement",
78
- "value": 1
79
- },
80
- {
81
- "category": "Motivations for EG Engagement",
82
- "tagCategory": "motivations_for_eg_engagement",
83
- "display": "Effective in raising large amounts without engaging with fundraising processes with funders",
84
- "value": 1
85
- },
86
- {
87
- "category": "Motivations for EG Engagement",
88
- "tagCategory": "motivations_for_eg_engagement",
89
- "display": "Brings more forms of resources than just money",
90
- "value": 1
91
- },
92
- {
93
- "category": "Advantages of Segmenting Users",
94
- "tagCategory": "advantages_of_segmenting_users",
95
- "display": "Personalized Approach",
96
- "value": 3
97
- },
98
- {
99
- "category": "Advantages of Segmenting Users",
100
- "tagCategory": "advantages_of_segmenting_users",
101
- "display": "Efficient Resource Allocation",
102
- "value": 1
103
- },
104
- {
105
- "category": "Advantages of Segmenting Users",
106
- "tagCategory": "advantages_of_segmenting_users",
107
- "display": "Increased Donations",
108
- "value": 2
109
- },
110
- {
111
- "category": "Advantages of Segmenting Users",
112
- "tagCategory": "advantages_of_segmenting_users",
113
- "display": "testing annotation for segmenting users ",
114
- "value": 1
115
- },
116
- {
117
- "category": "Calculating ROI of Everyday Giving Fundraising",
118
- "tagCategory": "calculating_roi_of_everyday_giving_fundraising",
119
- "display": "Donor Retention",
120
- "value": 2
121
- },
122
- {
123
- "category": "Calculating ROI of Everyday Giving Fundraising",
124
- "tagCategory": "calculating_roi_of_everyday_giving_fundraising",
125
- "display": "Cost of Acquisition",
126
- "value": 2
127
- },
128
- {
129
- "category": "Calculating ROI of Everyday Giving Fundraising",
130
- "tagCategory": "calculating_roi_of_everyday_giving_fundraising",
131
- "display": "Revenue Generated",
132
- "value": 2
133
- },
134
- {
135
- "category": "Calculating ROI of Everyday Giving Fundraising",
136
- "tagCategory": "calculating_roi_of_everyday_giving_fundraising",
137
- "display": "Operational Costs",
138
- "value": 2
139
- },
140
- {
141
- "category": "Roles and responsibilities of team/person allocated for EG Fundraising",
142
- "tagCategory": "roles_and_responsibilities_of_team_person_allocated_for_eg_fundraising",
143
- "display": "Donor Retention",
144
- "value": 2
145
- },
146
- {
147
- "category": "Roles and responsibilities of team/person allocated for EG Fundraising",
148
- "tagCategory": "roles_and_responsibilities_of_team_person_allocated_for_eg_fundraising",
149
- "display": "Performance Tracking",
150
- "value": 1
151
- },
152
- {
153
- "category": "Roles and responsibilities of team/person allocated for EG Fundraising",
154
- "tagCategory": "roles_and_responsibilities_of_team_person_allocated_for_eg_fundraising",
155
- "display": "Campaign Management",
156
- "value": 2
157
- },
158
- {
159
- "category": "Roles and responsibilities of team/person allocated for EG Fundraising",
160
- "tagCategory": "roles_and_responsibilities_of_team_person_allocated_for_eg_fundraising",
161
- "display": "Content Creation",
162
- "value": 2
163
- },
164
- {
165
- "category": "Recommendations to strengthen practices of EG Fundraising",
166
- "tagCategory": "recommendations_to_strengthen_practices_of_eg_fundraising",
167
- "display": "Capacity Building",
168
- "value": 2
169
- },
170
- {
171
- "category": "Recommendations to strengthen practices of EG Fundraising",
172
- "tagCategory": "recommendations_to_strengthen_practices_of_eg_fundraising",
173
- "display": "Training on Fundraising Technology",
174
- "value": 1
175
- },
176
- {
177
- "category": "Recommendations to strengthen practices of EG Fundraising",
178
- "tagCategory": "recommendations_to_strengthen_practices_of_eg_fundraising",
179
- "display": "Recruiting Specialized Service Providers",
180
- "value": 1
181
- },
182
- {
183
- "category": "Recommendations to strengthen practices of EG Fundraising",
184
- "tagCategory": "recommendations_to_strengthen_practices_of_eg_fundraising",
185
- "display": "Donor Insights and Analytics Tools",
186
- "value": 1
187
- },
188
- {
189
- "category": "Motivations for Volunteer Engagement",
190
- "tagCategory": "motivations_for_volunteer_engagement",
191
- "display": "Cost-Effectiveness",
192
- "value": 1
193
- },
194
- {
195
- "category": "Motivations for Volunteer Engagement",
196
- "tagCategory": "motivations_for_volunteer_engagement",
197
- "display": "Building Networks and Communities",
198
- "value": 2
199
- },
200
- {
201
- "category": "Motivations for Volunteer Engagement",
202
- "tagCategory": "motivations_for_volunteer_engagement",
203
- "display": "Flexible Support",
204
- "value": 2
205
- },
206
- {
207
- "category": "Motivations for Volunteer Engagement",
208
- "tagCategory": "motivations_for_volunteer_engagement",
209
- "display": "Increased Visibility",
210
- "value": 2
211
- },
212
- {
213
- "category": "Motivations for Volunteer Engagement",
214
- "tagCategory": "motivations_for_volunteer_engagement",
215
- "display": "Mission Alignment",
216
- "value": 1
217
- },
218
- {
219
- "category": "Reasons for Effectiveness of Outreach Methods for Volunteering",
220
- "tagCategory": "reasons_for_effectiveness_of_outreach_methods_for_volunteering",
221
- "display": "Targeted Engagement",
222
- "value": 1
223
- },
224
- {
225
- "category": "Reasons for Effectiveness of Outreach Methods for Volunteering",
226
- "tagCategory": "reasons_for_effectiveness_of_outreach_methods_for_volunteering",
227
- "display": "Building Trust",
228
- "value": 1
229
- },
230
- {
231
- "category": "Reasons for Effectiveness of Outreach Methods for Volunteering",
232
- "tagCategory": "reasons_for_effectiveness_of_outreach_methods_for_volunteering",
233
- "display": "Established Networks",
234
- "value": 1
235
- },
236
- {
237
- "category": "Reasons for Effectiveness of Outreach Methods for Volunteering",
238
- "tagCategory": "reasons_for_effectiveness_of_outreach_methods_for_volunteering",
239
- "display": "Wider Reach",
240
- "value": 1
241
- },
242
- {
243
- "category": "Best Practices in Volunteer Engagement",
244
- "tagCategory": "best_practices_in_volunteer_engagement",
245
- "display": "Recognition and Rewards",
246
- "value": 1
247
- },
248
- {
249
- "category": "Best Practices in Volunteer Engagement",
250
- "tagCategory": "best_practices_in_volunteer_engagement",
251
- "display": "Regular Feedback",
252
- "value": 1
253
- },
254
- {
255
- "category": "Best Practices in Volunteer Engagement",
256
- "tagCategory": "best_practices_in_volunteer_engagement",
257
- "display": "Long-Term Volunteering Opportunities",
258
- "value": 1
259
- },
260
- {
261
- "category": "Best Practices in Volunteer Engagement",
262
- "tagCategory": "best_practices_in_volunteer_engagement",
263
- "display": "Clear Volunteer Program/Policy/Strategy",
264
- "value": 1
265
- },
266
- {
267
- "category": "Key obstacles in Retaining Volunteers",
268
- "tagCategory": "key_obstacles_in_retaining_volunteers",
269
- "display": "No Volunteer Management System",
270
- "value": 1
271
- },
272
- {
273
- "category": "Key obstacles in Retaining Volunteers",
274
- "tagCategory": "key_obstacles_in_retaining_volunteers",
275
- "display": "Drop-off After Initial Interest",
276
- "value": 1
277
- },
278
- {
279
- "category": "Key obstacles in Retaining Volunteers",
280
- "tagCategory": "key_obstacles_in_retaining_volunteers",
281
- "display": "Lack of Structured Roles",
282
- "value": 1
283
- },
284
- {
285
- "category": "Key obstacles in Retaining Volunteers",
286
- "tagCategory": "key_obstacles_in_retaining_volunteers",
287
- "display": "Insufficient Training or Orientation",
288
- "value": 1
289
- },
290
- {
291
- "category": "Key obstacles in Retaining Volunteers",
292
- "tagCategory": "key_obstacles_in_retaining_volunteers",
293
- "display": "Lack of Recognition and Incentives",
294
- "value": 2
295
- },
296
- {
297
- "category": "Key obstacles in Retaining Volunteers",
298
- "tagCategory": "key_obstacles_in_retaining_volunteers",
299
- "display": "Personal or Professional Conflicts",
300
- "value": 1
301
- },
302
- {
303
- "category": "Key obstacles in Retaining Volunteers",
304
- "tagCategory": "key_obstacles_in_retaining_volunteers",
305
- "display": "Long-Term Commitment Challenges",
306
- "value": 1
307
- },
308
- {
309
- "category": "Recommendations to strengthen practices of Volunteer Engagement",
310
- "tagCategory": "recommendations_to_strengthen_practices_of_volunteer_engagement",
311
- "display": "Capacity-Building Training",
312
- "value": 2
313
- },
314
- {
315
- "category": "Recommendations to strengthen practices of Volunteer Engagement",
316
- "tagCategory": "recommendations_to_strengthen_practices_of_volunteer_engagement",
317
- "display": "Guidance on Structuring a Volunteer Program",
318
- "value": 4
319
- },
320
- {
321
- "category": "Recommendations to strengthen practices of Volunteer Engagement",
322
- "tagCategory": "recommendations_to_strengthen_practices_of_volunteer_engagement",
323
- "display": "Training and Orientation Programs",
324
- "value": 1
325
- },
326
- {
327
- "category": "Recommendations to strengthen practices of Volunteer Engagement",
328
- "tagCategory": "recommendations_to_strengthen_practices_of_volunteer_engagement",
329
- "display": "Peer Learning and Networking",
330
- "value": 2
331
- },
332
- {
333
- "category": "Reasons for not engaging with EG Fundraising",
334
- "tagCategory": "reasons_for_not_engaging_with_eg_fundraising",
335
- "display": "Preference for Other Funding Sources",
336
- "value": 3
337
- },
338
- {
339
- "category": "Reasons for not engaging with EG Fundraising",
340
- "tagCategory": "reasons_for_not_engaging_with_eg_fundraising",
341
- "display": "Lack of Internal Capacity",
342
- "value": 3
343
- },
344
- {
345
- "category": "Reasons for not engaging with EG Fundraising",
346
- "tagCategory": "reasons_for_not_engaging_with_eg_fundraising",
347
- "display": "Lack of Knowledge or Experience",
348
- "value": 1
349
- },
350
- {
351
- "category": "Reasons for Engaging with EG Fundraising in future",
352
- "tagCategory": "reasons_for_engaging_with_eg_fundraising_in_future",
353
- "display": "Reliable source of funding",
354
- "value": 2
355
- },
356
- {
357
- "category": "Reasons for Engaging with EG Fundraising in future",
358
- "tagCategory": "reasons_for_engaging_with_eg_fundraising_in_future",
359
- "display": "Brings more forms of resources than just money",
360
- "value": 1
361
- },
362
- {
363
- "category": "Reasons for Engaging with EG Fundraising in future",
364
- "tagCategory": "reasons_for_engaging_with_eg_fundraising_in_future",
365
- "display": "Strengthens community engagement",
366
- "value": 4
367
- },
368
- {
369
- "category": "Reasons for Engaging with EG Fundraising in future",
370
- "tagCategory": "reasons_for_engaging_with_eg_fundraising_in_future",
371
- "display": "Effective in raising large amounts without engaging with fundraising processes with funders",
372
- "value": 1
373
- },
374
- {
375
- "category": "Reasons for not engaging with EG Fundraising in future",
376
- "tagCategory": "reasons_for_not_engaging_with_eg_fundraising_in_future",
377
- "display": "Lack of Internal Capacity",
378
- "value": 3
379
- },
380
- {
381
- "category": "Reasons for not engaging with EG Fundraising in future",
382
- "tagCategory": "reasons_for_not_engaging_with_eg_fundraising_in_future",
383
- "display": "Lack of Knowledge or Experience",
384
- "value": 1
385
- },
386
- {
387
- "category": "Recommendations to increase uptake of EG Fundraising",
388
- "tagCategory": "recommendations_to_increase_uptake_of_eg_fundraising",
389
- "display": "Donor Insights and Analytics Tools",
390
- "value": 2
391
- },
392
- {
393
- "category": "Recommendations to increase uptake of EG Fundraising",
394
- "tagCategory": "recommendations_to_increase_uptake_of_eg_fundraising",
395
- "display": "Training on Fundraising Technology",
396
- "value": 2
397
- },
398
- {
399
- "category": "Reasons for not engaging volunteers",
400
- "tagCategory": "reasons_for_not_engaging_volunteers",
401
- "display": "Limited Staff Capacity",
402
- "value": 1
403
- },
404
- {
405
- "category": "Reasons for not engaging volunteers",
406
- "tagCategory": "reasons_for_not_engaging_volunteers",
407
- "display": "Concerns About Quality or Reliability",
408
- "value": 1
409
- },
410
- {
411
- "category": "Reasons for Engaging with Volunteering in future",
412
- "tagCategory": "reasons_for_engaging_with_volunteering_in_future",
413
- "display": "Mission Alignment",
414
- "value": 1
415
- },
416
- {
417
- "category": "Reasons for Engaging with Volunteering in future",
418
- "tagCategory": "reasons_for_engaging_with_volunteering_in_future",
419
- "display": "Flexible Support",
420
- "value": 1
421
- },
422
- {
423
- "category": "Reasons for not engaging with Volunteering in future",
424
- "tagCategory": "reasons_for_not_engaging_with_volunteering_in_future",
425
- "display": "Nature of Work",
426
- "value": 1
427
- },
428
- {
429
- "category": "Recommendations to increase uptake of Volunteer Engagement",
430
- "tagCategory": "recommendations_to_increase_uptake_of_volunteer_engagement",
431
- "display": "Peer Learning and Networking",
432
- "value": 1
433
- },
434
- {
435
- "category": "Recommendations to increase uptake of Volunteer Engagement",
436
- "tagCategory": "recommendations_to_increase_uptake_of_volunteer_engagement",
437
- "display": "Volunteer Management System",
438
- "value": 1
439
- },
440
- {
441
- "category": "Reasons for Effectiveness of Outreach Methods for Fundraising EG",
442
- "tagCategory": "reasons_for_effectiveness_of_outreach_methods_for_fundraising_eg",
443
- "display": "Reach and Accessibility",
444
- "value": 3
445
- },
446
- {
447
- "category": "Reasons for Effectiveness of Outreach Methods for Fundraising EG",
448
- "tagCategory": "reasons_for_effectiveness_of_outreach_methods_for_fundraising_eg",
449
- "display": "Engagement Potential",
450
- "value": 2
451
- },
452
- {
453
- "category": "Reasons for Effectiveness of Outreach Methods for Fundraising EG",
454
- "tagCategory": "reasons_for_effectiveness_of_outreach_methods_for_fundraising_eg",
455
- "display": "Trust and Credibility",
456
- "value": 2
457
- },
458
- {
459
- "category": "Reasons for Effectiveness of Outreach Methods for Fundraising EG",
460
- "tagCategory": "reasons_for_effectiveness_of_outreach_methods_for_fundraising_eg",
461
- "display": "Convenience",
462
- "value": 1
463
- },
464
- {
465
- "category": "Reasons for Effectiveness of Outreach Methods for Fundraising EG",
466
- "tagCategory": "reasons_for_effectiveness_of_outreach_methods_for_fundraising_eg",
467
- "display": "Impact and Results",
468
- "value": 2
469
- },
470
- {
471
- "category": "Reasons for Segmenting Users",
472
- "tagCategory": "reasons_for_segmenting_users",
473
- "display": "Targeted Outreach",
474
- "value": 4
475
- },
476
- {
477
- "category": "Reasons for Segmenting Users",
478
- "tagCategory": "reasons_for_segmenting_users",
479
- "display": "Improved Retention",
480
- "value": 1
481
- },
482
- {
483
- "category": "Reasons for Segmenting Users",
484
- "tagCategory": "reasons_for_segmenting_users",
485
- "display": "Increase Engagement",
486
- "value": 2
487
- },
488
- {
489
- "category": "Tools used to segment givers",
490
- "tagCategory": "tools_used_to_segment_givers",
491
- "display": "Excel",
492
- "value": 2
493
- },
494
- {
495
- "category": "Tools used to segment givers",
496
- "tagCategory": "tools_used_to_segment_givers",
497
- "display": "Mailchimp",
498
- "value": 1
499
- },
500
- {
501
- "category": "Tools used to segment givers",
502
- "tagCategory": "tools_used_to_segment_givers",
503
- "display": "Salesforce",
504
- "value": 1
505
- },
506
- {
507
- "category": "Tools used to segment givers",
508
- "tagCategory": "tools_used_to_segment_givers",
509
- "display": "Test 3",
510
- "value": 1
511
- },
512
- {
513
- "category": "Challenges of Segmenting Users",
514
- "tagCategory": "challenges_of_segmenting_users",
515
- "display": "Data Quality",
516
- "value": 2
517
- },
518
- {
519
- "category": "Challenges of Segmenting Users",
520
- "tagCategory": "challenges_of_segmenting_users",
521
- "display": "Resource Intensive",
522
- "value": 4
523
- },
524
- {
525
- "category": "Reasons why certain times are more effective for everyday giving fundraising",
526
- "tagCategory": "reasons_why_certain_times_are_more_effective_for_everyday_giving_fundraising",
527
- "display": "Seasonal Generosity",
528
- "value": 2
529
- },
530
- {
531
- "category": "Reasons why certain times are more effective for everyday giving fundraising",
532
- "tagCategory": "reasons_why_certain_times_are_more_effective_for_everyday_giving_fundraising",
533
- "display": "Increased Awareness",
534
- "value": 1
535
- },
536
- {
537
- "category": "Reasons why certain times are more effective for everyday giving fundraising",
538
- "tagCategory": "reasons_why_certain_times_are_more_effective_for_everyday_giving_fundraising",
539
- "display": "Visibility and Accessibility",
540
- "value": 2
541
- },
542
- {
543
- "category": "Reasons why certain times are more effective for everyday giving fundraising",
544
- "tagCategory": "reasons_why_certain_times_are_more_effective_for_everyday_giving_fundraising",
545
- "display": "Cultural or Religious Significance",
546
- "value": 2
547
- },
548
- {
549
- "category": "Budgeting for Everyday Giving Fundraising",
550
- "tagCategory": "budgeting_for_everyday_giving_fundraising",
551
- "display": "Campaign Expenses",
552
- "value": 4
553
- },
554
- {
555
- "category": "Budgeting for Everyday Giving Fundraising",
556
- "tagCategory": "budgeting_for_everyday_giving_fundraising",
557
- "display": "Staffing",
558
- "value": 2
559
- },
560
- {
561
- "category": "Budgeting for Everyday Giving Fundraising",
562
- "tagCategory": "budgeting_for_everyday_giving_fundraising",
563
- "display": "Outreach Costs",
564
- "value": 2
565
- },
566
- {
567
- "category": "Budgeting for Everyday Giving Fundraising",
568
- "tagCategory": "budgeting_for_everyday_giving_fundraising",
569
- "display": "Technology",
570
- "value": 2
571
- },
572
- {
573
- "category": "Reasons for not calculating ROI of Everyday Giving Fundraising",
574
- "tagCategory": "reasons_for_not_calculating_roi_of_everyday_giving_fundraising",
575
- "display": "Lack of Data",
576
- "value": 1
577
- },
578
- {
579
- "category": "Importance of team/person allocated for EG Fundraising",
580
- "tagCategory": "importance_of_team_person_allocated_for_eg_fundraising",
581
- "display": "Dedicated Focus",
582
- "value": 2
583
- },
584
- {
585
- "category": "Importance of team/person allocated for EG Fundraising",
586
- "tagCategory": "importance_of_team_person_allocated_for_eg_fundraising",
587
- "display": "Consistency",
588
- "value": 2
589
- },
590
- {
591
- "category": "Importance of team/person allocated for EG Fundraising",
592
- "tagCategory": "importance_of_team_person_allocated_for_eg_fundraising",
593
- "display": "Efficiency",
594
- "value": 2
595
- },
596
- {
597
- "category": "Importance of team/person allocated for EG Fundraising",
598
- "tagCategory": "importance_of_team_person_allocated_for_eg_fundraising",
599
- "display": "Personalized Approach",
600
- "value": 2
601
- },
602
- {
603
- "category": "Profile of team/person allocated for EG Fundraising",
604
- "tagCategory": "profile_of_team_person_allocated_for_eg_fundraising",
605
- "display": "Communication Skills",
606
- "value": 2
607
- },
608
- {
609
- "category": "Profile of team/person allocated for EG Fundraising",
610
- "tagCategory": "profile_of_team_person_allocated_for_eg_fundraising",
611
- "display": "Relationship Management",
612
- "value": 2
613
- },
614
- {
615
- "category": "Reasons for Effectiveness of Strategies for Donor Retention",
616
- "tagCategory": "reasons_for_effectiveness_of_strategies_for_donor_retention",
617
- "display": "Storytelling",
618
- "value": 2
619
- },
620
- {
621
- "category": "Reasons for Effectiveness of Strategies for Donor Retention",
622
- "tagCategory": "reasons_for_effectiveness_of_strategies_for_donor_retention",
623
- "display": "Recognition and Rewards",
624
- "value": 3
625
- },
626
- {
627
- "category": "Reasons for Effectiveness of Strategies for Donor Retention",
628
- "tagCategory": "reasons_for_effectiveness_of_strategies_for_donor_retention",
629
- "display": "Personalized Communication",
630
- "value": 4
631
- },
632
- {
633
- "category": "Changes in EG strategies during Covid-19",
634
- "tagCategory": "changes_in_eg_strategies_during_covid_19",
635
- "display": "Digital Transformation",
636
- "value": 2
637
- },
638
- {
639
- "category": "Changes in EG strategies during Covid-19",
640
- "tagCategory": "changes_in_eg_strategies_during_covid_19",
641
- "display": "Enhanced Communication",
642
- "value": 1
643
- },
644
- {
645
- "category": "Changes in EG strategies during Covid-19",
646
- "tagCategory": "changes_in_eg_strategies_during_covid_19",
647
- "display": "Personalized Donor Recognition",
648
- "value": 2
649
- },
650
- {
651
- "category": "Best Practices in EG Fundraising",
652
- "tagCategory": "best_practices_in_eg_fundraising",
653
- "display": "Effective Communication Strategy",
654
- "value": 2
655
- },
656
- {
657
- "category": "Best Practices in EG Fundraising",
658
- "tagCategory": "best_practices_in_eg_fundraising",
659
- "display": "Dedicated Fundraising Team",
660
- "value": 1
661
- },
662
- {
663
- "category": "Best Practices in EG Fundraising",
664
- "tagCategory": "best_practices_in_eg_fundraising",
665
- "display": "Technology Integration",
666
- "value": 1
667
- },
668
- {
669
- "category": "Best Practices in EG Fundraising",
670
- "tagCategory": "best_practices_in_eg_fundraising",
671
- "display": "Donor Segmentation and Personalization",
672
- "value": 1
673
- },
674
- {
675
- "category": "Key obstacles in EG Fundraising",
676
- "tagCategory": "key_obstacles_in_eg_fundraising",
677
- "display": "Unclear Strategy",
678
- "value": 1
679
- },
680
- {
681
- "category": "Key obstacles in EG Fundraising",
682
- "tagCategory": "key_obstacles_in_eg_fundraising",
683
- "display": "Skills Gap",
684
- "value": 1
685
- },
686
- {
687
- "category": "Key obstacles in EG Fundraising",
688
- "tagCategory": "key_obstacles_in_eg_fundraising",
689
- "display": "Inexperience",
690
- "value": 1
691
- },
692
- {
693
- "category": "Reasons for Increase in Volunteer Numbers",
694
- "tagCategory": "reasons_for_increase_in_volunteer_numbers",
695
- "display": "Improved Outreach",
696
- "value": 1
697
- },
698
- {
699
- "category": "Reasons for Increase in Volunteer Numbers",
700
- "tagCategory": "reasons_for_increase_in_volunteer_numbers",
701
- "display": "Expansion of Programs/Services",
702
- "value": 1
703
- },
704
- {
705
- "category": "Reasons for Increase in Volunteer Numbers",
706
- "tagCategory": "reasons_for_increase_in_volunteer_numbers",
707
- "display": "Volunteer Satisfaction",
708
- "value": 1
709
- },
710
- {
711
- "category": "Reasons for Decrease in Volunteer Numbers",
712
- "tagCategory": "reasons_for_decrease_in_volunteer_numbers",
713
- "display": "Organizational Challenges",
714
- "value": 1
715
- },
716
- {
717
- "category": "Reasons for Decrease in Volunteer Numbers",
718
- "tagCategory": "reasons_for_decrease_in_volunteer_numbers",
719
- "display": "Economic/Time Constraints",
720
- "value": 1
721
- },
722
- {
723
- "category": "Key obstacles in Recruiting Volunteers",
724
- "tagCategory": "key_obstacles_in_recruiting_volunteers",
725
- "display": "Mismatch of Skills or Interests",
726
- "value": 1
727
- },
728
- {
729
- "category": "Key obstacles in Recruiting Volunteers",
730
- "tagCategory": "key_obstacles_in_recruiting_volunteers",
731
- "display": "Lack of Incentives",
732
- "value": 1
733
- },
734
- {
735
- "category": "Experiences with EG Fundraising for Not Engaged Group",
736
- "tagCategory": "experiences_with_eg_fundraising_for_not_engaged_group",
737
- "display": "Challenges in Donor Retention",
738
- "value": 2
739
- },
740
- {
741
- "category": "Experiences with EG Fundraising for Not Engaged Group",
742
- "tagCategory": "experiences_with_eg_fundraising_for_not_engaged_group",
743
- "display": "Limited Impact",
744
- "value": 3
745
- },
746
- {
747
- "category": "Experiences with EG Fundraising for Not Engaged Group",
748
- "tagCategory": "experiences_with_eg_fundraising_for_not_engaged_group",
749
- "display": "Resource Constraints",
750
- "value": 1
751
- },
752
- {
753
- "category": "Challenges with initiating EG Fundraising for Not Engaged Group",
754
- "tagCategory": "challenges_with_initiating_eg_fundraising_for_not_engaged_group",
755
- "display": "Donor Retention Issues",
756
- "value": 3
757
- },
758
- {
759
- "category": "Challenges with initiating EG Fundraising for Not Engaged Group",
760
- "tagCategory": "challenges_with_initiating_eg_fundraising_for_not_engaged_group",
761
- "display": "Inadequate Infrastructure",
762
- "value": 3
763
- },
764
- {
765
- "category": "Challenges with initiating EG Fundraising for Not Engaged Group",
766
- "tagCategory": "challenges_with_initiating_eg_fundraising_for_not_engaged_group",
767
- "display": "Lack of Resources",
768
- "value": 1
769
- },
770
- {
771
- "category": "Motivational drivers of everyday givers and volunteers",
772
- "tagCategory": "motivational_drivers_of_everyday_givers_and_volunteers",
773
- "display": "Sense of community or local impact",
774
- "value": 2
775
- },
776
- {
777
- "category": "Motivational drivers of everyday givers and volunteers",
778
- "tagCategory": "motivational_drivers_of_everyday_givers_and_volunteers",
779
- "display": "Emotional or cause-based connection",
780
- "value": 2
781
- },
782
- {
783
- "category": "Motivational drivers of everyday givers and volunteers",
784
- "tagCategory": "motivational_drivers_of_everyday_givers_and_volunteers",
785
- "display": "Social recognition and peer influence",
786
- "value": 2
787
- },
788
- {
789
- "category": "Motivational drivers of everyday givers and volunteers",
790
- "tagCategory": "motivational_drivers_of_everyday_givers_and_volunteers",
791
- "display": "Convenience and low-barrier engagement opportunities",
792
- "value": 1
793
- },
794
- {
795
- "category": "Role of technology in EG",
796
- "tagCategory": "role_of_technology_in_eg",
797
- "display": "Use of digital fundraising platforms (e.g., GiveIndia, Ketto)",
798
- "value": 1
799
- },
800
- {
801
- "category": "Role of technology in EG",
802
- "tagCategory": "role_of_technology_in_eg",
803
- "display": "Crowdfunding and micro-donations via UPI/QR codes",
804
- "value": 2
805
- },
806
- {
807
- "category": "Role of technology in EG",
808
- "tagCategory": "role_of_technology_in_eg",
809
- "display": "Volunteer mobilization through WhatsApp, Telegram, and social media",
810
- "value": 1
811
- },
812
- {
813
- "category": "Role of technology in EG",
814
- "tagCategory": "role_of_technology_in_eg",
815
- "display": "Automation and CRM for donor and volunteer engagement",
816
- "value": 2
817
- },
818
- {
819
- "category": "Role of technology in EG",
820
- "tagCategory": "role_of_technology_in_eg",
821
- "display": "Data tracking and feedback loops through apps or dashboards",
822
- "value": 1
823
- },
824
- {
825
- "category": "Complementarity between fundraising and volunteering",
826
- "tagCategory": "complementarity_between_fundraising_and_volunteering",
827
- "display": "Creating multiple touchpoints for involvement",
828
- "value": 1
829
- },
830
- {
831
- "category": "Complementarity between fundraising and volunteering",
832
- "tagCategory": "complementarity_between_fundraising_and_volunteering",
833
- "display": "Building long-term relationships through hybrid pathways",
834
- "value": 1
835
- },
836
- {
837
- "category": "Complementarity between fundraising and volunteering",
838
- "tagCategory": "complementarity_between_fundraising_and_volunteering",
839
- "display": "Volunteers becoming donors (cross-engagement)",
840
- "value": 1
841
- },
842
- {
843
- "category": "Complementarity between fundraising and volunteering",
844
- "tagCategory": "complementarity_between_fundraising_and_volunteering",
845
- "display": "Volunteers as fundraising ambassadors",
846
- "value": 2
847
- },
848
- {
849
- "category": "Strategies for volunteer recruitment and retention",
850
- "tagCategory": "strategies_for_volunteer_recruitment_and_retention",
851
- "display": "Community-led outreach and local champions",
852
- "value": 1
853
- },
854
- {
855
- "category": "Strategies for volunteer recruitment and retention",
856
- "tagCategory": "strategies_for_volunteer_recruitment_and_retention",
857
- "display": "Clear role definition and structured onboarding",
858
- "value": 1
859
- },
860
- {
861
- "category": "Strategies for volunteer recruitment and retention",
862
- "tagCategory": "strategies_for_volunteer_recruitment_and_retention",
863
- "display": "Storytelling and sharing impact of their work",
864
- "value": 1
865
- },
866
- {
867
- "category": "Strategies for volunteer recruitment and retention",
868
- "tagCategory": "strategies_for_volunteer_recruitment_and_retention",
869
- "display": "Continuous engagement, recognition, and skill-building",
870
- "value": 1
871
- },
872
- {
873
- "category": "Strategies for different donor levels",
874
- "tagCategory": "strategies_for_different_donor_levels",
875
- "display": "First-Time Donors: easy-to-use donation platforms, feedback",
876
- "value": 1
877
- },
878
- {
879
- "category": "Strategies for different donor levels",
880
- "tagCategory": "strategies_for_different_donor_levels",
881
- "display": "Prospective Donors: awareness campaigns, emotional storytelling",
882
- "value": 2
883
- },
884
- {
885
- "category": "Strategies for different donor levels",
886
- "tagCategory": "strategies_for_different_donor_levels",
887
- "display": "Recurring Donors: subscription-based models, personalized updates",
888
- "value": 1
889
- },
890
- {
891
- "category": "Strategies for different donor levels",
892
- "tagCategory": "strategies_for_different_donor_levels",
893
- "display": "Mid-Level Donors: targeted communication, loyalty programs",
894
- "value": 1
895
- },
896
- {
897
- "category": "Strategies for different donor levels",
898
- "tagCategory": "strategies_for_different_donor_levels",
899
- "display": "Major Donors: relationship management, co-creation opportunities",
900
- "value": 1
901
- },
902
- {
903
- "category": "Role of CSR and corporate partnerships",
904
- "tagCategory": "role_of_csr_and_corporate_partnerships",
905
- "display": "Payroll giving and matched funding",
906
- "value": 1
907
- },
908
- {
909
- "category": "Role of CSR and corporate partnerships",
910
- "tagCategory": "role_of_csr_and_corporate_partnerships",
911
- "display": "Capacity-building or in-kind donations from corporate partners",
912
- "value": 1
913
- },
914
- {
915
- "category": "Role of CSR and corporate partnerships",
916
- "tagCategory": "role_of_csr_and_corporate_partnerships",
917
- "display": "Employee giving and volunteering programs",
918
- "value": 2
919
- },
920
- {
921
- "category": "Role of CSR and corporate partnerships",
922
- "tagCategory": "role_of_csr_and_corporate_partnerships",
923
- "display": "Leveraging corporate networks for fundraising visibility",
924
- "value": 2
925
- },
926
- {
927
- "category": "Role of institutional funders in EG ecosystem",
928
- "tagCategory": "role_of_institutional_funders_in_eg_ecosystem",
929
- "display": "Investing in EG infrastructure (CRMs, tech, staff)",
930
- "value": 2
931
- },
932
- {
933
- "category": "Role of institutional funders in EG ecosystem",
934
- "tagCategory": "role_of_institutional_funders_in_eg_ecosystem",
935
- "display": "Capacity-building for storytelling, digital campaigns",
936
- "value": 1
937
- },
938
- {
939
- "category": "Role of institutional funders in EG ecosystem",
940
- "tagCategory": "role_of_institutional_funders_in_eg_ecosystem",
941
- "display": "Fostering collaborations between NPOs on EG models",
942
- "value": 1
943
- },
944
- {
945
- "category": "Role of institutional funders in EG ecosystem",
946
- "tagCategory": "role_of_institutional_funders_in_eg_ecosystem",
947
- "display": "Supporting pilot initiatives and sharing learnings",
948
- "value": 1
949
- },
950
- {
951
- "category": "Successful case examples",
952
- "tagCategory": "successful_case_examples",
953
- "display": "NPOs scaling through peer networks",
954
- "value": 1
955
- },
956
- {
957
- "category": "Successful case examples",
958
- "tagCategory": "successful_case_examples",
959
- "display": "Use of digital tools for outreach and donor cultivation",
960
- "value": 2
961
- },
962
- {
963
- "category": "Successful case examples",
964
- "tagCategory": "successful_case_examples",
965
- "display": "Long-term volunteer programs with high retention",
966
- "value": 1
967
- },
968
- {
969
- "category": "Successful case examples",
970
- "tagCategory": "successful_case_examples",
971
- "display": "Hybrid models combining volunteering and donation",
972
- "value": 1
973
- },
974
- {
975
- "category": "Key indicators for EG and volunteer engagement",
976
- "tagCategory": "key_indicators_for_eg_and_volunteer_engagement",
977
- "display": "Satisfaction and feedback from givers/volunteers",
978
- "value": 1
979
- },
980
- {
981
- "category": "Key indicators for EG and volunteer engagement",
982
- "tagCategory": "key_indicators_for_eg_and_volunteer_engagement",
983
- "display": "Number and diversity of donors and volunteers",
984
- "value": 2
985
- },
986
- {
987
- "category": "Key indicators for EG and volunteer engagement",
988
- "tagCategory": "key_indicators_for_eg_and_volunteer_engagement",
989
- "display": "Retention and repeat engagement rates",
990
- "value": 1
991
- },
992
- {
993
- "category": "Key indicators for EG and volunteer engagement",
994
- "tagCategory": "key_indicators_for_eg_and_volunteer_engagement",
995
- "display": "Average donation size and volunteer hours",
996
- "value": 1
997
- },
998
- {
999
- "category": "Key indicators for EG and volunteer engagement",
1000
- "tagCategory": "key_indicators_for_eg_and_volunteer_engagement",
1001
- "display": "Conversion rates (volunteers to donors, and vice versa)",
1002
- "value": 2
1003
- },
1004
- {
1005
- "category": "Key indicators for EG and volunteer engagement",
1006
- "tagCategory": "key_indicators_for_eg_and_volunteer_engagement",
1007
- "display": "Engagement via digital platforms and events",
1008
- "value": 1
1009
- },
1010
- {
1011
- "category": "Constraints faced by NPOs",
1012
- "tagCategory": "constraints_faced_by_npos",
1013
- "display": "Difficulty in sustaining engagement over time",
1014
- "value": 1
1015
- },
1016
- {
1017
- "category": "Constraints faced by NPOs",
1018
- "tagCategory": "constraints_faced_by_npos",
1019
- "display": "Inconsistent volunteer availability or quality",
1020
- "value": 1
1021
- },
1022
- {
1023
- "category": "Constraints faced by NPOs",
1024
- "tagCategory": "constraints_faced_by_npos",
1025
- "display": "Lack of digital tools and infrastructure",
1026
- "value": 2
1027
- },
1028
- {
1029
- "category": "Constraints faced by NPOs",
1030
- "tagCategory": "constraints_faced_by_npos",
1031
- "display": "Fundraising competition and donor fatigue",
1032
- "value": 1
1033
- },
1034
- {
1035
- "category": "Ethical considerations",
1036
- "tagCategory": "ethical_considerations",
1037
- "display": "Transparency in how donations are used",
1038
- "value": 1
1039
- },
1040
- {
1041
- "category": "Ethical considerations",
1042
- "tagCategory": "ethical_considerations",
1043
- "display": "Avoiding exploitation or over-reliance on unpaid labor",
1044
- "value": 2
1045
- },
1046
- {
1047
- "category": "Ethical considerations",
1048
- "tagCategory": "ethical_considerations",
1049
- "display": "Safeguarding and privacy in digital campaigns",
1050
- "value": 1
1051
- },
1052
- {
1053
- "category": "Ethical considerations",
1054
- "tagCategory": "ethical_considerations",
1055
- "display": "Informed consent and respectful treatment of volunteers",
1056
- "value": 1
1057
- },
1058
- {
1059
- "category": "Addressing donor/volunteer fatigue",
1060
- "tagCategory": "addressing_donor_volunteer_fatigue",
1061
- "display": "Periodic rest phases and rotation",
1062
- "value": 2
1063
- },
1064
- {
1065
- "category": "Addressing donor/volunteer fatigue",
1066
- "tagCategory": "addressing_donor_volunteer_fatigue",
1067
- "display": "Acknowledgment and recognition strategies",
1068
- "value": 2
1069
- },
1070
- {
1071
- "category": "Addressing donor/volunteer fatigue",
1072
- "tagCategory": "addressing_donor_volunteer_fatigue",
1073
- "display": "Offering flexibility in engagement",
1074
- "value": 1
1075
- },
1076
- {
1077
- "category": "Success factors in effective EG engagement",
1078
- "tagCategory": "success_factors_in_effective_eg_engagement",
1079
- "display": "Authentic stories from the field",
1080
- "value": 1
1081
- },
1082
- {
1083
- "category": "Success factors in effective EG engagement",
1084
- "tagCategory": "success_factors_in_effective_eg_engagement",
1085
- "display": "Strong leadership and internal alignment",
1086
- "value": 1
1087
- },
1088
- {
1089
- "category": "Success factors in effective EG engagement",
1090
- "tagCategory": "success_factors_in_effective_eg_engagement",
1091
- "display": "Consistent communication and follow-up",
1092
- "value": 1
1093
- },
1094
- {
1095
- "category": "Success factors in effective EG engagement",
1096
- "tagCategory": "success_factors_in_effective_eg_engagement",
1097
- "display": "Community ownership and local champions",
1098
- "value": 1
1099
- },
1100
- {
1101
- "category": "Innovations and emerging trends",
1102
- "tagCategory": "innovations_and_emerging_trends",
1103
- "display": "Social Stock Exchange (SSE) and regulated retail giving",
1104
- "value": 1
1105
- },
1106
- {
1107
- "category": "Innovations and emerging trends",
1108
- "tagCategory": "innovations_and_emerging_trends",
1109
- "display": "Gamified donation models and reward systems",
1110
- "value": 1
1111
- },
1112
- {
1113
- "category": "Innovations and emerging trends",
1114
- "tagCategory": "innovations_and_emerging_trends",
1115
- "display": "Hyperlocal giving platforms",
1116
- "value": 1
1117
- },
1118
- {
1119
- "category": "Innovations and emerging trends",
1120
- "tagCategory": "innovations_and_emerging_trends",
1121
- "display": "Youth and Gen-Z focused volunteer platforms",
1122
- "value": 1
1123
- },
1124
- {
1125
- "category": "Expert recommendations for improvement",
1126
- "tagCategory": "expert_recommendations_for_improvement",
1127
- "display": "Invest in digital literacy and outreach tools",
1128
- "value": 1
1129
- },
1130
- {
1131
- "category": "Expert recommendations for improvement",
1132
- "tagCategory": "expert_recommendations_for_improvement",
1133
- "display": "Collaborate across NPOs for ecosystem-level visibility",
1134
- "value": 1
1135
- },
1136
- {
1137
- "category": "Trends in how NPOs engage everyday givers",
1138
- "tagCategory": "trends_in_how_npos_engage_everyday_givers",
1139
- "display": "Shift from event-based to digital giving",
1140
- "value": 1
1141
- },
1142
- {
1143
- "category": "Trends in how NPOs engage everyday givers",
1144
- "tagCategory": "trends_in_how_npos_engage_everyday_givers",
1145
- "display": "Rise of peer-to-peer and influencer-led campaigns",
1146
- "value": 2
1147
- },
1148
- {
1149
- "category": "Trends in how NPOs engage everyday givers",
1150
- "tagCategory": "trends_in_how_npos_engage_everyday_givers",
1151
- "display": "Increased donor segmentation and personalization",
1152
- "value": 2
1153
- },
1154
- {
1155
- "category": "Trends in how NPOs engage everyday givers",
1156
- "tagCategory": "trends_in_how_npos_engage_everyday_givers",
1157
- "display": "Integration of volunteering as a giving pathway",
1158
- "value": 2
1159
- },
1160
- {
1161
- "category": "When EG may not be viable",
1162
- "tagCategory": "when_eg_may_not_be_viable",
1163
- "display": "Specialized technical programs requiring expert staff",
1164
- "value": 2
1165
- },
1166
- {
1167
- "category": "When EG may not be viable",
1168
- "tagCategory": "when_eg_may_not_be_viable",
1169
- "display": "Remote areas where community engagement is difficult",
1170
- "value": 1
1171
- },
1172
- {
1173
- "category": "When EG may not be viable",
1174
- "tagCategory": "when_eg_may_not_be_viable",
1175
- "display": "Advocacy-focused work with low public appeal",
1176
- "value": 1
1177
- },
1178
- {
1179
- "category": "When EG may not be viable",
1180
- "tagCategory": "when_eg_may_not_be_viable",
1181
- "display": "Organizations without a public-facing brand presence",
1182
- "value": 1
1183
- }
1184
- ],
1185
- "valuePath": "value",
1186
- "labelPath": "display",
1187
- "groupBy": "category",
1188
- "totalDataCount": 209, debug: args.debug })));
1189
- };
1190
- exports._BarGraphCollection_ = _BarGraphCollection_;