DartLazer/WhoIsHomeUI

New Feature: Timeline graph

DartLazer opened this issue · 5 comments

Been thinking about how to implement a timeline graph for quite a while and I came up with the following using chartjs and chartjs-timeline

Desktop:
afbeelding

Mobile:
afbeelding

I'd like to hear some feedback and see what you guys think of it @babanomania @spandan13
You can hover over with your mouse and it will show the times etc:

afbeelding

this is a brilliant idea, you can also add a date-range input

or think around the lines of adding an weekly heatmap, that shows the device presence for a week, a little bit of calculation might be needed to achieve this

this is a brilliant idea, you can also add a date-range input

Nice i like both ideas. The heatmap too!

Implemented in 5ddebef

that is very fast @DartLazer