Skip to content

Commit 2bd34a0

Browse files
committed
whitespace at eoL ...
1 parent 21d6cea commit 2bd34a0

File tree

1 file changed

+6
-8
lines changed
  • aquaPi/static/spa/components/dashboard

1 file changed

+6
-8
lines changed

aquaPi/static/spa/components/dashboard/comps.js

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -406,13 +406,13 @@ const HistoryChart = {
406406
>
407407
<aquapi-loading-indicator></aquapi-loading-indicator>
408408
</div>
409-
409+
410410
<div
411411
v-else
412-
412+
413413
>
414414
<div class="d-flex justify-end px-0 py-2">
415-
<v-menu
415+
<v-menu
416416
offset-y
417417
open-on-hover
418418
>
@@ -443,7 +443,7 @@ const HistoryChart = {
443443
</v-list-item>
444444
</v-list>
445445
</v-menu>
446-
446+
447447
<v-btn
448448
v-if="renderType != 'modal'"
449449
depressed
@@ -457,7 +457,7 @@ const HistoryChart = {
457457
<v-icon class="text-button">mdi-arrow-expand-all</v-icon>
458458
</v-btn>
459459
</div>
460-
460+
461461
<div class="chart-container" style="position: relative; width:100%;">
462462
<canvas :id="canvasId"></canvas>
463463
</div>
@@ -643,14 +643,12 @@ const HistoryChart = {
643643
}
644644

645645
if (node.data_range === 'ANALOG' && node.unit != '%') {
646-
//this.cd.data.datasets[dsIdx].label = node.name
647646
this.cd.data.datasets[dsIdx].stepped = false
648647
this.cd.data.datasets[dsIdx].yAxisID = 'yAnalog'
649648
}
650649
if (node.data_range === 'BINARY') {
651-
// TODO: check this:
652650
this.cd.data.datasets[dsIdx].stepped = true
653-
this.cd.data.datasets[dsIdx].label = '⏻ ' + node.name
651+
this.cd.data.datasets[dsIdx].label = '⏻ ' + node.name
654652
}
655653
}
656654
dsIdx++;

0 commit comments

Comments
 (0)