You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DaveSkender
changed the title
chart: use window size to determine number of candles to show (see notes)
chart: use window size to determine number of candles to show
Oct 12, 2023
barsShown = self.innerWidth/5;
)Refs:
https://developer.mozilla.org/en-US/docs/Web/API/Window/innerWidth
https://stackoverflow.com/questions/45350716/detecting-real-time-window-size-changes-in-angular-4
https://copyprogramming.com/howto/how-to-get-height-and-width-of-device-display-in-angular2-using-typescript
The text was updated successfully, but these errors were encountered: