align pie tooltip

This commit is contained in:
prisar
2023-07-27 10:29:40 +05:30
parent 5c47b3e05e
commit ed92b09f05

View File

@@ -20,4 +20,10 @@
.title {
fill: teal;
font-weight: bold;
}
#category-diagram {
display: flex;
justify-content: center;
align-items: center;
}