I am playing with the design of my graph and I noticed that I cannot make the zero line for Y axis visible and change colour.
Interesting thing is that for X axis I do not have that issue.
I was hoping that zerolinecolor="white" line will show white zero line for both axis, but it’s not happening.
Screenshot and code below. Any ideas?
Hi @mrel,
You actually don’t need to pass zeroline=True and zerolinecolor="white" for x_axes. The zeroline originates from the zeroth value on the yaxis which you can see in white color overlapping the x-axis. To get a similar white color yaxis line add the below two properties to your update_yaxis function