How do you make a dashboard chart that will track the wait time of the last item in the queue? It should be a line graph with the model time on the x-axis and the wait time of the most recently added item to the queue in minutes on the y-axis. The items go directly from the source to the queue. Also, could this same method be copied for a second queue coming from the same source?