Hi Karsten,
If you're using the chart widget I think you're using you can do the following:
1. Add a new file to your main app module > Styling > Web and call it com.mendix.charts.json
2. Copy the following:
{
"layout": {
"paper_bgcolor": "your color here",
"colorway": [
"#057855",
"#00A5DC",
"#004EAF",
"#737373"
]
}
}
If you want to change the background color, add it to paper_bgcolor, if not just remove it altogether or set it to "transparent".
3. Set enable theme folder config to Yes
Hope this helps!
For more info see the docs: Chart Configuration | Mendix Documentation
And the plotly layout configuration options: Layout in JavaScript (plotly.com)
Hello Nathan,
Thanks for your effort, I implemented it as you described, but it is still not working.
If it is that complicated in the new widget I'll leave the colors as they are standard Thanks