How to display count on each bar of histogram plot on top as shown in the graph below.
The histogram is created with the following statement
fig.add_trace(go.Histogram( x=tag_data.tagvalue, name=βTAG_{0}β.format(tag)),row=1,col=col_location)
Please answer