Skip to content

Commit

Permalink
Make pie charts smaller (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
v6ak committed Oct 15, 2023
1 parent cd3a742 commit a27b268
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/app/assets/main.scss
Expand Up @@ -3,13 +3,14 @@

.plot-bar, .plot-line, .plot-bubble {
--bs-aspect-ratio: 50%;
max-width: 80em;
}
.plot-pie {
--bs-aspect-ratio: 100%;
max-width: 40em;
}
.plot {
max-height: 100vh;
max-width: 80em;
margin: auto;
}

Expand Down

0 comments on commit a27b268

Please sign in to comment.