Style donut chart and add total count
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
.chart-container {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.center {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 40%;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
font-size: 18px;
|
||||
}
|
||||
Reference in New Issue
Block a user