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/03/24 11:31:19 UTC

[GitHub] [incubator-superset] B-Cheye edited a comment on issue #8314: How to change Big Number CSS to be like that?

B-Cheye edited a comment on issue #8314: How to change Big Number CSS to be like that?
URL: https://github.com/apache/incubator-superset/issues/8314#issuecomment-603173648
 
 
   @muneneg  Another hacky way I found out is using the chart-id
   ```css
   #chart-id-225{background: green;}
        #chart-id-226{background: orange;}
         #chart-id-227{background: red;}
   ```
   ![image](https://user-images.githubusercontent.com/36570756/77418560-1a4f7580-6dd8-11ea-8a4e-3bfeb1c7a02e.png)
   
   The `chart-id` can be found when you click on the chart details 
   
   ![new](https://user-images.githubusercontent.com/36570756/77420978-11f93980-6ddc-11ea-9bee-71fc8580daa8.png)
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

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