Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Acfrish
Partner - Contributor II
Partner - Contributor II

Color Change On Label of Second KPI

Hi all -

 

I am trying to change the color of the label of the second KPI on this chart:

MayFundingExample.JPG

I would like the text that says "FY20 Execution" to be white. I have tried changing the labels and subtitle colors in the file and nothing seems to work. Any suggestions?

Labels (3)
3 Replies
eliran
Creator III
Creator III

Hi Acfrish,

 

You can handle the colors under Apperance - Color.

For the second measure, simply go to 'Second', check that both Conditional and libary colors are off, and select your desired color.

It can also be acheived by setting up a libary color to the measure if it's in the master items.

 

Eliran.

 

Acfrish
Partner - Contributor II
Partner - Contributor II
Author

Hi @eliran  ! Thank you for getting back to me. It seems that this is only changing the number in the second measure, not the "FY20" label. Do you have any other suggestions?

jheasley
Luminary Alumni
Luminary Alumni

add this to your html styling

 

/*
* this controls the second kpi measure label
*/
.qv-object .sn-kpi-title {
color: #ffffff;
}