Make columnsize a bit smaller and style y axis

This commit is contained in:
Julia Friesel
2018-08-14 13:20:10 +02:00
parent 92ac6525ed
commit 8df3e74127
4 changed files with 12 additions and 10 deletions
+3 -2
View File
@@ -1,9 +1,10 @@
const config = {
chartHeight: 350,
columnWidth: 30,
columnWidth: 25,
temperatureScale: {
low: 35,
high: 38
high: 38,
units: 0.1
}
}