-
Notifications
You must be signed in to change notification settings - Fork 13.8k
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
WorldMap coloring makes countries invisible #1497
Comments
Most likely there is a gradient multiplied by the value, if value is zero then it is white instead of light. Update
This is the code that creates the scale, which means that every zero value will be white on white background. |
This is still the behavior. Is there any workaround to alter the color scale? |
I now have the issue of countries with a 0 being darker than countries with a 1. Using 0.25.0. |
The same issue |
Still seeing this issue |
This issue was moved by kristw to apache-superset/superset-ui-plugins#53. |
Make sure these boxes are checked before submitting your issue - thank you!
Caravel version
0.11.0
Expected results
World map with all the countries visible
Actual results
When 1 country has a high count value it gets a very dark color, the countries with a low count value are rendered white and they not visible anymore.
Steps to reproduce
Create set of countries with 1 country having a high count and the others with very low count. only the country with the high count and the countries without counts are visible.
The text was updated successfully, but these errors were encountered: