12 lines
105 B
CSS
12 lines
105 B
CSS
|
|
||
|
.flot-chart {
|
||
|
display: block;
|
||
|
height: 400px;
|
||
|
}
|
||
|
|
||
|
.flot-chart-content {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|