-
Notifications
You must be signed in to change notification settings - Fork 77
WorldMap coloring makes countries invisible #53
Comments
@Igosuki commented on Jan 26, 2017, 4:16 PM UTC: 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. |
@olbapito commented on Feb 26, 2018, 8:30 PM UTC: This is still the behavior. Is there any workaround to alter the color scale? |
@Tyler-Rex commented on Jun 19, 2018, 2:18 PM UTC: I now have the issue of countries with a 0 being darker than countries with a 1. Using 0.25.0. |
@vladnvo commented on Feb 27, 2019, 8:50 AM UTC: The same issue |
@huntg commented on Mar 14, 2019, 2:23 PM UTC: Still seeing this issue |
Still seeing this issue |
We just need to patch this |
I m having the same issue, is this solved in 0.35? |
feat: Export `SupersetClientClass` internal: Increase test coverage.
@mwullink commented on Nov 1, 2016, 3:45 PM UTC:
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.
This issue was moved by kristw from apache/incubator-superset#1497.
The text was updated successfully, but these errors were encountered: