Skip to content

Commit

Permalink
Add time zone to LinegraphWidget
Browse files Browse the repository at this point in the history
  • Loading branch information
jmthomas committed Oct 22, 2024
1 parent 6c85e08 commit c13a8c0
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 c13a8c0

Please sign in to comment.