Jared Norris 8 år sedan
förälder
incheckning
5419ca4653
1 ändrade filer med 4 tillägg och 1 borttagningar
  1. 4
    1
      VueApp/src/components/ElevationGraph.vue

+ 4
- 1
VueApp/src/components/ElevationGraph.vue Visa fil

@@ -31,8 +31,11 @@
31 31
             title: 'Feet'
32 32
           },
33 33
           legend: 'none',
34
+          bar: {
35
+            groupWidth: '100%'
36
+          },
34 37
           chartArea: {
35
-            backgroundColor: '#D0CFCF'
38
+            top: 20
36 39
           }
37 40
         }
38 41
       }