IBM Apptio

 View Only

 Changing Background Color on Chart

Jump to  Best Answer
  • CostingStandard(CT-Foundation)
Apptio Community Member's profile image
Apptio Community Member posted Wed June 09, 2021 01:40 PM
How do you change the background color on a chart? I know how to change the color spec for the chart values but not the background itself.
#CostingStandard(CT-Foundation)
Renee Daignault's profile image
Renee Daignault  Best Answer
Hello Nick - I have put out some feelers on changing the background color. I am not sure if there is a better way. A few years ago @Chris Davidson posted these two solutions.

Option 1: Group

V11: (top) Ribbon > Insert > Group

V12: (top) Report > Group

Both: Right-click inserted group > Properties > General > Grouping Style: Blue

...a few colors to choose from.

We can enlarge the group and place it behind other report components to provide a background color.

 

Option 2: HTML/CSS

V11: (top) Ribbon > Insert > HTML

V12: (top) Report > HTML

Both: Click inserted HTML component > (top) Ribbon > HTML > Edit content.

Copy/paste this code: <div style="width:500px; height:500px; background:blue"></div>

...edit size and color as needed. Place behind other report components to provide a background color.

Let me know if this helps! I will keep you posted if I find out any additional solutions. 


#CostingStandard(CT-Foundation)