Forum Discussion
vrocca
Advocate IV
9 years agoPlotting values across days and time
Hi all, Wondering if anyone has some ideas/suggestions on a way to visualize the number of x occurences by Day and Time, with the goal of easily seeing the intersection where most occurences occu...
- 9 years ago
You can use R but you would not get that slice & dice of the data interactivity.
spuder
Resolver IV
9 years agoHi vrocca,
I'm not sure if I understood you right.
But I suggest to use a simple line chart. Extract Weekday and hour from your DateTime Values and count the values.
The result should be something like that.
You can even add a hierarchy to drill from the day to day/hour level.
Don't be irritated by the names of the days. It is German language. :smileyhappy:
line chart order count by day/hour
Greetings