Files
Ontime/backendpanel/asset/scss/components/plugin-overrides/_flot-chart.scss
T
2026-03-03 16:30:57 +07:00

22 lines
319 B
SCSS

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