Option for transparency in fitness chart

It would be great to have a way to set transparency in the fitness charts. especially for bars. This could be used to display superimpositions, for example.
In my specific case, I have a bar chart of calories.
I have a calorie goal bar (red).
on top of it showing calories consumed (yellow) and “active earned” calories (green)
as you can see on day 4 in the screenshot i consumed more than my calorie goal. so the red bar is not visible. If i could set transparency for the yellow bar, i would see the difference

image

1 Like

Plotly already allows to set opacity property for any trace within range 0…1
Set a value < 1 for each bar trace in your chart to get the appearance you are looking for

2 Likes

Oh I was blind! :see_no_evil: it’s the “A” in the color settings.
Edit-- And the fader under color, too. :scream: that is embarrassing --Edit

thanks for the hint!

2 Likes