Box select dimensions

In another thread, it said that by changing the value of MINSELECT, you could somehow alter the height of the box select. I tried that and it doesn’t work, is there a way to get a box select of a fixed height? If not, is there a way to at least use d3.js to draw our own box and select data?

I think this is what you need: https://codepen.io/etpinard/pen/QxgaMX?editors=0010

1 Like

Thank you so much! Is there a link with the list of attributes that i can set for select boxes? I’m trying to fill the color of the select box (with a set opacity) without changing the marker color itself, is that an attribute that i can set?