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