I have this graph
go.Figure(
go.Bar(
x=df["Industry"], y=df["Total"]
)
)
All the labels are slanty and hard to read so what Iād like to do is simply color code the bars then. Iād like to do something like this (from here) where the right hand siide (or the bottom) has these color coded boxes next to the names.