Style donut chart and add total count

This commit is contained in:
Jesse Lucas
2020-03-29 16:51:12 -04:00
parent 485a234263
commit 6158b20a8c
5 changed files with 27 additions and 3 deletions
@@ -0,0 +1,12 @@
.chart-container {
position: relative;
}
.center {
position: absolute;
left: 0;
top: 40%;
width: 100%;
text-align: center;
font-size: 18px;
}