Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix separator visualization by propagating header height - Resolves issue #3619 #4437

Merged
merged 1 commit into from
Feb 16, 2018
Merged

Fix separator visualization by propagating header height - Resolves issue #3619 #4437

merged 1 commit into from
Feb 16, 2018

Conversation

jaylindquist
Copy link

This fix is to resolves issue #3619

The separator slice is using an iframe with a height smaller than the chart's container. This causes the text to be truncated and a scroll bar to appear. This is because the markup chart shares the same visualization as separators and the styling has been updated to work with markup only.

Before the attached changes, you can see markup charts look correct while separators are cut off:

separator-fix-before

After the changes, both charts are sized correctly:
separator-fix-after

@mistercrunch mistercrunch merged commit 0c87e23 into apache:master Feb 16, 2018
michellethomas pushed a commit to michellethomas/panoramix that referenced this pull request May 24, 2018
wenchma pushed a commit to wenchma/incubator-superset that referenced this pull request Nov 16, 2018
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.23.0 labels Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.23.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants