Hi everyone,
I am trying to filter the data points displayed on a map using a slider. The goal would be to display only the datapoints with a column value above the slider.
For example, imagine a city/population dataset. The goal would be to display only the cities with a population above a threshold.
How would you implement a slider (Variable input) that would define a value (ex 1 million) and then use it to show only the cities with a population above 1 million?
Thanks in advance for your help !