Creating bar chart showing min loss for each visible runs when I have logged loss every epoch

I have logged model validation loss every epoch for several runs in my wandb project. I want to create a bar chart showing minimum validation loss on y axis for each enabled / visible runs (shown on x axis). Is this possible. I got some hint in this thread, where @_scott suggest to add a column with expression row.run.history["loss"].min. However, I am unable to find the UI which he showed in his comment:


Where exactly is this UI present in wandb website?