When you use the Plotly Express Area chart function you get by default an area chart with a solid line and a transparent fill. Is it possible to make the fille solid.
I managed to achieve this by using Plotly GO without using the px.area function, but I would prefere to achieve it by using Plotly express followed by an update_layout statement or similar.
This is what I get by using default plotly express px.area:
This is how I want it to look:
You can ignore the differences besides the transparency of the fill.
Thank you very much in advance.
Regards,
Jasper