mirror of
https://code.castopod.org/adaures/castopod
synced 2025-05-12 01:05:47 +00:00
16 lines
230 B
CSS
16 lines
230 B
CSS
.chart-map {
|
|
height: 800px;
|
|
border: solid 10px #eee;
|
|
}
|
|
.chart-pie {
|
|
height: 400px;
|
|
width: 100%;
|
|
border: solid 1px #eee;
|
|
}
|
|
.chart-xy {
|
|
height: 500px;
|
|
width: 100%;
|
|
border: solid 1px #eee;
|
|
border: solid 3px #eee;
|
|
}
|