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/06/12 06:29:20 UTC

[GitHub] [incubator-superset] sedhha opened a new issue #10045: Is it possible to change gradient schema shown in metric of table chart in Apache Superset?

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


   
   When I try to create a table, it's metric shade is shown as below:
   ![image](https://user-images.githubusercontent.com/36355685/84471937-019e7f80-aca4-11ea-8610-55114155af46.png)
   I wanted to know if there's some way via which I could change the colour of the gradient from greyish to slightly light colour?
   
   


----------------------------------------------------------------
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] sedhha commented on issue #10045: Is it possible to change gradient schema shown in metric of table chart in Apache Superset?

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


   As the css property is inline css and so we can't alter it from css editor too:
   <td data-sort="4" class="text-right" style="background-image:linear-gradient(to right, rgba(0,0,0,0.01), rgba(0,0,0,0.001) 0%, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 77%, rgba(0,0,0,0.01) 77%, rgba(0,0,0,0.001) 100%)" title="4">4</td>


----------------------------------------------------------------
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] stale[bot] commented on issue #10045: Is it possible to change gradient schema shown in metric of table chart in Apache Superset?

Posted by GitBox <gi...@apache.org>.
stale[bot] commented on issue #10045:
URL: https://github.com/apache/incubator-superset/issues/10045#issuecomment-674458581


   This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue `.pinned` to prevent stale bot from closing the issue.
   


----------------------------------------------------------------
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] stale[bot] closed issue #10045: Is it possible to change gradient schema shown in metric of table chart in Apache Superset?

Posted by GitBox <gi...@apache.org>.
stale[bot] closed issue #10045:
URL: https://github.com/apache/incubator-superset/issues/10045


   


----------------------------------------------------------------
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] sedhha commented on issue #10045: Is it possible to change gradient schema shown in metric of table chart in Apache Superset?

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


   > Issue-Label Bot is automatically applying the label `#question` to this issue, with a confidence of 0.67. Please mark this comment with 👍 or 👎 to give our bot feedback!
   > 
   > Links: [app homepage](https://github.com/marketplace/issue-label-bot), [dashboard](https://mlbot.net/data/apache/incubator-superset) and [code](https://github.com/hamelsmu/MLapp) for this bot.
   
   👍


----------------------------------------------------------------
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] sedhha commented on issue #10045: Is it possible to change gradient schema shown in metric of table chart in Apache Superset?

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


   Okay so I found a way to alter inline css as follows:
   ```
   td[class=text-right]
   {
   background-image:linear-gradient(to right, rgba(0,255,0,0.01), rgba(0,255,0,0.001) 0%, rgba(0,255,0,0.2) 0%, rgba(0,255,0,0.2) 88%, rgba(0,255,0,0.01) 88%, rgba(0,255,0,0.001) 100%) !important;
   }
   ```
   But the problem is that I want to alter just the rgba elements and the fraction part needs to be taken care of by inline css. Is there any way to do it?


----------------------------------------------------------------
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] issue-label-bot[bot] commented on issue #10045: Is it possible to change gradient schema shown in metric of table chart in Apache Superset?

Posted by GitBox <gi...@apache.org>.
issue-label-bot[bot] commented on issue #10045:
URL: https://github.com/apache/incubator-superset/issues/10045#issuecomment-643091697


   Issue-Label Bot is automatically applying the label `#question` to this issue, with a confidence of 0.67. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback! 
   
    Links: [app homepage](https://github.com/marketplace/issue-label-bot), [dashboard](https://mlbot.net/data/apache/incubator-superset) and [code](https://github.com/hamelsmu/MLapp) for this bot.


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