You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you add a data filter that is time based (date) where you have the time window, I think it would be super beneficial to make other filters effect the "Y axis" data plots that get's shown over time in the time window. For example, If I filter a specific subset of the data to a specific location on the map by using another filter (such as location for example), I want to see what the data plots look like over time for that subset of filtered data. Currently, the plots that show over time in the "Y axis" tab of the time window take into account all of the data. I don't know how hard this is to implement but I imagine it isn't too difficult as you would just need to reference the filters on the data to construct the plots. Here's an example below of what I would like to see:
Using the Kepler.gl demo tool for California Earthquakes here is the "Depth" data plot on the time window for all of the data:
I added a filter for "MagType" to only show data with the "Mx" MagType value. Once I apply this filter the data plot for "Depth" does not adjust, and still reflects the distribution of data over time for the entire dataset.
I want the data plot to reflect what is shown on the map. This is super useful for assessing a subset of your data to see what trends are present in the plot section. Saves a lot of time for analysis. this would be a great feature!! The Kepler.gl tool is great and this would make it next level.
The text was updated successfully, but these errors were encountered:
When you add a data filter that is time based (date) where you have the time window, I think it would be super beneficial to make other filters effect the "Y axis" data plots that get's shown over time in the time window. For example, If I filter a specific subset of the data to a specific location on the map by using another filter (such as location for example), I want to see what the data plots look like over time for that subset of filtered data. Currently, the plots that show over time in the "Y axis" tab of the time window take into account all of the data. I don't know how hard this is to implement but I imagine it isn't too difficult as you would just need to reference the filters on the data to construct the plots. Here's an example below of what I would like to see:
Using the Kepler.gl demo tool for California Earthquakes here is the "Depth" data plot on the time window for all of the data:
I added a filter for "MagType" to only show data with the "Mx" MagType value. Once I apply this filter the data plot for "Depth" does not adjust, and still reflects the distribution of data over time for the entire dataset.
I want the data plot to reflect what is shown on the map. This is super useful for assessing a subset of your data to see what trends are present in the plot section. Saves a lot of time for analysis. this would be a great feature!! The Kepler.gl tool is great and this would make it next level.
The text was updated successfully, but these errors were encountered: