I have data objects coming in sequentially which I want to visualize on a chronological timeline. I was thinking of splitting up the timeline into chunks, such as 1st 5, 2nd 5, 3rd 5, and so on.
Objects can have different properties. The most important is Category, and I chose it as the Y-axis. There are other properties too, such as Type, which I denote with a different color/shape or icon.
Is something like this possible?
Cat1 | XX | XYY |
Cat2 | X | X |
Cat3 | YY | Y |
| | |
<--------------------------------->
1st 5 2nd 5 3rd 5
Legend, secondary property: X=TypeA, Y=TypeB
Suppose I'm starting from this worksheet:
Item Order # | Category | Type
------------------------------
1 Cat2 A
2 Cat1 B
3 Cat1 A
Bookmarks