You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by GitBox <gi...@apache.org> on 2018/02/26 22:43:04 UTC

[GitHub] jeffreythewang opened a new pull request #4487: Make margin width based on container width instead of slice width

jeffreythewang opened a new pull request #4487: Make margin width based on container width instead of slice width
URL: https://github.com/apache/incubator-superset/pull/4487
 
 
   This issue is most noticeable when the chart width overflows beyond the chart container's width, most notably in bar charts. This happens because the margin padding is based on the width of the slice itself, rather than of the container that wraps it.
   
   Fixes https://github.com/apache/incubator-superset/issues/4369, (more information in the issue)
   
   I also included a limit on how wide the margin can grow to, in cases where users expand a chart onto very wide displays.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services