Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
azucna122
Partner - Creator
Partner - Creator

BORDER KPI MULTI QLIK SENSE

Hi, I'm new to Qlik,
I'm trying to put edges on a multi kpi graph.
I have put this CSS code:
.qv-object-qsstatistic .value {
border: 5px solid #646464;
}
but it only shows me two edges...
Can you help me, thank you!

2 Replies
therealdees
Creator III
Creator III

Try setting it to the parent div instead of .value and/or adding !important:

.qv-object-qsstatistic {
border: 5px solid #646464 !important;
}

 

You could also check if the div width is the same as it's parents. Maybe the border is not fitting inside

azucna122
Partner - Creator
Partner - Creator
Author

it doesn't work, it keeps on painting only the two sides of the screen