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 2021/02/16 18:36:54 UTC

[GitHub] [superset] junlincc opened a new issue #13159: [Explore]extra white space in dropdown list

junlincc opened a new issue #13159:
URL: https://github.com/apache/superset/issues/13159


   ## Screenshot
   
   https://user-images.githubusercontent.com/67837651/108106215-7ea7a300-7042-11eb-889f-6e57f85aba68.mov
   
   https://user-images.githubusercontent.com/67837651/108106384-bc0c3080-7042-11eb-8a29-20c7641d511b.mov
   
   ## Description
   
   See extra white space in Bubble chart, Series and Entity dropdown. 
   
   


----------------------------------------------------------------
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] [superset] ktmud edited a comment on issue #13159: [Explore]extra white space in dropdown list

Posted by GitBox <gi...@apache.org>.
ktmud edited a comment on issue #13159:
URL: https://github.com/apache/superset/issues/13159#issuecomment-780080021


   Looks like your column type icons are missing:
   
   <img width="247" alt="column-type-icons" src="https://user-images.githubusercontent.com/335541/108113916-f7136180-704c-11eb-91f6-a6f0953c5920.png">
   
   My guess is you will see the same extra space in other viz types, too.
   
   The icons could be missing for following reasons:
   
   1. Calculated columns didn't have a data type set when created:
      <img width="957" alt="no-data-type" src="https://user-images.githubusercontent.com/335541/108114341-891b6a00-704d-11eb-8f31-c0da3e611fd0.png">, or
   
   2. The frontend wasn't able to infer some database data types (`DOUBLE PRECISION`) as generic frontend types (`NUMERIC`). 
      <img width="1023" alt="double-precision" src="https://user-images.githubusercontent.com/335541/108114906-44dc9980-704e-11eb-8a50-34c9ea91f867.png">
   
   3. The inferred data types were not one of the three:
      <img width="205" alt="not-one-of-the-three" src="https://user-images.githubusercontent.com/335541/108114463-ac461980-704d-11eb-98b5-538ddf2fe233.png">
   
   
   For your case (The "FCC 2018 Survey" example dataset), it is because of 2.


----------------------------------------------------------------
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] [superset] junlincc commented on issue #13159: [Explore]extra white space in dropdown list

Posted by GitBox <gi...@apache.org>.
junlincc commented on issue #13159:
URL: https://github.com/apache/superset/issues/13159#issuecomment-780103029


   gotcha! thanks for explaining. closing this issue and will address it along with https://github.com/apache/superset/issues/12961


----------------------------------------------------------------
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] [superset] junlincc closed issue #13159: [Explore]extra white space in dropdown list

Posted by GitBox <gi...@apache.org>.
junlincc closed issue #13159:
URL: https://github.com/apache/superset/issues/13159


   


----------------------------------------------------------------
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] [superset] ktmud edited a comment on issue #13159: [Explore]extra white space in dropdown list

Posted by GitBox <gi...@apache.org>.
ktmud edited a comment on issue #13159:
URL: https://github.com/apache/superset/issues/13159#issuecomment-780080021


   Looks like your column type icons are missing:
   
   <img width="247" alt="column-type-icons" src="https://user-images.githubusercontent.com/335541/108113916-f7136180-704c-11eb-91f6-a6f0953c5920.png">
   
   My guess is you will see the same extra space in other viz types, too.
   
   The icons could be missing for following reasons:
   
   1. Calculated columns didn't have a data type set when created:
      <img width="957" alt="no-data-type" src="https://user-images.githubusercontent.com/335541/108114341-891b6a00-704d-11eb-8f31-c0da3e611fd0.png">
   
   2. The frontend wasn't able to infer some database data types (`DOUBLE PRECISION`) as generic frontend types (`NUMERIC`). 
      <img width="1023" alt="double-precision" src="https://user-images.githubusercontent.com/335541/108114906-44dc9980-704e-11eb-8a50-34c9ea91f867.png">
   
   3. The inferred data types were not one of the three:
      <img width="205" alt="not-one-of-the-three" src="https://user-images.githubusercontent.com/335541/108114463-ac461980-704d-11eb-98b5-538ddf2fe233.png">
   
   
   For your case (The "FCC 2018 Survey" example dataset), it seems to be because of 2.


----------------------------------------------------------------
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] [superset] junlincc commented on issue #13159: [Explore]extra white space in dropdown list

Posted by GitBox <gi...@apache.org>.
junlincc commented on issue #13159:
URL: https://github.com/apache/superset/issues/13159#issuecomment-780038764


   @ktmud is it related to https://github.com/apache/superset/pull/12649? 


----------------------------------------------------------------
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] [superset] ktmud commented on issue #13159: [Explore]extra white space in dropdown list

Posted by GitBox <gi...@apache.org>.
ktmud commented on issue #13159:
URL: https://github.com/apache/superset/issues/13159#issuecomment-780080021


   Looks like your column type icons are missing:
   
   <img width="247" alt="column-type-icons" src="https://user-images.githubusercontent.com/335541/108113916-f7136180-704c-11eb-91f6-a6f0953c5920.png">
   
   My guess is you will see the same extra space in other viz types, too.
   
   It is most likely because these calculated columns didn't have a data type set when created:
   
   <img width="957" alt="no-data-type" src="https://user-images.githubusercontent.com/335541/108114341-891b6a00-704d-11eb-8f31-c0da3e611fd0.png">
   
   Or their data types were not one of the three:
   
   <img width="205" alt="not-one-of-the-three" src="https://user-images.githubusercontent.com/335541/108114463-ac461980-704d-11eb-98b5-538ddf2fe233.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



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