rbosnjak commented on issue #30238: URL: https://github.com/apache/superset/issues/30238#issuecomment-2610868044
Hello, and thanks for answering! I see what you're saying—probably I should have explained it better from the start. My x-axis can't be a temporal column because it's a string created using `CONCAT(date_in_d_m_y_format, '\n', subject_id)`. I did it this way because I need to show one bar per day per subject. Without concatenating the `subject_id` to the date, Superset would aggregate all subjects at the daily level. Here's a screenshot that shows how the x-axis values actually look in one example  -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
