Introduce symptom row (WIP)

This commit is contained in:
Julia Friesel
2018-08-24 10:30:40 +02:00
parent 2471b92eaf
commit c54581d644
4 changed files with 64 additions and 50 deletions
+4 -2
View File
@@ -1,13 +1,15 @@
const config = {
columnWidth: 25,
columnHeightPercentage: 0.92,
columnHeightPercentage: 0.84,
xAxisHeightPercentage: 0.08,
symptomRowHeightPercentage: 0.08,
temperatureScale: {
defaultLow: 35,
defaultHigh: 38,
min: 34,
max: 40,
units: 0.1
units: 0.1,
verticalPadding: 0.03
}
}