How to change styling of list view

0
I have this list view inside a layout grid.  the layout grid has an purple background. and i also want the list view having the same styling. So i changed in multiple elements the background color. But failed every time the list view stayed white:
asked
2 answers
0

Hello,

 

You can try this https://forum.mendix.com/link/space/ui-&-front-end/questions/109705

 

Hope it helps!

answered
0

If you are using the default Pie Chart widget from Mendix (based on Plotly), you can change the background of the pie chart in the widget configuration on the Advanced Tab > Layout options (doc).

 

Using something like

{
      paper_bgcolor:"black"
}

should work (Plotly documentation here). I haven't tested this, so perhaps plot_bgcolor works as well.

 

EDIT: Mendix actually gives the exact example here.

answered