Memoize x axis, add solar, dust, sleep charts

This commit is contained in:
2022-02-13 08:27:21 +00:00
parent 757ce37dbc
commit fcb860af29
4 changed files with 266 additions and 49 deletions

View File

@@ -6,10 +6,16 @@ body {
margin: 0;
}
.container {
max-width: 40em;
margin: 0 auto 3rem auto;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-bottom: 3rem;
}
.chart {
width: 100%;
max-width: 38em;
}
h2 {