const config = {
columnWidth: 25,
columnHeightPercentage: 0.62,
xAxisHeightPercentage: 0.08,
symptomRowHeightPercentage: 0.30,
temperatureScale: {
defaultLow: 35, defaultHigh: 38,
min: 34, max: 40,
units: 0.1, verticalPadding: 0.03
}
config.columnMiddle = config.columnWidth / 2
export default config