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

Histogram/Time Series not changing when applied filter changed #556

Open alexwcc opened 5 years ago

alexwcc commented 5 years ago

What is happening? I have a map with three widgets (2x category, 1x histogram/time series). I have created a filter for each dataview and applied each filter to the source. I have also applied a bounds filter.

When I change the bounds or apply a filter on any of the widgets both my category widgets change to represent the updated data, but the histogram widget does not change. I have applied the filters in the exact same way to all widgets.

What should happen? The histogram should change to represent the filtered data. For example if I have a histogram with 10 buckets (ranging years 2000-2010) and I select a category with no data in year 2007, shouldn't the histogram change so that the 2007 bucket is empty?

Steps to Reproduce I can make a GIF/video if required. Simply display a dataset with Carto JS and add 2 widgets, one of them being histogram/time series. Filter on category widget so that data on the map changes.

Device/Browser/Airship-Version Mac OS 10.14, Chrome 71.0.3578.98, Airship 1.03 and 1.04-rc.3.

Extra information ...