I've downloaded the plotly module and am trying to get the values on each bar to show always on instead of on hover, but I'm not entirely sure how to have them read the bar value and return, this is what I'm currently getting:
You can see that both the "A" and "B" values are the same, which is the "A" value, this is the binding I have:
The text value is only available for the series itself, so each bar in the series gets the exact same value, is there a way to have it instead return the value of each bar individually to its own bar?