Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm looking for a way to reduce the amount of space between each value in a filter pane, so I can view more values at one time.
Hi,
Yes, you can do the same using CSS, Below is a sample CSS (apply it in simpleKPI object/Theme/MultiKPI )
The below is reducing the space so it looks like it is single spaced instead of double, but it does not fill the entire filter pane. There is blank space at the bottom. Is there a way to get it to fill the entire filter pane with values?
.qv-listbox li {
min-height: 14px ;
line-height: 14px ;
}
What I understand is if you have fewer values u want the popup for the filter to be small in height. or it should be larger or default in height, As you have already compressed the value height..?
In the example of "Pool Start" Dates, it is only displaying 9 values, even though there are many more values. I would like it to display more values to fill up the filter pane. So there is not blank space at the bottom. My goal is to display more values. By reducing the font size there is more space available to display more values, but it just reduced the font size of the existing values and did not add more values to the fitler pane. It has nine values when there is now room for maybe 14, but it still only displays 9.