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/04/30 08:04:51 UTC

[GitHub] [incubator-superset] G0dspeeDy opened a new issue #9700: Remove Heatmap in Table-visualization metrics column

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


   I want to remove the heatmap displayed for the metrics in Table-visualisation.
   
   I cannot find a way to make this change by altering the json-parameters of the visualisation.
   
   Is there a way to make this change without having to make any customising the table-visualisation itself ?
    
   
   


----------------------------------------------------------------
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 #9700: Remove Heatmap in Table-visualization metrics column

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


   Hi, I don't have a absolute way to do so as of now, but I can tell you a hacky way to do so. For example if you want to remove heat map of metric abc, just cast it as string based on the type of SQL you are using. I have configured my superset with BigQuery and so using:
   **CAST(METRICNAME as String)**
   removes heatmap, similarly if you're using some other SQL maybe using:
   **String(METRICNAME)**
   can help you to remove the heatmap as it is now visualized as string.


----------------------------------------------------------------
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 #9700: Remove Heatmap in Table-visualization metrics column

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


   


----------------------------------------------------------------
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 #9700: Remove Heatmap in Table-visualization metrics column

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


   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