Candlestick annotations

Hi,

I am trying to annotate each candlestick bar with a value that it holds in a panda dataframe.

For example my dataframe might have the columns (open, high, low, close, notes). I would like the ‘notes’ column (contains text) to appear on the plotly chart.

I understand how to make a single annotation, but how would I make several (or even hundreds) of annotations?

Thanks,

Plot invisible scatter points (opacity = 0) with each candlestick, and use the text array to make the array of notes show on hover (or as permanent text):

Also see: