14 lines
207 B
SCSS
14 lines
207 B
SCSS
.chart-container {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.center {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 40%;
|
|
width: 100%;
|
|
text-align: center;
|
|
font-size:1.8rem;
|
|
} |