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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
