Time Series Chart Background color

1
Hi Guys,   I’m using Time Series Chart From Mendix currently, the default background is White. How can i change the background to other colors? please advise thank you.
asked
1 answers
3

According to the documentation found here: https://docs.mendix.com/appstore/widgets/charts#3-advanced-configuration

the background color can be changed by a configuration like this:

{
  "paper_bgcolor": "#FFF"
}

See here for more info on the advanced settings: https://github.com/mendixlabs/charts/blob/master/AdvancedCheatSheet.md#color

answered