The vega documentation mentions selection interactions like these: https://vega.github.io/vega-lite/docs/selection.html#scale-domains
It's basically a master/detail view where the whole data is shown below and can be selected for the detailed view above.
What i'd like to have is that the selection has resize handlers on both sides. An example would be how Highstock handles this: https://www.highcharts.com/stock/demo/basic-line
Is there way to achieve this in vega?