I have a dataframe with a timestamp, and 3 columns: price, min and max
Here's a ghetto drawing I made of what I'd like to achieve:
I'd like to draw the min and max lines and then fill a zone in between them and then draw the price line in the middle.
How can this be done with Plotly? (I'm just switching from the little I knew on Matplot lib to the nothing I know about Plotly :))