jaksmid opened a new issue #8072: Numerical features cannot be selected as Categorical URL: https://github.com/apache/incubator-superset/issues/8072 Hello, I am running `superset-0.29.0rc7`. **Is your feature request related to a problem? Please describe.** In many charts, you can choose a color based on categorical variables. However, only string-like columns can be chosen. I would like to set a color based on a numerical feature (that has, however, only several possible values). As in `superset-0.29.0rc7`, this is not possible. Similarly, in a deck chart, you can only select string like variables in `Advanced`, `Extra Data for JS` field. **Describe the solution you'd like** You can add also numerical variables as categorical features and/or extra data in JS field. **Describe alternatives you've considered** I suppose you can alter the source query to cast the numerical features to string but this is not very practical.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
