1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-11 18:32:50 +00:00

more work on charts

This commit is contained in:
2016-09-15 20:36:43 +00:00
parent e03b3eae25
commit 922e3c9cef
7 changed files with 128 additions and 82 deletions

View File

@@ -0,0 +1,15 @@
.SensorInfo{
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
.selector-row{
display: flex;
justify-content: center;
}
.recharts-wrapper{
flex: 1;
}
}