Create components and lib folder

This commit is contained in:
Julia Friesel
2018-06-28 10:58:56 +02:00
parent 35f39291b8
commit 46040f1a77
12 changed files with 25 additions and 25 deletions
+16
View File
@@ -0,0 +1,16 @@
const config = {
chartHeight: 350,
columnWidth: 30,
temperatureScale: {
low: 33,
high: 40
},
xAxisRangeInDays: 40
}
const margin = 3
config.columnMiddle = config.columnWidth / 2,
config.dateRowY = config.chartHeight - 15 - margin
config.cycleDayNumberRowY = config.chartHeight - margin
export default config