Skip to content

Commit

Permalink
Update view.component.html
Browse files Browse the repository at this point in the history
issue-:52North#30
  • Loading branch information
xonx4l authored Dec 1, 2023
1 parent d3048fa commit 3b0e386
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common/trajectories/view/view.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ <h4 class="modal-title">{{'trajectories.view.change-color-header' | translate}}<
tooltip="{{'trajectories.view.graph-ticks-tooltip' | translate}}" (onToggled)="onAxisTypeChanged($event)">
</n52-string-toggler>
</div>
<button type="button" class="btn btn-light" (click)="zoomOut()">Zoom Out
</button>
<hr>
<div class="chart-control">
<n52-bool-toggler [value]="graphOptions.dotted" icon="line-chart"
Expand Down

0 comments on commit 3b0e386

Please sign in to comment.