Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
adjusted max value for oil pressure
  • Loading branch information
ema14006 committed Apr 8, 2019
1 parent 7b6b4ea commit b97a27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/statistics/statistics.component.html
Expand Up @@ -129,7 +129,7 @@
<div class="col-md-3 p-4">
<!--<radial-gauge width="200" units="°C" title="Fuel Temperature" height="200" [value]="fuelTemp"></radial-gauge> -->
<div (click)= "goToGraphSpec('oil.pressure')">
<linear-gauge width="150" title = "Oil Pressure" major-ticks = "0,50,100,150,200" max-value = "120" height="350" [value] = "oilPressure">
<linear-gauge width="150" title = "Oil Pressure" major-ticks = "0,50,100,150,200" max-value = "200" height="350" [value] = "oilPressure">
</linear-gauge>
</div>
<div *ngIf="oilPressure; else loggedOut">
Expand Down

0 comments on commit b97a27a

Please sign in to comment.