enable chart canvas responsiveness

This commit is contained in:
Jesse Lucas
2020-03-29 16:51:12 -04:00
parent d67c9b66d3
commit 86141c1eef
5 changed files with 15 additions and 13 deletions
@@ -1,6 +1,8 @@
.chart-container {
position: relative;
}
width: 100%;
height: 100%;
}
.center {
position: absolute;
@@ -8,5 +10,5 @@
top: 40%;
width: 100%;
text-align: center;
font-size: 18px;
font-size:1.8rem;
}