Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Shivanipatel
Contributor
Contributor

Text & Image chart

Is it possible to change the box outline  color black to white? Please give me response asap

Shivanipatel_0-1690779330497.png

 

Labels (3)
1 Solution

Accepted Solutions
NitinK7
Specialist
Specialist

Hi @Shivanipatel ,

Do follow below steps

1. Find the your Text & Image chart object id

 -> Add   /Options/Developer in your URL and refresh the page

NitinK7_0-1690785621934.png

2. Do right click on object and click developer option 

NitinK7_1-1690785774483.png

3. Add Multi KPI chart in your sheet (place at bottom corner)

-> Under Data option do write 1 as expression and and unable hide label and value option 

-> then in Appearance under style add below  CSS code (Object id= that you found in 1 option)

div[tid="Your Object ID"] .qv-object{
border-color: white !important;
}

NitinK7_2-1690786100555.png

4. Final Result

NitinK7_3-1690786255302.png

 

 

 

 

View solution in original post

2 Replies
Jack_Guo
Support
Support

NitinK7
Specialist
Specialist

Hi @Shivanipatel ,

Do follow below steps

1. Find the your Text & Image chart object id

 -> Add   /Options/Developer in your URL and refresh the page

NitinK7_0-1690785621934.png

2. Do right click on object and click developer option 

NitinK7_1-1690785774483.png

3. Add Multi KPI chart in your sheet (place at bottom corner)

-> Under Data option do write 1 as expression and and unable hide label and value option 

-> then in Appearance under style add below  CSS code (Object id= that you found in 1 option)

div[tid="Your Object ID"] .qv-object{
border-color: white !important;
}

NitinK7_2-1690786100555.png

4. Final Result

NitinK7_3-1690786255302.png