You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/12/15 23:03:50 UTC

[GitHub] [incubator-superset] junlincc opened a new issue #12068: bug(chart):categorical color scales and color schemes is broken on treemap

junlincc opened a new issue #12068:
URL: https://github.com/apache/incubator-superset/issues/12068


   
   ### Expected results
   
   With a primary Group By, each region should have a different color label. e.g. South Asia - blue, Europe & Central Asia - yellow, East Asia - green
   
   ### Actual results
   
   everything is green...
   
   <img width="1149" alt="Screen Shot 2020-12-15 at 2 42 46 PM" src="https://user-images.githubusercontent.com/67837651/102282712-dfe9b380-3ee5-11eb-854c-a94f990affc0.png">
   
   This is not a recent regression.
   
   cc: @kristw (we are planning to work on it, do you mind transferring some knowledge if needed? thanks! https://github.com/apache/incubator-superset/pull/5815)


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] mistercrunch commented on issue #12068: bug(chart):categorical color scales and color schemes is broken on treemap

Posted by GitBox <gi...@apache.org>.
mistercrunch commented on issue #12068:
URL: https://github.com/apache/incubator-superset/issues/12068#issuecomment-745639890


   🏷️ visualization


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] kristw commented on issue #12068: [chart]:categorical color scales and color schemes is broken on treemap

Posted by GitBox <gi...@apache.org>.
kristw commented on issue #12068:
URL: https://github.com/apache/incubator-superset/issues/12068#issuecomment-747189709


   The legacy treemap did not include a way to specify what to encode color by:
   * Currently it is using the depth of the nodes in the tree.
   * Prior alternative was to color node by its name, which was also not useful as each node pretty much have unique name and there will never be enough colors so the colors are reused. Then nodes with same color have nothing in common.
   
   It would be best to modify this chart, so users can choose another field to encode color by.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org