-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Choropleth customize #3154
Choropleth customize #3154
Conversation
I will look into the |
I mean that you also should update |
Ah, got it. Will do that, too. |
@kravets-levko, Both hint and infer are fixed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks quite good 👍
@kravets-levko |
You can rename only labels in the UI; keep names of variables as is (otherwise you'll need to create a migration). I have some ideas how to improve the whole visualization, and it will require migration as well, so I'll give proper names when doing my implementation. |
Understood. I will change the UI labels. |
Thank you @deecay, this is really great! And I hope that we can add more regions in time. 👌 The bad news are that we're currently in the middle of a migration React. #2988 ports all current visualizations to React. We can't afford to add any significant changes to the visualizations until #2988 is merged, as otherwise it will be a never ending effort :-( This means that we can't merge this until #2988 is merged and once it's merged, this pull request will need to be updated to use React. I know this adds extra work for you, and I apologize for this. Hopefully most of work will be simple "translation", as the bulk of the work is probably figuring out the details, which you already did. Thanks again and apologies for the situation this created. When the time comes, we can try and help with the migration of this pull request to React. |
Merged React related changes. |
@deecay Thanks a lot! 🚀 |
New map for Choropleth: Japanese Prefectures
Trying to add sub-country level choropleth. I hope this PR will make choropleth extensible, and will be the guide for adding other regions, such as US states, etc.
Screenshot: Population per prefecture
Discussion points
Query
Example query used in the above screenshot.