Forum Discussion
kmaurer
5 years agoRegular Visitor
Show Discrete events over Time Visual
I'm having trouble finding a visual to properly portray a timeline visual that shows discrete events along that timeline. I've tried some of the custom visuals that don't quite work, and also tried ...
- 5 years ago
use a line chart visual, minus the line. Use Small multiples for your sections.
lbendlin
5 years agoSuper User
change the line color to transparent
kmaurer
5 years agoRegular Visitor
Thanks, got it. I guess my only issue now is what to use for "value." Ideally I'd be able to visualize this as a scatter plot but it does not work if I'm using Date as the x axis for categorical data.
- lbendlin5 years agoSuper User
Value will have to be a calculation that adds the Y axis offset as needed. Or use Small Multiples as you already do.