CartoDB / airship

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

Fix: unable to select highest value in a dataset [ch58611] #676

Closed elenatorro closed 4 years ago

elenatorro commented 4 years ago

In CARTOframes, it is not possible to select the highest value in a Histogram cause the Numerical Histogram Filter was not including it:

filter

This PR also includes a minor fix to check if an animation exists before it tries to restart it.