keplergl / keplergl/kepler.gl

[Feature] Filters ordering is required for correct filtering

Open
#1,443 4 comments 0 reactions 1 assignee Claimed by @heshan0131 View on GitHub
feature waiting for response
Dominant language
TypeScript
Stars
12k
Forks
2k
Avg merge
1d 5h
Merged PRs (30d)
66

Description

I am always frustrated when filtering in a large dataset.
For example, if you are going to filter by date column and the date column range is ten years, the step size will be large and I can not control the date filter precisely.
And because there is no option to set filter orders, we can not imagine the correct range of the previous filter's output range.
Of course, it has always the same result with ordering or not, but I think it is really important for users who are using filters frequently.

I have already implemented the filter ordering problem with this great Kepler.gl, but it has been bothering me whenever the new version is released.
So I want kepler.gl devs to consider this problem if possible for our kepler.gl users, not just for me.
If you want to check my filter ordering functionality, please refer the following site:
[kminion.herokuapp.com](http://kminion.herokuapp.com)

**Additional context**
![image](https://user-images.githubusercontent.com/71332959/112218754-f84e2600-8bd8-11eb-9f6c-e51b395f8c7e.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.