File tree Expand file tree Collapse file tree
src/components/TotalOrgSummary/VolunteerStatus Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6464 "html-to-pdfmake" : " ^2.0.6" ,
6565 "html2canvas" : " ^1.4.1" ,
6666 "jest" : " ^30.2.0" ,
67- "joi" : " ^18.1.2 " ,
67+ "joi" : " ^18.2.1 " ,
6868 "joi-browser" : " ^13.4.0" ,
6969 "jquery" : " ^3.7.1" ,
7070 "jspdf" : " ^4.2.1" ,
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ function MentorStatusPieChart({
3030 display : false ,
3131 } ,
3232 tooltip : {
33- enabled : false ,
33+ enabled : true ,
3434 } ,
3535 externalLabelGuides : {
3636 offset : 20 ,
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ function VolunteerStatusPieChart({
3333 display : false ,
3434 } ,
3535 tooltip : {
36- enabled : false ,
36+ enabled : true ,
3737 } ,
3838 externalLabelGuides : {
3939 offset : 20 ,
@@ -78,6 +78,7 @@ function VolunteerStatusPieChart({
7878 ) }
7979 </ div >
8080 </ div >
81+
8182 < div className = { styles . volunteerStatusLabels } >
8283 { volunteerData . map ( ( item , index ) => (
8384 < div key = { item . label } className = { styles . volunteerStatusLabel } >
Original file line number Diff line number Diff line change @@ -9450,10 +9450,10 @@ joi-browser@^13.4.0:
94509450 resolved "https://registry.npmjs.org/joi-browser/-/joi-browser-13.4.0.tgz"
94519451 integrity sha512-TfzJd2JaJ/lg/gU+q5j9rLAjnfUNF9DUmXTP9w+GfmG79LjFOXFeM7hIFuXCBcZCivUDFwd9l1btTV9rhHumtQ==
94529452
9453- joi@^18.1.2 :
9454- version "18.1.2 "
9455- resolved "https://registry.npmjs.org /joi/-/joi-18.1.2. tgz"
9456- integrity sha512-rF5MAmps5esSlhCA+N1b6IYHDw9j/btzGaqfgie522jS02Ju/HXBxamlXVlKEHAxoMKQL77HWI8jlqWsFuekZA ==
9453+ joi@^18.2.1 :
9454+ version "18.2.1 "
9455+ resolved "https://registry.yarnpkg.com /joi/-/joi-18.2.1. tgz#a022e39496e25b010a6d4649975c160a4315bd79 "
9456+ integrity sha512-2/OKlogiESf2Nh3TFCrRjrr9z1DRHeW0I+KReF67+4J0Ns+8hBtHRmoWAZ2OFU6I5+TWLEe6sVlSdXPjHm5UbQ ==
94579457 dependencies:
94589458 "@hapi/address" "^5.1.1"
94599459 "@hapi/formula" "^3.0.2"
You can’t perform that action at this time.
0 commit comments