laravelEcomm/public/Dashboard/scss/common/light/components/plugin-overrides/_flot-chart.scss

22 lines
297 B
SCSS
Raw Normal View History

2024-07-12 07:06:02 +00:00
/* 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;
}