integarting admin dashboard

This commit is contained in:
UronShrestha
2024-07-12 12:51:02 +05:45
parent 2510de390a
commit 1550ab5d30
1758 changed files with 313760 additions and 10 deletions

View File

@ -0,0 +1,21 @@
/* Flot chart */
.flot-chart-container {
box-sizing: border-box;
width: 100%;
height: 100%;
min-height: 300px;
max-height: 100%;
}
.flot-chart {
width: 100%;
position: relative;
canvas {
position:absolute;
top: 0;
bottom: 0;
}
max-width: none;
height: 400px;
}