Chart fixes

This commit is contained in:
2022-10-25 15:59:20 +02:00
parent 64d0b364ba
commit 6472820666
5 changed files with 48 additions and 44 deletions

View File

@@ -122,6 +122,6 @@ onMount(() => {
.chart-container {
position: relative;
width: 100%;
height: 250px;
height: 300px;
}
</style>