comparison client/src/components/Statistics.vue @ 3174:aeb9d6fc640a

statistics: sprinkled more fairy dust on to bottleneck selection
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 06 May 2019 17:39:55 +0200
parents 1287b031424c
children 296392d4539c
comparison
equal deleted inserted replaced
3173:1287b031424c 3174:aeb9d6fc640a
139 return this.$gettext("Select section"); 139 return this.$gettext("Select section");
140 } 140 }
141 }, 141 },
142 watch: { 142 watch: {
143 selectedBottleneck() { 143 selectedBottleneck() {
144 this.type = this.$options.BOTTLENECKS;
144 this.setSelectedBottleneck(); 145 this.setSelectedBottleneck();
145 }, 146 },
146 type() { 147 type() {
147 if (this.selectedBottleneck) { 148 if (this.selectedBottleneck) {
148 this.setSelectedBottleneck(); 149 this.setSelectedBottleneck();