Hi, new to vega-lite. Worked through the tutorials, now trying to see if I can get some selections working. I added a brush to the y-axis of a bar chart. I want to trigger some external javascript based on that brush. For example, I may want to know what bars are within the brush and run some external code with the data for those bars. How would I do that?
Here is a JSFiddle that has my chart set up with a brush