Plotly bar chart annotations

Hi!
I'm managing several data dashboards including about 10 bar charts each.
I was asked to export these to pdf - in the meanwhile I'm taking snapshots - this does the trick for now but some of the bigger bar charts are harder to read this way as bar values are not displayed by default.
I was wondering if there is an efficient way to add bar values over the charts without writing a unique transformer per each of the charts?
Appreciate your help
Itai

Hey @itaih!

Happy to help here! We use plotly to power our chart component. I was able to find this example in their docs that may be helpful here. Does this look like what you're looking to achieve here? If so, it looks like you should be able to edit the data in this component and add a "text" key to reference your y-axis variables.