-
Notifications
You must be signed in to change notification settings - Fork 1
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
Allow selector items to specify an optional color for use in dropdowns/menues/map legend. #507
Comments
@connor-makowski, @mrkwanzaa: hey guys, when you have a chance, I'd love to hear your thoughts on the |
I actually like Breaking default into I am okay locking max and min to be the same for both color and size Not sure if we should be overriding prop attributes in the legend. We can add that feature later if needed, but I think omitting it would provide a lot of clarity. This will also get messy for us if for example a user changed an icon in the legend, but the prop icon did not change in the prop. Maybe it should, maybe it shouldn't. The expected behavior there is a bit funky. |
Note: |
Regarding overriding: I agree. Rather than a feature, I wanted to show where the new color and size values are placed when they're adjusted in the legend, to avoid locking color/size for different map features that share the same selected prop.
|
I think for now, I want any change in the legend to be handled in the prop itself. (all maps will update at the same time). |
This issue has grown to include gradients in the map legend. However, the main task of displaying some color/size viz within props is still pending and will be handled in |
This would override colorBy in the legend to not introduce a breaking change.
The text was updated successfully, but these errors were encountered: