Hey there,
Is there a way to surround all the bars in a Gantt-Chart with borders?
I have several activities that are colored the same as they belong to the same Resource, and if they appear together in the chart it is difficult to find the beginning and end times.
I tried updating the traces as seen in examples for regular bar charts, but without any success.
For example:
fig.update_traces(marker=dict(
color='rgba(58, 71, 80, 0.6)',
line=dict(color='rgba(58, 71, 80, 1.0)', width=3)
))
Thank you!