You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by gi...@git.apache.org on 2017/09/07 07:08:26 UTC

[GitHub] xiaohanyu commented on issue #3416: Add ability to color cells on Pivot Tables

xiaohanyu commented on issue #3416: Add ability to color cells on Pivot Tables
URL: https://github.com/apache/incubator-superset/issues/3416#issuecomment-327708132
 
 
   Hi, all,
   
   Actually, we have implement similar features for pivot table and plain table, in our own branch.
   
   Some screenshot here:
   
   The final table style:
   
   ![image](https://user-images.githubusercontent.com/1164623/30150439-fba16796-93dd-11e7-8059-6f58a0642f11.png)
   
   Configure table column style based on some rules (like if the value is greater than 100%, then set the cell color to red)
   
   ![image](https://user-images.githubusercontent.com/1164623/30150466-1755f952-93de-11e7-90c8-bee537fcc5f0.png)
   
   Configure table row style based on some rules (like if the row contains some keyword, then highlight the whole row):
   
   ![image](https://user-images.githubusercontent.com/1164623/30150496-3bc4aaae-93de-11e7-9344-d5191d432511.png)
   
   I was wondering if anybody have interest in this feature. We can consider to contribute back to upstream.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services