graceguo-supercat opened a new issue #14805: URL: https://github.com/apache/superset/issues/14805
**Is your feature request related to a problem? Please describe.** User can create bar chart with multiple group by categories. For example, i want to group by `severity` (4 values: critical, high, medium and low) and `ticket_status`(2 values: ticketed and non-ticketed) <img width="1172" alt="Screen Shot 2021-05-24 at 7 25 41 PM" src="https://user-images.githubusercontent.com/27990562/119430546-d733af80-bcc5-11eb-8936-b2df6fa63245.png"> The result bar chart has 4 x 2 bar for each time point. **Describe the solution you'd like** we want to **_stack the Ticketed and Non-Ticketed_** bars for **_each severity_**. so it shows Critical ticketed vs non-tickets, High ticketed vs non-ticketed, Medium ticketed vs non-ticketed, and Low ticketed vs non-ticketed. Is it possible for bar chart to allow user choose `Primary` and `Secondary` groupby categories (or by the order that user added into `GROUP BY` control)? So that we can display secondary category inside primary category bar 🦸 📊 -- 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]
