Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
possibly fixed isRecent
  • Loading branch information
ema14006 committed Apr 15, 2019
1 parent 10aa0bb commit 800a3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/statistics/statistics.component.html
Expand Up @@ -199,7 +199,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="row mt-3 text-center" *ngIf = "isRecent"> <div class="row mt-3 text-center">
<div class="col-md-3 p-4"> <div class="col-md-3 p-4">
<div (click)= "goToGraphSpec('coolant.temp')"> <div (click)= "goToGraphSpec('coolant.temp')">
<linear-gauge width="150" title = "Coolant Temperature" major-ticks = "0,30,60,90,120" units = "°F" max-value = "120" height="350" highlights = '[{"from": 0, "to": 0, "color": black}]' [value] = "coolantTemp"> <linear-gauge width="150" title = "Coolant Temperature" major-ticks = "0,30,60,90,120" units = "°F" max-value = "120" height="350" highlights = '[{"from": 0, "to": 0, "color": black}]' [value] = "coolantTemp">
Expand Down

0 comments on commit 800a3d6

Please sign in to comment.