Skip to content

Commit

Permalink
Merge pull request #1656 from OpenC3/line_widget_timezone
Browse files Browse the repository at this point in the history
Add time zone to LinegraphWidget
  • Loading branch information
ryanmelt authored Oct 24, 2024
2 parents 0f54b9c + c13a8c0 commit f0cd262
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
:height="size.height"
:width="size.width"
:style="computedStyle"
:time-zone="this.screen.timeZone"
@pause="() => (state = 'pause')"
@start="() => (state = 'start')"
hide-system-bar
Expand Down

0 comments on commit f0cd262

Please sign in to comment.