Introduce symptom row (WIP)
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user