6 lines
61 B
CSS
6 lines
61 B
CSS
|
|
.chart {
|
||
|
|
width: 100%;
|
||
|
|
height: 300px;
|
||
|
|
display: block;
|
||
|
|
}
|