Options to show older data on year graphs
Posted: Monday 05 December 2022 18:36
I like the way I can zoom and select periods on the day, month and year graphs.
For the day graph there are functions to show 1, 3 or 7 days day and also to show last 3 hours or last hour.
On the year graph there are options to see 1 or 3 months and 1 or 2 weeks.
Would it be an idea to move the 1 and 2 weeks to the month graph and replace them on the year graph by functions for more years.
Maybe prev and next so you can step back and forth between whole years ?
I think data is available.
When I look in the database in the table Percentage_Calendar with the query below I see a lot of old daily data which could be shown :
select * from Percentage_Calendar order by Date asc ;
many thanks in advance for the nice implementation
,
Jack
For the day graph there are functions to show 1, 3 or 7 days day and also to show last 3 hours or last hour.
On the year graph there are options to see 1 or 3 months and 1 or 2 weeks.
Would it be an idea to move the 1 and 2 weeks to the month graph and replace them on the year graph by functions for more years.
Maybe prev and next so you can step back and forth between whole years ?
I think data is available.
When I look in the database in the table Percentage_Calendar with the query below I see a lot of old daily data which could be shown :
select * from Percentage_Calendar order by Date asc ;
many thanks in advance for the nice implementation

Jack