Minor adjustments

This commit is contained in:
Douglas Barone 2022-06-15 19:37:44 +00:00
parent 04032e944c
commit 3e9005f542
2 changed files with 3 additions and 3 deletions

View File

@ -95,8 +95,8 @@ export default {
computed: { computed: {
chartData() { chartData() {
const pointRadius = 0 const pointRadius = 0
const borderWidth = 3 const borderWidth = 1
const tension = 0.1 const tension = 0.2
return { return {
labels: this.stats.map(stat => new Date(stat.timestamp).getTime()), labels: this.stats.map(stat => new Date(stat.timestamp).getTime()),

View File

@ -8,7 +8,7 @@
<v-card v-else :loading="!accessPoint"> <v-card v-else :loading="!accessPoint">
<v-card-title class="font-weight-regular"> <v-card-title class="font-weight-regular">
<v-btn class="ml-1" icon @click="() => $router.back()"> <v-btn class="ml-1" left icon @click="() => $router.back()">
<v-icon>mdi-arrow-left</v-icon> <v-icon>mdi-arrow-left</v-icon>
</v-btn> </v-btn>
<div> <div>