openclimatefix / quartz-frontend

Front End repo for the Nowcasting project.
https://openclimatefix.org/projects/nowcasting/
MIT License
100 stars 17 forks source link

Move the default centre bar placement. #431

Closed dantravers closed 1 week ago

dantravers commented 8 months ago

Currently it looks like this

Image

But there is a lot of days to show on the left (especially as since the UI was created, we have added an additional day of history, and an additional day of forecast!). There is a lot of space on the right.

Suggest to move the default setting of the bar to be the middle of the screen. (Question on implementation - future flexibility: If you wanted to have it bigger for UK compared to India, for instance, could the location of the centre bar be moved by the user and saved as a default for that user or instance of the UI? But I'd suggest that this is created as a separate issue, unless it is easy to implement).

peterdudfield commented 8 months ago

My understanding fomr when Damien and his team were doing it. Its find to move the location, but pretty difficult (a lot of work) to make it dynamic

dantravers commented 8 months ago

Yep, simple fixed move is probably sufficient for this.