-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Range labels backport #4846
Range labels backport #4846
Conversation
4af14a4
to
425cbef
Compare
Should probably get a LGTM from @spalger on this one too, since it was all originally his code. |
also fix typo in formatter cache
@lukasolson needed to backport #4677 too. Everything should be working now. |
Also, this fix will probably also need to be backported as part of this after the above is working: #4751 |
a5ac2bd
to
254b382
Compare
key is an object with a toString prop, which needs to be removed - this worked in the 4.2 version by using a Symbol
@lukasolson good find! Scripted range filters were actually broken too - should all be fixed now. |
LGTM! Passing to @spalger for a second look. |
LGTM |
Closes #4826, which was a backport issue for #4404
This is a backport of #4613 and #4677 to the 4.1 branch