Creating Dual Line Graph in Apache Superset

Viewed 810

I want to create a graph as shown in the figure. The Y axis is types of events and X axis is time. So I am tracking the which event has happened at which time. So the first line (red color) shows the intialization of an event and blue line denotes the same events with some delay. The yellow dots signifies the points and the green line highlights the distance between red and blue line.

enter image description here

I am able to have one line graph in Apache Superset, but have no clue on how to have 2 lines graphs in one.

1 Answers
Related