michalgala opened a new issue #14430: URL: https://github.com/apache/superset/issues/14430
When a value is selected in a time range filter (in a filter box), the time is applied across all the line charts, even if the time variable composing the X axis of the line chart is not the same as the one selected. ### Expected results When a time variable is set in a filter box, It should filter the database based on the chosen variable (let's say X), and therefore only filter the time axis of the line charts if the time axis is composed by the same variable. ### Actual results All the time variables used by the charts inherits from the chosen Time Range. #### Screenshots This is the filter box where I choose the time filter  The time filter should be applied on the variable that I choose in the chart UI (releasedate in my example)  However, this charts inherits from the filter that I applied, despite the time variable not being the same (fakedate here in my example)  #### How to reproduce the bug 1. You need a table with at least two time columns 2. Create a time filter using the first time variable 3. Create a line chart using the second variable 4. See how the time axis of the line chart is filtered ### Checklist Make sure to follow these steps 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]
