align pie tooltip

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

View File

@@ -21,3 +21,9 @@
fill: teal;
font-weight: bold;
}
#category-diagram {
display: flex;
justify-content: center;
align-items: center;
}