CartoDB / airship

A design library for building Location Intelligence applications.
https://carto.com/developers/airship/
BSD 3-Clause "New" or "Revised" License
75 stars 14 forks source link

Range slider filter for VL Bridge #574

Closed rjimenezda closed 5 years ago

rjimenezda commented 5 years ago

This PR adds a global range slider filter to the Bridge. This lets you easily filter a range for number columns using an as-range-slider widget. Underneath it uses globalMax and globalMin, and a $x > y and $x < z filter

I mentioned this in passing to @makella @elenatorro and @jorgesancha while demoing the bridge and thought, hey, might as well add it since it's a low hanging fruit.

makella commented 5 years ago

:boom: