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/24 12:35:29 UTC

[GitHub] [incubator-superset] sedhha commented on issue #9700: Remove Heatmap in Table-visualization metrics column

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