Hi All,
I am not sure if I am posting in the right section since my problem is related to plotly, but only when used with Dash !
I use add_vrect to highlight a part of a bar chart in plotly and it works very well.
I recently started using Dash and It worked until I updated conda.
Now by default add_vrect do not seem to work. Well, after checking on different example, it actually does but the โheighโ (it should not have one, right?) of the rectangle is set to 1 in the y axis, instead of the height of the graph. Therefore, on most chart where the y scales is a couple of hundreds and above, the retangle is not visible at all anymore.
The same example within a jupyter notebook works as expected,
am I missing something or is this just a bug ? I guess I could find a workaround with a rectangle shape and set the hight myself, but Iโd rather stick to V_rect if possible
print(plotly.__version__)
4.14.1