add three charts

This commit is contained in:
prisar
2023-07-05 07:12:43 +05:30
parent 5950bd9584
commit ba5ef28a2f
10 changed files with 2791 additions and 80 deletions

View File

@@ -1,3 +1,7 @@
body {
/* background-color: #282c34;
color: aliceblue; */
}
.App {
text-align: center;
}
@@ -32,7 +36,35 @@
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
/* remove scroll bar */
::-webkit-scrollbar {
display: none;
}
.title {
font-weight: 900;
}
.card {
/* height: 300px;
width: 400px; */
border: 1px solid;
padding: 10px;
/* box-shadow: 5px 10px 8px 10px #888888; */
/* justify-content: center;
display: flex;
align-items: center; */
}
div.chart{ font-family:sans-serif; font-size:0.7em;
}
div.bar {
background-color:DarkRed; color:white;
height:3em; line-height:3em; padding-right:1em; margin-bottom:2px; text-align:right;
}