serenajiang opened a new issue #9354: URL: https://github.com/apache/incubator-superset/issues/9354
In the treemap viz, labels are split on `.`, and the last "word" is used for the viz. ### Expected results For the label `google.com`, the label should read `google.com` ### Actual results  🤔 #### How to reproduce the bug 1. `SELECT 'google.com' AS col_a` in sqllab 2. Explore chart 3. Create a treemap viz with metric `COUNT`, grouped by `col_a` 4. Run Query ### Environment (please complete the following information): - superset version: `superset version`: Up to date with master as of 2020-03-18 - python version: `python --version`: 3.6 - node.js version: `node -v` - npm version: `npm -v` ### Checklist Make sure these boxes are checked before submitting your issue - thank you! - [X] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [X] I have reproduced the issue with at least the latest released version of superset. - [X] I have checked the issue tracker for the same issue and I haven't found one similar. ---------------------------------------------------------------- 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]
