bryanck opened a new issue #10348: URL: https://github.com/apache/incubator-superset/issues/10348
If you apply a filter to a dashboard that has a word cloud chart on it, the word cloud chart will not be filtered. ### Expected results When a filter is applied to a dashboard, the word cloud chart should have the filter applied as well. ### Actual results The filter is not applied and the query sent to the backend does not include the filter. However, if you click on the ellipsis menu and "Explore" the word cloud chart in the chart editor, then the filter shows up and is applied. #### How to reproduce the bug 1. Create a filter box 2. Create a word cloud chart that uses the same datasource as the filter box 3. Create a dashboard and place the filter box and the word cloud chart on it. 4. Apply a filter using the filter box. 5. The filter is not applied to the word cloud chart ### Environment - superset version: 0.37.0 RC 2 - python version: 3.6.10 - node.js version: 12.14.1 - npm version: 6.13.4 ### 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]
