You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/04/28 12:25:43 UTC

[GitHub] [incubator-superset] CribberSix opened a new issue #9670: Filter Chart size does not expand with contents

CribberSix opened a new issue #9670:
URL: https://github.com/apache/incubator-superset/issues/9670


   Upon multi-select the parent-box of a filter does not expand with the filter-box itself.
   
   ### Expected results
   
   Upon multi-select the filterbox expands to contain all selections, the parent-object expands to encompass all filters and their new size
   
   ### Actual results
   
   Upon multi-select the filterbox expands to contain all selections, but the parent-object stays the same size, causing the other filters to be outside the parent box.
   
   #### Screenshots
   Green box: Selected multiple items in a filter
   Red box: Other filters get pushed outside the parent box 
   ![image](https://user-images.githubusercontent.com/12071405/80486609-c1857680-895b-11ea-937c-1ef46e6b8684.png)
   
   
   #### How to reproduce the bug
   
   1. Create a new chart of "Filter box" visualization type
   2. Add filters
   3. Check the box "Allow Multiple Selections" in the first filter
   4. Insert the chart in a dashboard with another chart beneath it and size it to fit the filters exactly
   5. Select multiple items from the first filter
   6. The filter itself expands upon selection, the parent-box (white background with header) does not.
   
   This causes the filters below the first one to get pushed below the "parent-box"  and eventually to disappear behind the next visualization below the filters. 
   
   ### 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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] stale[bot] commented on issue #9670: Filter Chart size does not expand with contents

Posted by GitBox <gi...@apache.org>.
stale[bot] commented on issue #9670:
URL: https://github.com/apache/incubator-superset/issues/9670#issuecomment-652836764


   This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue `.pinned` to prevent stale bot from closing the issue.
   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] stale[bot] closed issue #9670: Filter Chart size does not expand with contents

Posted by GitBox <gi...@apache.org>.
stale[bot] closed issue #9670:
URL: https://github.com/apache/incubator-superset/issues/9670


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] CribberSix commented on issue #9670: Filter Chart size does not expand with contents

Posted by GitBox <gi...@apache.org>.
CribberSix commented on issue #9670:
URL: https://github.com/apache/incubator-superset/issues/9670#issuecomment-621825104


   A workaround we figured out is to set & overwrite the css of the entire dashboard like the following - the sideeffect is that every chart looses their fixed height however and fits to its content, which makes the dashboard look very unclean. It does allow full use of the multiselect filters though. 
   
   .resizable-container{
       height: auto !important;
   }
   
   Sadly the filterboxes don't have a specific css handle but share one with all other charts.


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] CribberSix edited a comment on issue #9670: Filter Chart size does not expand with contents

Posted by GitBox <gi...@apache.org>.
CribberSix edited a comment on issue #9670:
URL: https://github.com/apache/incubator-superset/issues/9670#issuecomment-621825104






----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org